Skip to content
Success

Console Output

Started by user Achim Kraus
Running as Achim Kraus
Agent basic-4fpl8 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4fpl8"
  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-4fpl8"
    - 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-4fpl8"
    - 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-4fpl8 (basic) in workspace /home/jenkins/agent/workspace/californium-release
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-q81yRVUNrcRC/agent.49
SSH_AGENT_PID=51
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/californium-release@tmp/private_key_18347163138584516582.key (/home/jenkins/agent/workspace/californium-release@tmp/private_key_18347163138584516582.key)
[ssh-agent] Using credentials eclipse-californium-bot (GitHub bot (SSH))
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository ssh://git@github.com/eclipse-californium/californium.git
 > git init /home/jenkins/agent/workspace/californium-release # timeout=10
Fetching upstream changes from ssh://git@github.com/eclipse-californium/californium.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/californium-release@tmp/jenkins-gitclient-ssh18393556183204182697.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- ssh://git@github.com/eclipse-californium/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://git@github.com/eclipse-californium/californium.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/feature/rrc^{commit} # timeout=10
 > git rev-parse feature/rrc^{commit} # timeout=10
Checking out Revision d8e4bc87b6b3121970861723ca345a1e3d7cea2c (refs/remotes/origin/feature/rrc)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d8e4bc87b6b3121970861723ca345a1e3d7cea2c # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b feature/rrc d8e4bc87b6b3121970861723ca345a1e3d7cea2c # timeout=10
Commit message: "Fix response destination on retransmission with identities not based on the ip-address."
First time build. Skipping changelog.
[californium-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=feature/rrc -DNEXT_VERSION=3.11.0-SNAPSHOT -DRELEASE_VERSION=3.11.0-RRC-0 -DgenerateBackupPoms=false -DnewVersion=3.11.0-RRC-0 versions:set -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 39 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 39 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Californium (Cf) Parent                                            [pom]
[INFO] Californium (Cf) Custom Assembly Descriptors                       [jar]
[INFO] Californium (Cf) BOM                                               [pom]
[INFO] Californium (Cf) Legal Documents                                   [jar]
[INFO] Californium (Cf) Demo Certificates                                 [jar]
[INFO] Californium (Cf) Element Connector                              [bundle]
[INFO] Scandium (Sc) Core                                              [bundle]
[INFO] Californium (Cf) Element Connector TCP netty                    [bundle]
[INFO] Californium (Cf) Core                                           [bundle]
[INFO] Cf-NAT                                                             [jar]
[INFO] Cf-Unix-Health                                                  [bundle]
[INFO] Cf-Cluster                                                      [bundle]
[INFO] Cf-command-line-interface                                       [bundle]
[INFO] Cf-cli-tcp-netty                                                [bundle]
[INFO] Cf-Encrypt                                                         [jar]
[INFO] Californium (Cf) Tests                                             [pom]
[INFO] Californium (Cf) Integration Tests                                 [jar]
[INFO] Californium (Cf) Interoperability Tests                            [jar]
[INFO] Californium (Cf) Proxy2                                         [bundle]
[INFO] Cf-OSCORE                                                       [bundle]
[INFO] Cf-PubSub                                                          [jar]
[INFO] Californium (Cf) OSGi                                           [bundle]
[INFO] Californium (Cf) Demo Applications                                 [pom]
[INFO] Cf-BenchmarkServer                                                 [jar]
[INFO] Cf-ObserveBenchmarkClient                                          [jar]
[INFO] Cf-CoCoAClient                                                     [jar]
[INFO] Cf-ExtendedPlugtestClient                                          [jar]
[INFO] Cf-PlugtestServer                                                  [jar]
[INFO] Cf-ExtendedPlugtestServer                                          [jar]
[INFO] Cf-HelloWorldClient                                                [jar]
[INFO] Cf-HelloWorldServer                                                [jar]
[INFO] Cf-PlugtestChecker                                                 [jar]
[INFO] Cf-PlugtestClient                                                  [jar]
[INFO] Cf-ExampleCrossProxy2                                              [jar]
[INFO] Cf-SecureServer                                                    [jar]
[INFO] Californium (Cf) Demo Setup for Unix                               [jar]
[INFO] Sc-DTLS-Example-Client                                             [jar]
[INFO] Sc-DTLS-Example-Server                                             [jar]
[INFO] Cf-SimpleFileServer                                                [jar]
[INFO] 
[INFO] -------------------< org.eclipse.californium:parent >-------------------
[INFO] Building Californium (Cf) Parent 3.11.0-SNAPSHOT                  [1/39]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.16.2:set (default-cli) @ parent ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/californium-release
[INFO] Processing change of org.eclipse.californium:parent:3.11.0-SNAPSHOT -> 3.11.0-RRC-0
[INFO] Processing org.eclipse.californium:parent
[INFO]     Updating project org.eclipse.californium:parent
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-assembly
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-legal
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-bom
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:demo-certs
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-core
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-osgi
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-proxy2
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-tests
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cli-tcp-netty
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cli
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cluster
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-encrypt
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-nat
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-oscore
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-pubsub
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-unix-health
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:demo-apps
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:element-connector-tcp-netty
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:element-connector
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:scandium
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-integration-tests
[INFO]     Updating parent org.eclipse.californium:californium-tests
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-interoperability-tests
[INFO]     Updating parent org.eclipse.californium:californium-tests
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-benchmark-observe
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-benchmark
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cocoa
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-extplugtest-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-extplugtest-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-helloworld-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-helloworld-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-plugtest-checker
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-plugtest-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-plugtest-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-proxy2
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-secure
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-simplefile-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-unix-setup
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:sc-dtls-example-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] Processing org.eclipse.californium:sc-dtls-example-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-SNAPSHOT to 3.11.0-RRC-0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Californium (Cf) Parent 3.11.0-SNAPSHOT:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [  8.014 s]
[INFO] Californium (Cf) Custom Assembly Descriptors ....... SKIPPED
[INFO] Californium (Cf) BOM ............................... SKIPPED
[INFO] Californium (Cf) Legal Documents ................... SKIPPED
[INFO] Californium (Cf) Demo Certificates ................. SKIPPED
[INFO] Californium (Cf) Element Connector ................. SKIPPED
[INFO] Scandium (Sc) Core ................................. SKIPPED
[INFO] Californium (Cf) Element Connector TCP netty ....... SKIPPED
[INFO] Californium (Cf) Core .............................. SKIPPED
[INFO] Cf-NAT ............................................. SKIPPED
[INFO] Cf-Unix-Health ..................................... SKIPPED
[INFO] Cf-Cluster ......................................... SKIPPED
[INFO] Cf-command-line-interface .......................... SKIPPED
[INFO] Cf-cli-tcp-netty ................................... SKIPPED
[INFO] Cf-Encrypt ......................................... SKIPPED
[INFO] Californium (Cf) Tests ............................. SKIPPED
[INFO] Californium (Cf) Integration Tests ................. SKIPPED
[INFO] Californium (Cf) Interoperability Tests ............ SKIPPED
[INFO] Californium (Cf) Proxy2 ............................ SKIPPED
[INFO] Cf-OSCORE .......................................... SKIPPED
[INFO] Cf-PubSub .......................................... SKIPPED
[INFO] Californium (Cf) OSGi .............................. SKIPPED
[INFO] Californium (Cf) Demo Applications ................. SKIPPED
[INFO] Cf-BenchmarkServer ................................. SKIPPED
[INFO] Cf-ObserveBenchmarkClient .......................... SKIPPED
[INFO] Cf-CoCoAClient ..................................... SKIPPED
[INFO] Cf-ExtendedPlugtestClient .......................... SKIPPED
[INFO] Cf-PlugtestServer .................................. SKIPPED
[INFO] Cf-ExtendedPlugtestServer .......................... SKIPPED
[INFO] Cf-HelloWorldClient ................................ SKIPPED
[INFO] Cf-HelloWorldServer ................................ SKIPPED
[INFO] Cf-PlugtestChecker ................................. SKIPPED
[INFO] Cf-PlugtestClient .................................. SKIPPED
[INFO] Cf-ExampleCrossProxy2 .............................. SKIPPED
[INFO] Cf-SecureServer .................................... SKIPPED
[INFO] Californium (Cf) Demo Setup for Unix ............... SKIPPED
[INFO] Sc-DTLS-Example-Client ............................. SKIPPED
[INFO] Sc-DTLS-Example-Server ............................. SKIPPED
[INFO] Cf-SimpleFileServer ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.928 s
[INFO] Finished at: 2024-03-12T06:42:57Z
[INFO] ------------------------------------------------------------------------
[californium-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=feature/rrc -DNEXT_VERSION=3.11.0-SNAPSHOT -DRELEASE_VERSION=3.11.0-RRC-0 -DsnapshotDependencyAllowed=false -DenableEclipseJarSigner=true -Dmaven.test.failure.ignore=false clean install -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 39 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 39 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Californium (Cf) Parent                                            [pom]
[INFO] Californium (Cf) Custom Assembly Descriptors                       [jar]
[INFO] Californium (Cf) BOM                                               [pom]
[INFO] Californium (Cf) Legal Documents                                   [jar]
[INFO] Californium (Cf) Demo Certificates                                 [jar]
[INFO] Californium (Cf) Element Connector                              [bundle]
[INFO] Scandium (Sc) Core                                              [bundle]
[INFO] Californium (Cf) Element Connector TCP netty                    [bundle]
[INFO] Californium (Cf) Core                                           [bundle]
[INFO] Cf-NAT                                                             [jar]
[INFO] Cf-Unix-Health                                                  [bundle]
[INFO] Cf-Cluster                                                      [bundle]
[INFO] Cf-command-line-interface                                       [bundle]
[INFO] Cf-cli-tcp-netty                                                [bundle]
[INFO] Cf-Encrypt                                                         [jar]
[INFO] Californium (Cf) Tests                                             [pom]
[INFO] Californium (Cf) Integration Tests                                 [jar]
[INFO] Californium (Cf) Interoperability Tests                            [jar]
[INFO] Californium (Cf) Proxy2                                         [bundle]
[INFO] Cf-OSCORE                                                       [bundle]
[INFO] Cf-PubSub                                                          [jar]
[INFO] Californium (Cf) OSGi                                           [bundle]
[INFO] Californium (Cf) Demo Applications                                 [pom]
[INFO] Cf-BenchmarkServer                                                 [jar]
[INFO] Cf-ObserveBenchmarkClient                                          [jar]
[INFO] Cf-CoCoAClient                                                     [jar]
[INFO] Cf-ExtendedPlugtestClient                                          [jar]
[INFO] Cf-PlugtestServer                                                  [jar]
[INFO] Cf-ExtendedPlugtestServer                                          [jar]
[INFO] Cf-HelloWorldClient                                                [jar]
[INFO] Cf-HelloWorldServer                                                [jar]
[INFO] Cf-PlugtestChecker                                                 [jar]
[INFO] Cf-PlugtestClient                                                  [jar]
[INFO] Cf-ExampleCrossProxy2                                              [jar]
[INFO] Cf-SecureServer                                                    [jar]
[INFO] Californium (Cf) Demo Setup for Unix                               [jar]
[INFO] Sc-DTLS-Example-Client                                             [jar]
[INFO] Sc-DTLS-Example-Server                                             [jar]
[INFO] Cf-SimpleFileServer                                                [jar]
[INFO] 
[INFO] -------------------< org.eclipse.californium:parent >-------------------
[INFO] Building Californium (Cf) Parent 3.11.0-RRC-0                     [1/39]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ parent ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ parent ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ parent ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ parent ---
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ parent ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ parent ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/3.11.0-RRC-0/parent-3.11.0-RRC-0.pom
[INFO] 
[INFO] ------------< org.eclipse.californium:californium-assembly >------------
[INFO] Building Californium (Cf) Custom Assembly Descriptors 3.11.0-RRC-0 [2/39]
[INFO]   from assembly/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ californium-assembly ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-assembly ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-assembly ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-assembly ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-assembly ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-assembly ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-assembly ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-assembly ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/assembly/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-assembly ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-assembly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-assembly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-assembly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-assembly ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/assembly/target/californium-assembly-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-assembly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-assembly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-assembly ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-assembly ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-assembly ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/assembly/target/californium-assembly-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-assembly ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.11.0-RRC-0/californium-assembly-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/assembly/target/californium-assembly-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.11.0-RRC-0/californium-assembly-3.11.0-RRC-0.jar
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-bom >-------------------
[INFO] Building Californium (Cf) BOM 3.11.0-RRC-0                        [3/39]
[INFO]   from bom/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-bom ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-bom ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-bom ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-bom ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-bom ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-bom ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-bom ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-bom ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-bom ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-bom ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-bom ---
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-bom ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-bom ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/3.11.0-RRC-0/cf-bom-3.11.0-RRC-0.pom
[INFO] 
[INFO] -------------< org.eclipse.californium:californium-legal >--------------
[INFO] Building Californium (Cf) Legal Documents 3.11.0-RRC-0            [4/39]
[INFO]   from legal/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ californium-legal ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-legal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-legal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-legal ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-legal ---
[INFO] Copying 7 resources from licenses to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-legal ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-legal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/legal/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-legal ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/legal/target/californium-legal-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-legal ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-legal ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-legal ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/legal/target/californium-legal-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-legal ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.11.0-RRC-0/californium-legal-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/legal/target/californium-legal-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.11.0-RRC-0/californium-legal-3.11.0-RRC-0.jar
[INFO] 
[INFO] -----------------< org.eclipse.californium:demo-certs >-----------------
[INFO] Building Californium (Cf) Demo Certificates 3.11.0-RRC-0          [5/39]
[INFO]   from demo-certs/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ demo-certs ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ demo-certs ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ demo-certs ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ demo-certs ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ demo-certs ---
[INFO] Copying 42 resources from certs to target/classes/certs
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ demo-certs ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ demo-certs ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-certs/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ demo-certs ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-certs/target/demo-certs-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ demo-certs ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ demo-certs ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ demo-certs ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-certs/target/demo-certs-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ demo-certs ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.11.0-RRC-0/demo-certs-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-certs/target/demo-certs-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.11.0-RRC-0/demo-certs-3.11.0-RRC-0.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:element-connector >--------------
[INFO] Building Californium (Cf) Element Connector 3.11.0-RRC-0          [6/39]
[INFO]   from element-connector/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ element-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ element-connector ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ element-connector ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ element-connector ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ element-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/element-connector/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 100 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] /home/jenkins/agent/workspace/californium-release/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: /home/jenkins/agent/workspace/californium-release/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/californium-release/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ element-connector ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ element-connector ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/element-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ element-connector ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ element-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 59 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-release/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[40,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[40,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ element-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s - in org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest
[INFO] Running org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest
[INFO] Running org.eclipse.californium.elements.auth.X509CertPathIdentityTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.elements.auth.X509CertPathIdentityTest
[INFO] Running org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.config.ConfigurationTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.californium.elements.config.ConfigurationTest
[INFO] Running org.eclipse.californium.elements.UdpEndpointContextMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.UdpEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.TcpEndpointContextMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.TcpEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.TlsEndpointContextMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.TlsEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.EndpointContextUtilTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.EndpointContextUtilTest
[INFO] Running org.eclipse.californium.elements.DtlsEndpointContextMatcherTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.elements.DtlsEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.UDPConnectorTest
06:43:30.901 WARN [DirectDatagramSocketImpl]: closed/packet dropped! (E19,T47) 127.0.0.1:8,208 ==> :8,193 [] (o.e.c.e.u.DirectDatagramSocketImpl.send:319)
06:43:31.016 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.975 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.521 s - in org.eclipse.californium.elements.util.CertPathUtilTest
[INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest
start: 628097608586560
1: 3675
3: 4869
4: 5402
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest
[INFO] Running org.eclipse.californium.elements.util.SslContextUtilCredentialsTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 s - in org.eclipse.californium.elements.util.SslContextUtilCredentialsTest
[INFO] Running org.eclipse.californium.elements.util.Asn1DerDecoderTest
Java 17.0.2, SunEC version 17 is vulnerable for ECDSA R := 0, CVE-2022-21449!
Java 17.0.2, SunEC version 17 is vulnerable for ECDSA R := N, CVE-2022-21449!
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in org.eclipse.californium.elements.util.Asn1DerDecoderTest
[INFO] Running org.eclipse.californium.elements.util.EncryptedStreamUtilTest
[INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.californium.elements.util.EncryptedStreamUtilTest
[INFO] Running org.eclipse.californium.elements.util.DatagramReaderTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.DatagramReaderTest
[INFO] Running org.eclipse.californium.elements.util.DatagramWriterTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.DatagramWriterTest
[INFO] Running org.eclipse.californium.elements.util.StatisticTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.elements.util.StatisticTest
[INFO] Running org.eclipse.californium.elements.util.ClockUtilTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 s - in org.eclipse.californium.elements.util.ClockUtilTest
[INFO] Running org.eclipse.californium.elements.util.SerializationUtilTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 s - in org.eclipse.californium.elements.util.SerializationUtilTest
[INFO] Running org.eclipse.californium.elements.util.SslContextUtilConfigurationTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.elements.util.SslContextUtilConfigurationTest
[INFO] Running org.eclipse.californium.elements.util.StringUtilTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.elements.util.StringUtilTest
[INFO] Running org.eclipse.californium.elements.util.NetworkInterfacesUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.util.NetworkInterfacesUtilTest
[INFO] Running org.eclipse.californium.elements.util.SslContextUtilTrustTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in org.eclipse.californium.elements.util.SslContextUtilTrustTest
[INFO] Running org.eclipse.californium.elements.util.Base64Test
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.Base64Test
[INFO] Running org.eclipse.californium.elements.util.NamedThreadFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.elements.util.NamedThreadFactoryTest
[INFO] Running org.eclipse.californium.elements.util.BytesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.util.BytesTest
[INFO] Running org.eclipse.californium.elements.util.TimeStatisticTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.TimeStatisticTest
[INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUpdatedCacheTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.californium.elements.util.LeastRecentlyUpdatedCacheTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 308, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.elements.util.PersistentComponentUtilTest
06:43:36.010 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
06:43:36.012 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
06:43:36.013 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
06:43:36.013 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
06:43:36.015 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
06:43:36.015 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
06:43:36.015 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
06:43:36.016 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
06:43:36.016 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
06:43:36.016 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
06:43:36.016 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
06:43:36.017 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
06:43:36.017 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:477)
06:43:36.020 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
06:43:36.020 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
06:43:36.020 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
06:43:36.021 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
06:43:36.023 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
06:43:36.024 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
06:43:36.024 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
06:43:36.024 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
06:43:36.024 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.237 s - in org.eclipse.californium.elements.util.PersistentComponentUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/element-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ element-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-RRC-0-tests.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ element-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ element-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ element-connector ---
[INFO] Comparing [org.eclipse.californium:element-connector:jar:3.10.0] against [org.eclipse.californium:element-connector:jar:3.11.0-RRC-0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ element-connector ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-RRC-0-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ element-connector ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0-RRC-0/element-connector-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0-RRC-0/element-connector-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-RRC-0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0-RRC-0/element-connector-3.11.0-RRC-0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0-RRC-0/element-connector-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ element-connector ---
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/californium/element-connector/3.11.0-RRC-0/element-connector-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ------------------< org.eclipse.californium:scandium >------------------
[INFO] Building Scandium (Sc) Core 3.11.0-RRC-0                          [7/39]
[INFO]   from scandium-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ scandium ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ scandium ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ scandium ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ scandium ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ scandium ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ scandium ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 164 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[169,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[183,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[219,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ResumptionSupportingConnectionStore.java:[30,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[51,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[52,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[52,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/DtlsManagedClusterConnector.java:[482,32] onInitializeHandshaker(org.eclipse.californium.scandium.dtls.Handshaker) in org.eclipse.californium.scandium.DTLSConnector has been deprecated
[INFO] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ scandium ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ scandium ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/scandium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ scandium ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ scandium ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 52 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorTest.java:[119,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/test/java/org/eclipse/californium/scandium/ConnectorHelper.java:[879,32] onInitializeHandshaker(org.eclipse.californium.scandium.dtls.Handshaker) in org.eclipse.californium.scandium.DTLSConnector has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorAdvancedTest.java:[255,33] LOGGER in org.eclipse.californium.scandium.dtls.x509.StaticNewAdvancedCertificateVerifier has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ scandium ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
06:43:51.550 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
06:43:51.595 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
06:43:51.646 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:491)
06:43:51.647 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501)
[INFO] Running org.eclipse.californium.scandium.dtls.RecordCbcValidationTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.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] -------------------------------------------------------
06:43:52.602 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
06:43:52.670 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
06:43:52.677 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:491)
06:43:52.678 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501)
[INFO] Running org.eclipse.californium.scandium.dtls.ClientHandshakerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.eclipse.californium.scandium.dtls.ClientHandshakerTest
[INFO] Running org.eclipse.californium.scandium.dtls.ServerNameExtensionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ServerNameExtensionTest
[INFO] Running org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest
[INFO] Running org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest
[INFO] Running org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest
[INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest
[INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest
[INFO] Running org.eclipse.californium.scandium.dtls.CertificateMessageTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.scandium.dtls.CertificateMessageTest
[INFO] Running org.eclipse.californium.scandium.dtls.CookieGeneratorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.californium.scandium.dtls.CookieGeneratorTest
[INFO] Running org.eclipse.californium.scandium.dtls.ClientHelloTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ClientHelloTest
[INFO] Running org.eclipse.californium.scandium.dtls.PskPublicInformationTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.scandium.dtls.PskPublicInformationTest
[INFO] Running org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest
[INFO] Running org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest
[INFO] Running org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest
Signatures: 22 over all, 6 ECDSA, 2 EdDSA.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest
[INFO] Running org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest
[INFO] Running org.eclipse.californium.scandium.dtls.CertificateRequestTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.CertificateRequestTest
[INFO] Running org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest
[INFO] Running org.eclipse.californium.scandium.dtls.DTLSContextTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.scandium.dtls.DTLSContextTest
[INFO] Running org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest
[INFO] Running org.eclipse.californium.scandium.dtls.RecordTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.scandium.dtls.RecordTest
[INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest
[INFO] Running org.eclipse.californium.scandium.dtls.ServerHelloTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ServerHelloTest
[INFO] Running org.eclipse.californium.scandium.dtls.AlertMessageTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.scandium.dtls.AlertMessageTest
[INFO] Running org.eclipse.californium.scandium.dtls.RecordDecryptTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 s - in org.eclipse.californium.scandium.dtls.RecordDecryptTest
[INFO] Running org.eclipse.californium.scandium.dtls.DTLSSessionTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.scandium.dtls.DTLSSessionTest
[INFO] Running org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest
[INFO] Running org.eclipse.californium.scandium.dtls.HelloExtensionsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.californium.scandium.dtls.HelloExtensionsTest
[INFO] Running org.eclipse.californium.scandium.DtlsClusterConnectorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s - in org.eclipse.californium.scandium.DtlsClusterConnectorTest
[INFO] Running org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.023 s - in org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest
[INFO] Running org.eclipse.californium.scandium.ClusterMacTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.californium.scandium.ClusterMacTest
[INFO] Running org.eclipse.californium.scandium.auth.PrincipalSerializerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.auth.PrincipalSerializerTest
[INFO] Running org.eclipse.californium.scandium.config.DtlsConnectorConfigTest
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.californium.scandium.config.DtlsConnectorConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 483, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ scandium ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
06:44:03.766 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
06:44:03.809 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
06:44:03.815 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:491)
06:44:03.815 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501)
[INFO] Running org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest
groups: 37, usable: 5, preferred: 4
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 s - in org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest
[INFO] Running org.eclipse.californium.scandium.dtls.HandshakerTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.californium.scandium.dtls.HandshakerTest
[INFO] Running org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s - in org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest
[INFO] Running org.eclipse.californium.scandium.dtls.ServerHandshakerTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.californium.scandium.dtls.ServerHandshakerTest
[INFO] Running org.eclipse.californium.scandium.DTLSEndpointContextTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.51 s - in org.eclipse.californium.scandium.DTLSEndpointContextTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorResumeTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.68 s - in org.eclipse.californium.scandium.DTLSConnectorResumeTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorTest
06:44:30.906 ERROR [DirectDatagramSocketImpl]: destination port 8259 not available! (E543,T172) 127.0.0.1:8,253 ==> :8,259 [rec(19 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
06:44:30.906 WARN [DTLSConnector]: Could not send record, destination 127.0.0.1:8259 unreachable! [] (o.e.c.s.DTLSConnector.sendNextDatagramOverNetwork:3767)
06:44:34.828 WARN [drops]: DTLSConnector drops 1 outgoing bytes to [127.0.0.1:0] without destination-port [] (o.e.c.s.DTLSConnector.send:3249)
[WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 12.988 s - in org.eclipse.californium.scandium.DTLSConnectorTest
[INFO] Running org.eclipse.californium.scandium.HelloExtensionNegotiationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.californium.scandium.HelloExtensionNegotiationTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorAdvancedTest
06:44:47.330 ERROR [DirectDatagramSocketImpl]: destination port 8300 not available! (E9,316,T272) 127.0.0.1:8,301 ==> :8,300 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
06:44:51.599 ERROR [DirectDatagramSocketImpl]: destination port 8306 not available! (E9,379,T272) 127.0.0.1:8,307 ==> :8,306 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=3)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
06:44:55.666 ERROR [DirectDatagramSocketImpl]: destination port 8311 not available! (E9,417,T277) 127.0.0.1:8,312 ==> :8,311 [rec(43 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
06:45:06.549 ERROR [DirectDatagramSocketImpl]: destination port 8326 not available! (E9,545,T272) 127.0.0.1:8,327 ==> :8,326 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.244 s - in org.eclipse.californium.scandium.DTLSConnectorAdvancedTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 173, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ scandium ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/scandium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ scandium ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-RRC-0-tests.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ scandium ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ scandium ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
06:45:26.991 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
06:45:27.058 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
06:45:27.064 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:491)
06:45:27.065 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501)
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorStartStopTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.098 s - in org.eclipse.californium.scandium.DTLSConnectorStartStopTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorHandshakeTest
[INFO] Tests run: 194, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.048 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] -------------------------------------------------------
06:46:15.320 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
06:46:15.381 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
06:46:15.387 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:491)
06:46:15.387 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501)
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scandium ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ scandium ---
[INFO] Comparing [org.eclipse.californium:scandium:jar:3.10.0] against [org.eclipse.californium:scandium:jar:3.11.0-RRC-0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ scandium ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-RRC-0-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ scandium ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0-RRC-0/scandium-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0-RRC-0/scandium-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-RRC-0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0-RRC-0/scandium-3.11.0-RRC-0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0-RRC-0/scandium-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ scandium ---
[INFO] Installing org/eclipse/californium/scandium/3.11.0-RRC-0/scandium-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------< org.eclipse.californium:element-connector-tcp-netty >---------
[INFO] Building Californium (Cf) Element Connector TCP netty 3.11.0-RRC-0 [8/39]
[INFO]   from element-connector-tcp-netty/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ element-connector-tcp-netty ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ element-connector-tcp-netty ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ element-connector-tcp-netty ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ element-connector-tcp-netty ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ element-connector-tcp-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector-tcp-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ element-connector-tcp-netty ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ element-connector-tcp-netty ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ element-connector-tcp-netty ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ element-connector-tcp-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ element-connector-tcp-netty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
06:46:24.063 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
06:46:24.105 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467)
06:46:24.111 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:491)
06:46:24.111 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:501)
[INFO] Running org.eclipse.californium.elements.tcp.netty.TlsConnectorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s - in org.eclipse.californium.elements.tcp.netty.TlsConnectorTest
[INFO] Running org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.223 s - in org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest
[INFO] Running org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.443 s - in org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest
[INFO] Running org.eclipse.californium.elements.tcp.netty.TcpConnectorTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.639 s - in org.eclipse.californium.elements.tcp.netty.TcpConnectorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ element-connector-tcp-netty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector-tcp-netty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector-tcp-netty ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ element-connector-tcp-netty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ element-connector-tcp-netty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ element-connector-tcp-netty ---
[INFO] Comparing [org.eclipse.californium:element-connector-tcp-netty:jar:3.10.0] against [org.eclipse.californium:element-connector-tcp-netty:jar:3.11.0-RRC-0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ element-connector-tcp-netty ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ element-connector-tcp-netty ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0-RRC-0/element-connector-tcp-netty-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0-RRC-0/element-connector-tcp-netty-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0-RRC-0/element-connector-tcp-netty-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ element-connector-tcp-netty ---
[INFO] Installing org/eclipse/californium/element-connector-tcp-netty/3.11.0-RRC-0/element-connector-tcp-netty-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------------< org.eclipse.californium:californium-core >--------------
[INFO] Building Californium (Cf) Core 3.11.0-RRC-0                       [9/39]
[INFO]   from californium-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ californium-core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-core ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-core ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-core ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/californium-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 152 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/serialization/DataParser.java:[33,48] org.eclipse.californium.core.coap.option.LegacyMapBasedOptionRegistry in org.eclipse.californium.core.coap.option has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/CoapResource.java:[52,44] org.eclipse.californium.core.observe.ObserveRelationContainer in org.eclipse.californium.core.observe has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/server/ServersSerializationUtil.java:[33,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java:[50,43] org.eclipse.californium.core.server.ServersSerializationUtil in org.eclipse.californium.core.server has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java:[57,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/coap/option/LegacyMapBasedOptionRegistry.java:[21,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/coap/option/BaseOptionDefinition.java:[112,28] getValueLengths() in org.eclipse.californium.core.coap.option.OptionDefinition has been deprecated
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-core ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/californium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-core ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 83 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/server/ServerSerializationTest.java:[41,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/OptionTest.java:[35,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/network/serialization/DataParserTest.java:[46,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1161,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1163,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[127,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[136,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[138,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[148,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[150,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[173,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[181,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[190,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[192,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[224,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[227,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[237,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[239,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[249,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[251,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/lockstep/ObserveServerSideTest.java:[745,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/MemoryLeakingHashMapTest.java:[480,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.core.coap.UriQueryParameterTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.coap.UriQueryParameterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.core.test.ResourceAttributesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.californium.core.test.ResourceAttributesTest
[INFO] Running org.eclipse.californium.core.test.OptionTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.californium.core.test.OptionTest
[INFO] Running org.eclipse.californium.core.test.MaliciousClientTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.018 s - in org.eclipse.californium.core.test.MaliciousClientTest
[INFO] Running org.eclipse.californium.core.test.AttributeMultiQueryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.test.AttributeMultiQueryTest
[INFO] Running org.eclipse.californium.core.coap.ResourceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.core.coap.ResourceTest
[INFO] Running org.eclipse.californium.core.coap.MediaTypeRegistryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.coap.MediaTypeRegistryTest
[INFO] Running org.eclipse.californium.core.coap.CoapTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.core.coap.CoapTest
[INFO] Running org.eclipse.californium.core.coap.BlockOptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.core.coap.BlockOptionTest
[INFO] Running org.eclipse.californium.core.coap.MessageTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.core.coap.MessageTest
[INFO] Running org.eclipse.californium.core.coap.LinkFormatTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.californium.core.coap.LinkFormatTest
[INFO] Running org.eclipse.californium.core.coap.RequestTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s - in org.eclipse.californium.core.coap.RequestTest
[INFO] Running org.eclipse.californium.core.network.GroupedMessageIdTrackerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s - in org.eclipse.californium.core.network.GroupedMessageIdTrackerTest
[INFO] Running org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s - in org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest
[INFO] Running org.eclipse.californium.core.network.serialization.DataSerializerTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.network.serialization.DataSerializerTest
[INFO] Running org.eclipse.californium.core.network.serialization.DataParserTest
[WARNING] Tests run: 60, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.023 s - in org.eclipse.californium.core.network.serialization.DataParserTest
[INFO] Running org.eclipse.californium.core.network.stack.CoapStackTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.068 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.06 s - in org.eclipse.californium.core.network.stack.BlockwiseLayerTest
[INFO] Running org.eclipse.californium.core.network.stack.CoapTcpStackTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.network.stack.CoapTcpStackTest
[INFO] Running org.eclipse.californium.core.network.stack.AbstractLayerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.core.network.stack.AbstractLayerTest
[INFO] Running org.eclipse.californium.core.network.deduplication.DeduplicatorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.core.network.deduplication.DeduplicatorTest
[INFO] Running org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.295 s - in org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest
[INFO] Running org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest
[INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest
06:47:06.448 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.18 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.079 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderTest
[INFO] Running org.eclipse.californium.core.network.NullMessageIdTrackerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.eclipse.californium.core.network.NullMessageIdTrackerTest
[INFO] Running org.eclipse.californium.core.network.EndpointManagerTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.core.network.EndpointManagerTest
[INFO] Running org.eclipse.californium.core.network.UdpMatcherTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 s - in org.eclipse.californium.core.network.UdpMatcherTest
[INFO] Running org.eclipse.californium.core.network.CoapEndpointTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.californium.core.network.CoapEndpointTest
[INFO] Running org.eclipse.californium.core.network.TcpMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s - in org.eclipse.californium.core.network.TcpMatcherTest
[INFO] Running org.eclipse.californium.core.network.UdpMatcherMulticastTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.network.UdpMatcherMulticastTest
[INFO] Running org.eclipse.californium.core.server.CoapServerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.025 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.08 s - in org.eclipse.californium.core.multicast.MulticastTest
[INFO] Running org.eclipse.californium.core.observe.ObserveRelationTest
06:47:17.562 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.038 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.ResourceTreeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.californium.core.test.ResourceTreeTest
[INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest

0005: CON [MID=7808, T=A0925790F333F473], PUT, /test, 1:0/1/128, size1(290)    ----->
0009: <-----   ACK [MID=7808, T=A0925790F333F473], 2.31, 1:0/1/128
0009: CON [MID=7809, T=B00D83F4B6F20E00], PUT, /test, 1:1/1/128    ----->
0010: <-----   ACK [MID=7809, T=B00D83F4B6F20E00], 2.31, 1:1/1/32
0010: CON [MID=7810, T=50EB3511CC302C83], PUT, /test, 1:8/1/32    ----->
0011: <-----   ACK [MID=7810, T=50EB3511CC302C83], 2.31, 1:8/1/32
0011: CON [MID=7811, T=BC6F25E92E0F4D0D], PUT, /test, 1:9/0/32    ----->
0012: <-----   ACK [MID=7811, T=BC6F25E92E0F4D0D], 2.04, 1:9/0/32

0001: CON [MID=41550, T=B4FD2AEE7A9B9522], GET, /test, 2:2/0/128    ----->
0002: <-----   ACK [MID=41550, T=B4FD2AEE7A9B9522], 2.05, 2:2/0/128


0001: CON [MID=29015, T=A89DC7B41B3D2C01], GET, /test, 2:0/0/64    ----->
0002: <-----   ACK [MID=29015, T=A89DC7B41B3D2C01], 2.05, 2:0/1/64, size2(170)
0003: CON [MID=29016, T=C488E4730E5535C0], GET, /test, 2:1/0/64    ----->
0003: <-----   ACK [MID=29016, T=C488E4730E5535C0], 2.05, 2:1/1/64
0004: CON [MID=29017, T=60A5457A63FDA1D5], GET, /test, 2:2/0/64    ----->
0004: <-----   ACK [MID=29017, T=60A5457A63FDA1D5], 2.05, 2:2/0/64

0001: CON [MID=27018, T=7C7935954AAE3B12], GET, /test    ----->
0002: <-----   ACK [MID=27018, T=7C7935954AAE3B12], 2.05, 2:0/1/128, size2(300), ETags([0001])
0003: CON [MID=27019, T=3CBE299A7AC9A1C0], GET, /test, 2:1/0/128    ----->
0003: <-----   ACK [MID=27019, T=3CBE299A7AC9A1C0], 2.05, 2:1/1/128, ETags([0001])
0003: CON [MID=27020, T=9052558CB4FCAC4B], GET, /test, 2:2/0/128    ----->
0004: <-----   ACK [MID=27020, T=9052558CB4FCAC4B], 2.05, 2:2/0/128, ETags([0001])

0002: CON [MID=30726, T=B0372B7DE5B74A76], PUT, /test    ----->
0002: <-----   ACK [MID=30726, T=B0372B7DE5B74A76], 4.13, 1:0/0/64
0002: CON [MID=30727, T=B0372B7DE5B74A76], PUT, /test, 1:0/1/64, size1(128)    ----->
0003: <-----   ACK [MID=30727, T=B0372B7DE5B74A76], 2.31, 1:0/1/64
0003: CON [MID=30728, T=84853D40489E25EA], PUT, /test, 1:1/0/64    ----->
0014: <-----   ACK [MID=30728, T=84853D40489E25EA], 2.04, 1:1/0/64

0002: CON [MID=9367, T=FCA364B90E2CD4F7], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=9367, T=FCA364B90E2CD4F7], 2.31, 1:0/1/256
0003: CON [MID=9368, T=6C180E153A4350E3], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=9368, T=6C180E153A4350E3], 2.31, 1:1/1/256
0004: CON [MID=9369, T=C8343B6C14936C5A], PUT, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=9369, T=C8343B6C14936C5A], 2.04, 1:2/0/256

0002: Establish observe relation to test1
0003: CON [MID=32458, T=257F4786B253C8A3], GET, /test1, observe(0)    ----->
0004: <-----   ACK [MID=32458, T=257F4786B253C8A3], 2.05, 2:0/1/128, observe(62350), size2(300)
0004: CON [MID=32459, T=64D3CBCFAF5B82A2], GET, /test1, 2:1/0/128    ----->
0005: <-----   ACK [MID=32459, T=64D3CBCFAF5B82A2], 2.05, 2:1/1/128
0005: CON [MID=32460, T=6CD71AE62F4EBA7F], GET, /test1, 2:2/0/128    ----->
0005: <-----   ACK [MID=32460, T=6CD71AE62F4EBA7F], 2.05, 2:2/0/128
0006: ... time passes ...
0006: <-----   CON [MID=8001, T=257F4786B253C8A3], 2.05, 2:0/1/128, observe(62354), size2(280)
0006: ACK [MID=8001]   ----->
0007: CON [MID=32461, T=94CF5D86D45D6883], GET, /test1, 2:1/0/128    ----->
0007: <-----   ACK [MID=32461, T=94CF5D86D45D6883], 2.05, 2:1/1/128
0007: CON [MID=32462, T=103F9928C1BF6D5B], GET, /test1, 2:2/0/128    ----->
0008: <-----   ACK [MID=32462, T=103F9928C1BF6D5B], 2.05, 2:2/0/128
0008: ... time passes ...
0008: <-----   CON [MID=8002, T=257F4786B253C8A3], 2.05, 2:0/1/128, observe(17), size2(290)
0009: ACK [MID=8002]   ----->
0009: CON [MID=32463, T=3423B32717F6494E], GET, /test1, 2:1/0/128    ----->
0009: Server sends third notification during transfer 
0009: <-----   CON [MID=8003, T=257F4786B253C8A3], 2.05, 2:0/1/128, observe(19), size2(290)
0009: <-----   ACK [MID=32463, T=3423B32717F6494E], 2.05, 2:1/1/128
0009: ACK [MID=8003]   ----->
0010: CON [MID=32464, T=0051CB02EAE03190], GET, /test1, 2:1/0/128    ----->
0010: Send old notification during transfer
0010: <-----   CON [MID=8004, T=257F4786B253C8A3], 2.05, 2:0/1/128, observe(18), size2(290)
0010: <-----   ACK [MID=32464, T=0051CB02EAE03190], 2.05, 2:1/1/128
0011: ACK [MID=8004]   ----->
0011: CON [MID=32465, T=ACDB656EC46514A2], GET, /test1, 2:2/0/128    ----->
0011: <-----   ACK [MID=32465, T=ACDB656EC46514A2], 2.05, 2:2/0/128

0001: CON [MID=39001, T=AC67153BA66BF084], PUT, /test    ----->
0002: <-----   ACK [MID=39001, T=AC67153BA66BF084], 4.13
0002: CON [MID=39002, T=AC67153BA66BF084], PUT, /test, 1:0/1/64, size1(128)    ----->
0003: <-----   ACK [MID=39002, T=AC67153BA66BF084], 4.13, 1:0/1/32
0003: CON [MID=39003, T=142224329E7B24CD], PUT, /test, 1:0/1/32, size1(128)    ----->
0003: <-----   ACK [MID=39003, T=142224329E7B24CD], 2.31, 1:0/1/32
0004: CON [MID=39004, T=984926F865A1F7CF], PUT, /test, 1:1/1/32    ----->
0004: <-----   ACK [MID=39004, T=984926F865A1F7CF], 2.31, 1:1/1/32
0004: CON [MID=39005, T=502A29A0447DA9E8], PUT, /test, 1:2/1/32    ----->
0005: <-----   ACK [MID=39005, T=502A29A0447DA9E8], 2.31, 1:2/1/32
0005: CON [MID=39006, T=E0C1C9750AE98186], PUT, /test, 1:3/0/32    ----->
0005: <-----   ACK [MID=39006, T=E0C1C9750AE98186], 2.04, 1:3/0/32

0002: CON [MID=41569, T=D4BC3905575DD33E], GET, /test    ----->
0002: <-----   ACK [MID=41569, T=D4BC3905575DD33E], 2.05, 2:0/1/256, size2(300)
0002: CON [MID=41570, T=8C87ADF8FD57FB89], GET, /test, 2:2/0/128    -----> // lost
0203: CON [MID=41570, T=8C87ADF8FD57FB89], GET, /test, 2:2/0/128    ----->
0204: <-----   ACK [MID=41570, T=8C87ADF8FD57FB89], 2.05, 2:2/0/128

0009: CON [MID=51077, T=7C3564B63B7DEC07], GET, /test    ----->
0009: <-----   ACK [MID=51077, T=7C3564B63B7DEC07], 2.05, 2:0/1/128
0010: CON [MID=51078, T=3462EE6A8D13F0A7], GET, /test, 2:1/0/128    ----->
0210: CON [MID=51078, T=3462EE6A8D13F0A7], GET, /test, 2:1/0/128    ----->

0002: CON [MID=30342, T=0CB02E9C761D4E2F], GET, /test    ----->
0002: <-----   ACK [MID=30342, T=0CB02E9C761D4E2F], 2.05, 2:0/1/128
0003: CON [MID=30343, T=AC38638AC9837E66], GET, /test, 2:1/0/128    ----->
0003: <-----   ACK [MID=30343, T=AC38638AC9837E66], 2.05, 2:1/1/128
0004: CON [MID=30344, T=5068B18BCF4B697A], GET, /test, 2:2/0/128    ----->

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

0002: CON [MID=15309, T=8CF61730FA16F798], PUT, /test, 1:0/1/128, size1(138)    ----->
0002: <-----   ACK [MID=15309, T=8CF61730FA16F798], 4.13, 1:0/0/64
0003: CON [MID=15310, T=98FF37A1514C3AB3], PUT, /test, 1:0/1/64, size1(138)    ----->
0004: <-----   ACK [MID=15310, T=98FF37A1514C3AB3], 2.31, 1:0/1/64
0004: CON [MID=15311, T=5C041713340D2A8C], PUT, /test, 1:1/1/64    ----->
0005: <-----   ACK [MID=15311, T=5C041713340D2A8C], 2.31, 1:1/1/64
0005: CON [MID=15312, T=9056F0DA826E60FC], PUT, /test, 1:2/0/64    ----->
0006: <-----   ACK [MID=15312, T=9056F0DA826E60FC], 2.04, 1:2/0/64

0001: CON [MID=50614, T=7C079474578E3681], GET, /test    ----->
0002: <-----   ACK [MID=50614, T=7C079474578E3681], 2.05, 2:0/1/128
0002: CON [MID=50615, T=C0DF0BE80EC4D8CB], GET, /test, 2:1/0/128    ----->
0003: CON [MID=50616, T=5C05C19BA7771359], GET, /test    ----->
0004: <-----   ACK [MID=50616, T=5C05C19BA7771359], 2.05, 2:0/1/128
0004: CON [MID=50617, T=FCD8FC4193A9E03D], GET, /test, 2:1/0/128    ----->
0005: <-----   ACK [MID=50615, T=C0DF0BE80EC4D8CB], 2.05, 2:1/0/128
0005: <-----   ACK [MID=50617, T=FCD8FC4193A9E03D], 2.05, 2:1/0/128

0001: CON [MID=5894, T=7CE93DA005E67244], GET, /test    ----->
0002: <-----   ACK [MID=5894, T=7CE93DA005E67244], 2.05, 2:0/1/128
0002: CON [MID=5895, T=A481F97BD85158F4], GET, /test, 2:1/0/128    ----->
0203: CON [MID=5895, T=A481F97BD85158F4], GET, /test, 2:1/0/128    ----->
0228: <-----   ACK [MID=5895, T=A481F97BD85158F4], 2.05, 2:1/1/128
0228: CON [MID=5896, T=543D2BE33962002D], GET, /test, 2:2/0/128    ----->
0429: CON [MID=5896, T=543D2BE33962002D], GET, /test, 2:2/0/128    ----->
0454: <-----   ACK [MID=5896, T=543D2BE33962002D], 2.05, 2:2/0/128
0454: // next transfer
0455: CON [MID=5897, T=B04FC71A5F1F42CA], GET, /test    ----->
0455: <-----   ACK [MID=5897, T=B04FC71A5F1F42CA], 2.05, 2:0/1/128
0456: CON [MID=5898, T=F0F1067B2EE6EE38], GET, /test, 2:1/0/128    ----->
0656: CON [MID=5898, T=F0F1067B2EE6EE38], GET, /test, 2:1/0/128    ----->
0682: <-----   ACK [MID=5898, T=F0F1067B2EE6EE38], 2.05, 2:1/1/128
0682: CON [MID=5899, T=2CA122BEA85759FD], GET, /test, 2:2/0/128    ----->
0882: CON [MID=5899, T=2CA122BEA85759FD], GET, /test, 2:2/0/128    ----->
0908: <-----   ACK [MID=5899, T=2CA122BEA85759FD], 2.05, 2:2/0/128


0002: CON [MID=55043, T=28278A416459F2EF], PUT, /test, 1:0/1/128, size1(260)    ----->
0003: <-----   ACK [MID=55043, T=28278A416459F2EF], 2.31, 1:0/0/128
0003: CON [MID=55044, T=9428980C9FBD46E1], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=55044, T=9428980C9FBD46E1], 4.13, 1:1/0/64

0002: CON [MID=3002, T=78A207E77E0920CA], PUT, /test, 1:0/1/128, size1(200)    ----->
0002: <-----   ACK [MID=3002, T=78A207E77E0920CA], 2.31, 1:0/1/32
0003: CON [MID=3003, T=E03BED652D6AA18A], PUT, /test, 1:4/1/32    ----->
0003: <-----   ACK [MID=3003, T=E03BED652D6AA18A], 2.31, 1:4/1/32
0003: CON [MID=3004, T=18F119B996DF8057], PUT, /test, 1:5/1/32    ----->
0004: <-----   ACK [MID=3004, T=18F119B996DF8057], 2.31, 1:5/1/32
0004: CON [MID=3005, T=349B6315EB7D1C78], PUT, /test, 1:6/0/32    ----->
0004: <-----   ACK [MID=3005, T=349B6315EB7D1C78], 2.04, 1:6/0/32

0001: CON [MID=10724, T=DCC7693C489C6D2D], GET, /test, 2:0/0/64    ----->
0002: <-----   ACK [MID=10724, T=DCC7693C489C6D2D], 2.05, 2:0/1/64, size2(170)
0002: CON [MID=10725, T=78A86A6A8B276D03], GET, /test, 2:1/0/64    ----->
0002: <-----   ACK [MID=10724, T=DCC7693C489C6D2D], 2.05, 2:0/1/64, size2(170)
0203: CON [MID=10725, T=78A86A6A8B276D03], GET, /test, 2:1/0/64    ----->
0204: <-----   ACK [MID=10725, T=78A86A6A8B276D03], 2.05, 2:1/1/64
0204: CON [MID=10726, T=006C1206F5E6560A], GET, /test, 2:2/0/64    ----->
0205: <-----   ACK [MID=10726, T=006C1206F5E6560A], 2.05, 2:2/0/64

0002: CON [MID=37281, T=0C132271F6BDEFFD], PUT, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=37281, T=0C132271F6BDEFFD], 2.31, 1:1/0/128
0003: CON [MID=37282, T=8C4E06A2C2420232], PUT, /test, 1:1/1/128    ----->

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

0002: CON [MID=51670, T=5C5200B85576056A], PUT, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=51670, T=5C5200B85576056A], 2.31, 1:0/1/128
0003: CON [MID=51671, T=18A94B17A3ECA1B5], PUT, /test, 1:1/1/128    ----->
0004: <-----   ACK [MID=51671, T=18A94B17A3ECA1B5], 2.31, 1:1/1/128
0004: CON [MID=51672, T=20CEF6A8768191DE], PUT, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=51672, T=20CEF6A8768191DE], 4.08

0001: CON [MID=59347, T=888EC529E6909AA4], PUT, /test    ----->
0002: <-----   ACK [MID=59347, T=888EC529E6909AA4], 4.13, size1(90)
0003: CON [MID=59348, T=888EC529E6909AA4], PUT, /test, 1:0/1/64, size1(128)    ----->
0003: <-----   ACK [MID=59348, T=888EC529E6909AA4], 2.31, 1:0/1/64
0003: CON [MID=59349, T=3892E1F49AD5AFAB], PUT, /test, 1:1/0/64    ----->
0004: <-----   ACK [MID=59349, T=3892E1F49AD5AFAB], 2.04, 1:1/0/64

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

0001: CON [MID=39540, T=A8EB965074924CD9], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: CON [MID=39541, T=B45A6CDF7FD371AE], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=39540, T=A8EB965074924CD9], 2.31, 1:0/1/128
0002: <-----   ACK [MID=39541, T=B45A6CDF7FD371AE], 2.31, 1:0/1/128
0003: CON [MID=39542, T=406CB15FD392B656], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=39542, T=406CB15FD392B656], 2.31, 1:1/1/128
0003: CON [MID=39543, T=B05C1F8F2D4E50B6], PUT, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=39543, T=B05C1F8F2D4E50B6], 2.04, 1:2/0/128

0001: CON [MID=19301, T=A01D64F58A180D06], POST, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=19301, T=A01D64F58A180D06], 2.31, 1:0/1/128
0002: CON [MID=19302, T=A459B7D93DA2F848], POST, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=19302, T=A459B7D93DA2F848], 2.31, 1:1/1/128
0003: CON [MID=19303, T=ACBA2D4A81010ACF], POST, /test, 1:2/0/128    ----->
0003: <-----   ACK [MID=19303, T=ACBA2D4A81010ACF], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001])
0003: CON [MID=19304, T=60438781B3DF031B], POST, /test, 2:1/0/128    ----->
0004: <-----   ACK [MID=19304, T=60438781B3DF031B], 2.04, 2:1/1/128, ETags([0001])
0004: CON [MID=19305, T=2875DFBCBB1C3307], POST, /test, 2:2/0/128    ----->
0005: <-----   ACK [MID=19305, T=2875DFBCBB1C3307], 2.04, 2:2/1/128, ETags([0001])
0005: CON [MID=19306, T=34C58B242CCBE5DB], POST, /test, 2:3/0/128    ----->
0005: <-----   ACK [MID=19306, T=34C58B242CCBE5DB], 2.04, 2:3/0/128, ETags([0001])


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

0001: CON [MID=1704, T=B046A2B43C7CD0EA], GET, /test    ----->
0002: <-----   ACK [MID=1704, T=B046A2B43C7CD0EA], 2.05, 2:0/1/128, size2(300)
0002: CON [MID=1705, T=6CC9110A6743CC34], GET, /test, 2:1/0/128    ----->
0003: <-----   ACK [MID=1705, T=6CC9110A6743CC34], 2.05, 2:1/1/128
0004: CON [MID=1706, T=C8A404850FE83123], GET, /test, 2:2/0/128    (should be dropped by error)
0005: CON [MID=1706, T=C8A404850FE83123], GET, /test, 2:2/0/128    -----> (dropped)

0001: CON [MID=32518, T=ACEBDCBC15B8C581], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=32518, T=ACEBDCBC15B8C581], 2.31, 1:0/0/128
0002: CON [MID=32519, T=20C25268720D5C61], PUT, /test, 1:1/1/128    ----->

0003: <-----   ACK [MID=32519, T=20C25268720D5C61], 2.31, 1:1/0/128

0002: CON [MID=60096, T=B4C02E9203B3B124], GET, /test    ----->
0003: <-----   ACK [MID=60096, T=B4C02E9203B3B124], 2.05, 2:0/1/128
0003: CON [MID=60097, T=A0EBBF4748C89C5F], GET, /test, 2:1/0/128    ----->
0004: <-----   ACK [MID=60097, T=A0EBBF4748C89C5F], 2.05, 2:1/1/128
0004: CON [MID=60098, T=54B95F586F4C09AD], GET, /test, 2:2/0/128    ----->


0002: CON [MID=35809, T=08F9A7BC7FE9CE38], PUT, /test, 1:0/1/128, size1(250)    ----->
0003: <-----   ACK [MID=35809, T=08F9A7BC7FE9CE38], 2.31, 1:0/0/128
0003: CON [MID=35810, T=C4B230829456C4CF], PUT, /test, 1:1/0/128    ----->
0003: <-----   ACK [MID=35810, T=C4B230829456C4CF], 4.13, 1:1/0/64
06:47:21.198 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=28897, T=48C274059AF38942], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=28897, T=48C274059AF38942], 2.31, 1:0/1/128
0003: CON [MID=28898, T=F437B6CE10D3A17B], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=28898, T=F437B6CE10D3A17B], 2.31, 1:1/1/128
0003: CON [MID=28899, T=48433A22E3CC06CB], PUT, /test, 1:2/0/128    (should be dropped by error)
0003: CON [MID=28899, T=48433A22E3CC06CB], PUT, /test, 1:2/0/128    -----> (dropped)

0002: CON [MID=29390, T=6846F3FA7F19FC3A], GET, /test    ----->
0002: <-----   ACK [MID=29390, T=6846F3FA7F19FC3A], 2.05, 2:0/1/128, size2(1034)

0001: CON [MID=352, T=FC19F94352CF2B08], PUT, /test    ----->
0002: <-----   ACK [MID=352, T=FC19F94352CF2B08], 4.13
0002: CON [MID=353, T=FC19F94352CF2B08], PUT, /test, 1:0/1/64, size1(128)    ----->
0002: <-----   ACK [MID=353, T=FC19F94352CF2B08], 2.31, 1:0/1/64
0003: CON [MID=354, T=A492B793DB6E8143], PUT, /test, 1:1/0/64    ----->
0003: <-----   ACK [MID=354, T=A492B793DB6E8143], 2.04, 1:1/0/64

0001: CON [MID=12924, T=9C1BF069E2985205], GET, /test    ----->
0002: <-----   ACK [MID=12924, T=9C1BF069E2985205], 2.05, 2:0/1/128
0002: CON [MID=12925, T=68F48F18059A6823], GET, /test, 2:1/0/128    ----->
0203: CON [MID=12925, T=68F48F18059A6823], GET, /test, 2:1/0/128    ----->
0228: <-----   ACK [MID=12925, T=68F48F18059A6823], 2.05, 2:1/1/128
0229: CON [MID=12926, T=30D1D17156C51B72], GET, /test, 2:2/0/128    ----->
0429: CON [MID=12926, T=30D1D17156C51B72], GET, /test, 2:2/0/128    ----->


0001: CON [MID=3234, T=60F06D8DC71C6C6A], PUT, /test    ----->
0002: <-----   ACK [MID=3234, T=60F06D8DC71C6C6A], 4.13
0002: CON [MID=3235, T=60F06D8DC71C6C6A], PUT, /test, 1:0/1/64, size1(128)    ----->
0003: <-----   ACK [MID=3235, T=60F06D8DC71C6C6A], 4.13

0001: CON [MID=62998, T=4C60CE47DE8CFB81], PUT, /test, 1:0/1/128, size1(300)    ----->
0001: <-----   ACK [MID=62998, T=4C60CE47DE8CFB81], 2.31, 1:0/1/128
0002: CON [MID=62999, T=387219734C07344C], PUT, /test, 1:1/1/128    ----->
0002: <-----   ACK [MID=62999, T=387219734C07344C], 2.31, 1:1/1/128
0002: CON [MID=63000, T=9473C4D580C75ED7], PUT, /test, 1:2/0/128    ----->
0003: <-----   ACK [MID=63000, T=9473C4D580C75ED7], 2.04, 1:2/0/128

0001: CON [MID=60527, T=7C0478701C176517], PUT, /test, 1:0/1/128, size1(400)    ----->
0002: <-----   ACK [MID=60527, T=7C0478701C176517], 2.31, 1:1/0/128
0002: CON [MID=60528, T=A8D6B01CA4EE7CF0], PUT, /test, 1:1/1/128    ----->
0202: CON [MID=60528, T=A8D6B01CA4EE7CF0], PUT, /test, 1:1/1/128    ----->
0227: <-----   ACK [MID=60528, T=A8D6B01CA4EE7CF0], 2.31, 1:2/0/128
0228: CON [MID=60529, T=14F4EF8DF1A190BC], PUT, /test, 1:2/1/128    ----->
0428: CON [MID=60529, T=14F4EF8DF1A190BC], PUT, /test, 1:2/1/128    ----->

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

0004: CON [MID=7001, T=0B], GET, /obs, observe(0)    ----->
0005: <-----   ACK [MID=7001, T=0B], 2.05, observe(0), ETags([0001])
0006: Observe relation established
0006: <-----   NON [MID=46518, T=0B], 2.05, observe(1), ETags([0002])
0007: <-----   NON [MID=46519, T=0B], 2.05, observe(2), ETags([0003])
0007: <-----   NON [MID=46520, T=0B], 2.05, observe(3), ETags([0004])// Reject 1. notification (cancel observe)
0008: RST [MID=46518]    ----->

0208: NON [MID=7001, T=0C], GET, /obs, 2:0/0/16, observe(0)    ----->
0208: <-----   NON [MID=39391, T=0C], 2.05, 2:0/1/16, observe(3), size2(30), ETags([0005])
0210: NON [MID=7002, T=0C], GET, /obs, 2:1/0/16, ETags([0005])    ----->
0210: <-----   NON [MID=39392, T=0C], 2.05, 2:1/0/16, ETags([0005])
0210: Observe relation established
0211: <-----   NON [MID=39393, T=0C], 2.05, 2:0/1/16, observe(4), size2(29), ETags([0006])
0211: NON [MID=7003, T=0C], GET, /obs, 2:1/0/16, ETags([0006])    ----->
0211: <-----   NON [MID=39394, T=0C], 2.05, 2:1/0/16, ETags([0006])
0212: <-----   CON [MID=39395, T=0C], 2.05, 2:0/1/16, observe(5), size2(30), ETags([0007])
0213: ACK [MID=39395]    ----->
0213: NON [MID=7004, T=0C], GET, /obs, 2:1/0/16, ETags([0007])    ----->
0213: <-----   NON [MID=39396, T=0C], 2.05, 2:1/0/16, ETags([0007])
0214: <-----   NON [MID=39397, T=0C], 2.05, 2:0/1/16, observe(6), size2(29), ETags([0008])// Reject notification (cancel observe)
0214: RST [MID=39397]    ----->

0414: CON [MID=7001, T=0D], GET, /obs, observe(0)    ----->
0414: <-----   ACK [MID=7001, T=0D], 2.05, 2:0/1/32, observe(6), size2(80), ETags([0009])
0414: Observe relation established
0415: CON [MID=7002, T=0E], GET, /obs, 2:1/0/32, ETags([0009])    ----->
0415: <-----   ACK [MID=7002, T=0E], 2.05, 2:1/1/32, ETags([0009])
0416: CON [MID=7003, T=0E], GET, /obs, 2:2/0/32, ETags([0009])    ----->
0416: <-----   ACK [MID=7003, T=0E], 2.05, 2:2/0/32, ETags([0009])
0416:    === changed ===
0416: <-----   CON [MID=12013, T=0D], 2.05, 2:0/1/32, observe(7), size2(80), ETags([000A])
0417: ACK [MID=12013]    ----->
0417: CON [MID=7004, T=0F], GET, /obs, 2:1/0/32, ETags([000A])    ----->
0417: <-----   ACK [MID=7004, T=0F], 2.05, 2:1/1/32, ETags([000A])
0417: CON [MID=7005, T=0F], GET, /obs, 2:2/0/32, ETags([000A])    ----->
0418: <-----   ACK [MID=7005, T=0F], 2.05, 2:2/0/32, ETags([000A])
0418:    === changed ===
0418: <-----   CON [MID=12014, T=0D], 2.05, 2:0/1/32, observe(8), size2(80), ETags([000B])// Reject notification (cancel observe)
0419: RST [MID=12014]    ----->

0619: NON [MID=7001, T=10], GET, /obs, observe(0)    ----->
0619: <-----   NON [MID=44444, T=10], 2.05, observe(8), ETags([000C])
0619: Observe relation established
0620: <-----   NON [MID=44445, T=10], 2.05, observe(9), ETags([000D])
0620: <-----   CON [MID=44446, T=10], 2.05, observe(10), ETags([000E])
0620: ACK [MID=44446]    ----->
0721: <-----   NON [MID=44447, T=10], 2.05, observe(11), ETags([000F])// Reject notification (cancel observe)
0721: RST [MID=44447]    ----->
06:47:23.115 WARN [BaseCoapStack]: error send response NON-2.05   MID=58078, Token=11, OptionSet={"ETag":0x0012, "Observe":13}, "Second notification 0155532824" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106)
org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent

0847: CON [MID=7001, T=11], GET, /obs, observe(0)    ----->
0847: <-----   ACK [MID=7001, T=11], 2.05, observe(11), ETags([0010])
0855: // Observe relation established
0856: <-----   NON [MID=58077, T=11], 2.05, observe(12), ETags([0011])
0856: (should be dropped by error)   NON [MID=58078, T=11], 2.05, observe(13), ETags([0012])
0857: (dropped) <---   NON [MID=58078, T=11], 2.05, observe(13), ETags([0012])
0957: <-----   NON [MID=58079, T=11], 2.05, observe(14), ETags([0013])
0957: // Reject 1. notification (cancel observe)
0957: RST [MID=58077]    ----->

1231: CON [MID=7001, T=12], GET, /obs, observe(0)    ----->
1232: <-----   ACK [MID=7001, T=12], 2.05, observe(14), ETags([0014])
1232: Observe relation established
1232: <-----   CON [MID=3098, T=12], 2.05, observe(15), ETags([0015])// lost 
1433: <-----   CON [MID=3098, T=12], 2.05, observe(15), ETags([0015])// Reject notification (cancel observe)
1433: RST [MID=3098]    ----->

1633: CON [MID=7001, T=13], GET, /obs, observe(0)    ----->
1634: <-----   ACK [MID=7001, T=13], 2.05, observe(15), ETags([0016])
1634: Observe relation established
1634: <-----   CON [MID=41884, T=13], 2.05, observe(16), ETags([0017])// lost 
1834: <-----   CON [MID=41884, T=13], 2.05, observe(16), ETags([0017])// lost (1. retransmission)
2035: <-----   CON [MID=41885, T=13], 2.05, observe(17), ETags([0018])// lost (2. retransmission)
2235: <-----   CON [MID=41886, T=13], 2.05, observe(18), ETags([0019])// lost (3. retransmission)
2436: <-----   CON [MID=41886, T=13], 2.05, observe(18), ETags([0019])// lost (4. retransmission)

2638: CON [MID=7001, T=14], GET, /obs, observe(0)    ----->
2638: <-----   ACK [MID=7001, T=14], 2.05, observe(18), ETags([001A])
2638: Observe relation established
2639: <-----   NON [MID=64798, T=14], 2.05, observe(19), ETags([001B])
2639: <-----   CON [MID=64799, T=14], 2.05, observe(20), ETags([001C])
2840: <-----   CON [MID=64800, T=14], 2.05, observe(21), ETags([001D])
3040: <-----   CON [MID=64801, T=14], 2.05, observe(22), ETags([001E])
3241: <-----   CON [MID=64801, T=14], 2.05, observe(22), ETags([001E])
3441: <-----   CON [MID=64802, T=14], 2.05, observe(23), ETags([001F])
3441: ACK [MID=64802]    ----->
3442: <-----   CON [MID=64803, T=14], 2.05, observe(24), ETags([0020])
3442: ACK [MID=64803]    ----->
3442: <-----   CON [MID=64804, T=14], 2.05, observe(26), ETags([0022])
3443: ACK [MID=64804]    ----->

3518: NON [MID=7001, T=15], GET, /obs, observe(0)    ----->
3519: <-----   NON [MID=42669, T=15], 2.05, observe(26), ETags([0023])
3519: Observe relation established
3519: <-----   CON [MID=42670, T=15], 2.05, observe(27), ETags([0024])
3519: ACK [MID=42670]    ----->
3519: <-----   CON [MID=42671, T=15], 2.05, observe(28), ETags([0025])
3520: RST [MID=42671]    ----->

3645: CON [MID=7001, T=16], GET, /obs, observe(0)    ----->
3645: <-----   ACK [MID=7001, T=16], 2.05, observe(28), ETags([0026])
3645: Observe relation established
3645: <-----   NON [MID=52583, T=16], 2.05, observe(29), ETags([0027])
3646: <-----   NON [MID=52584, T=16], 2.05, observe(30), ETags([0028])
3646: <-----   CON [MID=52585, T=16], 2.05, observe(31), ETags([0029])
3646: ACK [MID=52585]    ----->
3646: <-----   NON [MID=52586, T=16], 2.05, observe(32), ETags([002A])
3646: <-----   CON [MID=52587, T=16], 2.05, observe(33), ETags([002B]) // lost
3847: <-----   CON [MID=52587, T=16], 2.05, observe(33), ETags([002B]) // lost
4047: <-----   CON [MID=52587, T=16], 2.05, observe(33), ETags([002B]) // lost
4248: <-----   CON [MID=52587, T=16], 2.05, observe(33), ETags([002B]) // lost
4448: <-----   CON [MID=52587, T=16], 2.05, observe(33), ETags([002B]) // lost

4650: CON [MID=7001, T=17], GET, /obs, observe(0)    ----->
4651: <-----   ACK [MID=7001, T=17], 2.05, observe(33), ETags([002C])
4651: Observe relation established
4651:    === changed ===
4651: <-----   CON [MID=33886, T=17], 2.05, 2:0/1/32, observe(34), size2(80), ETags([002D])
4652: ACK [MID=33886]    ----->
4652: CON [MID=7002, T=18], GET, /obs, 2:1/0/32, ETags([002D])    ----->
4652: <-----   ACK [MID=7002, T=18], 2.05, 2:1/1/32, ETags([002D])
06:47:27.135 WARN [BaseCoapStack]: error send response NON-2.05   MID=41630, Token=19, OptionSet={"ETag":0x0030, "Observe":36}, "Second notification 4183969032" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106)
org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent

4876: CON [MID=7001, T=19], GET, /obs, observe(0)    ----->
4876: <-----   ACK [MID=7001, T=19], 2.05, observe(34), ETags([002E])
4877: // Observe relation established
4877: <-----   NON [MID=41629, T=19], 2.05, observe(35), ETags([002F])
4877: (should be dropped by error)   NON [MID=41630, T=19], 2.05, observe(36), ETags([0030])
4877: (dropped) <---   NON [MID=41630, T=19], 2.05, observe(36), ETags([0030])
4977: // Reject 1. notification (cancel observe)
4977: RST [MID=41629]    ----->

5251: CON [MID=7001, T=1A], GET, /obs, observe(0)    ----->
5252: <-----   ACK [MID=7001, T=1A], 2.05, observe(36), ETags([0031])
5252: Observe relation established
5252: <-----   NON [MID=38319, T=1A], 2.05, observe(37), ETags([0032])
5253: <-----   CON [MID=38320, T=1A], 2.05, observe(38), ETags([0033])
5453: <-----   CON [MID=38321, T=1A], 2.05, observe(39), ETags([0034])
5654: <-----   CON [MID=38322, T=1A], 2.05, observe(40), ETags([0035])
5854: <-----   CON [MID=38322, T=1A], 2.05, observe(40), ETags([0035])
6054: <-----   CON [MID=38323, T=1A], 2.05, observe(41), ETags([0036])
6055:    server cancels observe relation

6256: CON [MID=7001, T=1B], GET, /obs, observe(0)    ----->
6257: <-----   ACK [MID=7001, T=1B], 2.05, observe(41), ETags([0037])
6257: Observe relation established
6257: CON [MID=7001, T=1B], GET, /obs, observe(0)    ----->
6258: <-----   ACK [MID=7001, T=1B], 2.05, observe(41), ETags([0037])

6412: CON [MID=7001, T=1C], GET, /obs, observe(0)    ----->
6413: <-----   ACK [MID=7001]
6413: <-----   NON [MID=27198, T=1C], 2.05, observe(41), ETags([0038])
6413: Observe relation established
6414: CON [MID=7001, T=1C], GET, /obs, observe(0)    ----->
6414: <-----   ACK [MID=7001]
6414: <-----   NON [MID=27198, T=1C], 2.05, observe(41), ETags([0038])
6415: CON [MID=7002, T=1C], GET, /obs, observe(1)    ----->
6415: <-----   ACK [MID=7002]
6415: <-----   CON [MID=27199, T=1C], 2.05, ETags([0039])
6415: ACK [MID=27199]    ----->
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.636 s - in org.eclipse.californium.core.test.lockstep.ObserveServerSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest

0005: CON [MID=17001, T=1D], GET, /con    ----->
0005: <-----   ACK [MID=17001]
0005: <-----   CON [MID=56765, T=1D], 2.05
0006: ACK [MID=56765]    ----->

0002: CON [MID=17001, T=1E], GET, /con    ----->
0002: <-----   ACK [MID=17001]
0002: <-----   CON [MID=39823, T=1E], 2.05
0203: <-----   CON [MID=39823, T=1E], 2.05
0203: ACK [MID=39823]    ----->

0002: CON [MID=17001, T=1F], GET, /con    ----->
0002: <-----   ACK [MID=17001]
0003: <-----   CON [MID=53746, T=1F], 2.05
0203: <-----   CON [MID=53746, T=1F], 2.05

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

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

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


0002: NON [MID=47762, T=64573CEA4A4E2A1C], GET, /test    ----->
0002: NON [MID=47763, T=585939244C435DE7], GET, /test    ----->
0003: NON [MID=47764, T=A8B07FC255B00281], GET, /test    ----->
1004: <-----   NON [MID=1001, T=585939244C435DE7], 2.05
1005: NON [MID=47765, T=1C26186EDCF69FE7], GET, /test    ----->
1504: <-----   NON [MID=1002, T=64573CEA4A4E2A1C], 2.05
1504: <-----   NON [MID=1003, T=A8B07FC255B00281], 2.05
1504: <-----   NON [MID=1004, T=1C26186EDCF69FE7], 2.05
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.639 s - in org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.ClusteringTest

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

0055: Relation established with client 1
1055: Server send Observe response to client 2.
1056: <-----   CON [MID=8002, T=31BC78AD1DB99C26], 2.05, observe(102)
1056: ACK [MID=8002]   ----->

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

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

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

0003: Sending Observe Request to client 1 ...
0003: Server send Observe response to client 1.
0003: CON [MID=3181, T=1D79A6F16634C564], GET, /test, observe(0)    ----->
0004: <-----   ACK [MID=3181, T=1D79A6F16634C564], 2.05, 2:0/1/16, observe(100)
0004: CON [MID=3182, T=54646652EC5AE766], GET, /test, 2:1/0/16    ----->
0005: <-----   ACK [MID=3182, T=54646652EC5AE766], 2.05, 2:1/1/16
0005: CON [MID=3183, T=547A7E3311CB2D7F], GET, /test, 2:2/0/16    ----->
0005: <-----   ACK [MID=3183, T=547A7E3311CB2D7F], 2.05, 2:2/0/16

0006: Relation established with client 1
0006: Server send Observe response to client 2.
0006: <-----   CON [MID=8001, T=1D79A6F16634C564], 2.05, 2:0/1/16, observe(101)
0006: ACK [MID=8001]   ----->
0006: CON [MID=23037, T=C0AEF0C6678F9220], GET, /test, 2:1/0/16    ----->
0007: <-----   ACK [MID=23037, T=C0AEF0C6678F9220], 2.05, 2:1/1/16
0007: CON [MID=23038, T=1091C8AEA69B77E8], GET, /test, 2:2/0/16    ----->
0007: <-----   ACK [MID=23038, T=1091C8AEA69B77E8], 2.05, 2:2/0/16

0008: Response received
0008: 
0008: Server send Observe response to client 1.
0008: <-----   CON [MID=8002, T=1D79A6F16634C564], 2.05, 2:0/1/16, observe(102)
0008: ACK [MID=8002]   ----->
0008: CON [MID=3184, T=28BE01957B96956F], GET, /test, 2:1/0/16    ----->
0009: <-----   ACK [MID=3184, T=28BE01957B96956F], 2.05, 2:1/1/16
0009: CON [MID=3185, T=342783D82855BCB4], GET, /test, 2:2/0/16    ----->
0010: <-----   ACK [MID=3185, T=342783D82855BCB4], 2.05, 2:2/0/16

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

0003: Relation established with client 1
0003: Server send Observe response to client 2.
0003: <-----   CON [MID=8002, T=8B1E1C93D2DAF34E], 2.05, observe(102)
0004: ACK [MID=8002]   ----->

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

0003: CON [MID=2345, T=0001], GET, /test/CON    ----->
0004: <-----   ACK [MID=2345]
0004: <-----   CON [MID=27758, T=0001], 2.05
0004: CON [MID=2345, T=0001], GET, /test/CON    ----->
0005: <-----   ACK [MID=2345]
0005: <-----   CON [MID=27758, T=0001], 2.05
1005: <-----   CON [MID=27758, T=0001], 2.05
1006: ACK [MID=27758]    ----->
1006: CON [MID=2346, T=0001], GET, /test/CON    ----->
1006: <-----   ACK [MID=2346]
1006: <-----   CON [MID=27759, T=0001], 2.05
1006: ACK [MID=27759]    ----->

1508: CON [MID=1234, T=0000], GET, /test    ----->
1508: <-----   ACK [MID=1234, T=0000], 2.05
1609: CON [MID=1234, T=0000], GET, /test    ----->
1609: <-----   ACK [MID=1234, T=0000], 2.05
1610: CON [MID=1235, T=0000], GET, /test    ----->
1610: <-----   ACK [MID=1235, T=0000], 2.05

2112: CON [MID=2345, T=0001], GET, /test/NON    ----->
2112: <-----   ACK [MID=2345]
2112: <-----   NON [MID=42115, T=0001], 2.05
2112: CON [MID=2345, T=0001], GET, /test/NON    ----->
2112: <-----   ACK [MID=2345]
2112: <-----   NON [MID=42115, T=0001], 2.05
2113: CON [MID=2346, T=0001], GET, /test/NON    ----->
2113: <-----   ACK [MID=2346]
2113: <-----   NON [MID=42116, T=0001], 2.05
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.612 s - in org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest
[INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest

0002: CON [MID=1001, T=23], GET, /test    ----->
0002: <-----   ACK [MID=1001]
0003: <-----   CON [MID=51707, T=23], 2.05
0003: CON [MID=1002, T=24], GET, /test    ----->
0003: <-----   ACK [MID=1002]
0003: <-----   CON [MID=51708, T=24], 2.05
0004: CON [MID=1003, T=25], GET, /test    ----->
0004: <-----   ACK [MID=1003]
0004: <-----   CON [MID=51709, T=25], 2.05
0004: CON [MID=1004, T=26], GET, /test    ----->
0004: <-----   ACK [MID=1004]
1005: CON [MID=1005, T=27], GET, /test    ----->
1005: <-----   ACK [MID=1005, T=27], 2.05
1006: ACK [MID=51707]    ----->
1006: <-----   CON [MID=51710, T=26], 2.05
1006: ACK [MID=51708]    ----->
1006: ACK [MID=51709]    ----->
1006: ACK [MID=51710]    ----->

0002: CON [MID=2001, T=28], GET, /test    ----->
0003: <-----   ACK [MID=2001, T=28], 2.05
0003: CON [MID=2002, T=29], GET, /test    ----->
0003: <-----   ACK [MID=2002, T=29], 2.05
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.269 s - in org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.DeduplicationTest

0003: CON [MID=49639, T=C4D75595B219006B], GET, /test    ----->
0104: CON [MID=49639, T=C4D75595B219006B], GET, /test    ----->
1105: CON [MID=49640, T=94F5CCB494218C6F], GET, /test    ----->
1205: CON [MID=49640, T=94F5CCB494218C6F], GET, /test    ----->

0001: CON [MID=1234, T=84DE7136946DCD4E], GET, /test    ----->
0002: <-----   ACK [MID=1234]
0002: <-----   ACK [MID=1234]
0002: <-----   CON [MID=4711, T=84DE7136946DCD4E], 2.05
0002: ACK [MID=4711]   ----->
0003: <-----   CON [MID=4711, T=84DE7136946DCD4E], 2.05
0003: ACK [MID=4711]   ----->
0004: <-----   CON [MID=42, T=84DE7136946DCD4E], 2.05
0004: RST [MID=42]   ----->
0004: CON [MID=4711, T=74BFC5D0434F7D8F], GET, /test    ----->
0005: <-----   ACK [MID=4711, T=74BFC5D0434F7D8F], 2.05
0005: <-----   ACK [MID=4711, T=74BFC5D0434F7D8F], 2.05

0001: CON [MID=1234, T=7C5437DCB67178E6], GET, /test    -----> (drop)

0001: CON [MID=23334, T=8CFC804CF653836A], GET, /test    ----->
0102: CON [MID=23334, T=8CFC804CF653836A], GET, /test    ----->
0202: CON [MID=23334, T=8CFC804CF653836A], GET, /test    ----->
1203: CON [MID=23335, T=F88657A5FD653849], GET, /test    ----->
1304: CON [MID=23335, T=F88657A5FD653849], GET, /test    ----->
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.022 s - in org.eclipse.californium.core.test.lockstep.DeduplicationTest
[INFO] Running org.eclipse.californium.core.test.ObserveTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.521 s - in org.eclipse.californium.core.test.ObserveTest
[INFO] Running org.eclipse.californium.core.test.StartStopTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.319 s - in org.eclipse.californium.core.test.StartStopTest
[INFO] Running org.eclipse.californium.core.test.ClientAsynchronousTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.californium.core.test.ClientAsynchronousTest
[INFO] Running org.eclipse.californium.core.test.RequestPayloadTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.californium.core.test.RequestPayloadTest
[INFO] Running org.eclipse.californium.core.test.SmallServerClientTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.californium.core.test.SmallServerClientTest
[INFO] Running org.eclipse.californium.core.test.NoResponseServerClientTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.935 s - in org.eclipse.californium.core.test.NoResponseServerClientTest
[INFO] Running org.eclipse.californium.core.test.MessageTypeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.core.test.MessageTypeTest
[INFO] Running org.eclipse.californium.core.test.NotificationReregistrationBackoffTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.51 s - in org.eclipse.californium.core.test.NotificationReregistrationBackoffTest
[INFO] Running org.eclipse.californium.core.test.ClientSynchronousTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.eclipse.californium.core.test.ClientSynchronousTest
[INFO] Running org.eclipse.californium.core.test.BlockwiseBertTransferTest

0009: CON [MID=-1, T=D4D576A79B37403B], POST, /test, 1:0/1/1024(BERT), size1(2600)    ----->
0009: <-----   null [MID=-1, T=D4D576A79B37403B], 2.31, 1:0/1/1024(BERT)
0009: CON [MID=-1, T=84A48F0447F3E4C1], POST, /test, 1:2/0/1024(BERT)    ----->
0010: <-----   CON [MID=-1, T=84A48F0447F3E4C1], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200)
0010: CON [MID=-1, T=BC6A122C4E43122A], POST, /test, 2:2/0/1024(BERT)    ----->
0010: <-----   null [MID=-1, T=BC6A122C4E43122A], 2.05, 2:2/1/1024(BERT)
0011: CON [MID=-1, T=148368E89D857043], POST, /test, 2:4/0/1024(BERT)    ----->
0011: <-----   null [MID=-1, T=148368E89D857043], 2.05, 2:4/0/1024(BERT)

0112: CON [MID=-1, T=4CA38C2AF0A39D7F], POST, /test, 1:0/1/1024(BERT), size1(2600)    ----->
0112: <-----   null [MID=-1, T=4CA38C2AF0A39D7F], 2.31, 1:0/1/1024(BERT)
0113: CON [MID=-1, T=8031707160547723], POST, /test, 1:2/0/1024(BERT)    ----->
0113: <-----   CON [MID=-1, T=8031707160547723], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200)
0113: CON [MID=-1, T=74A469E559EBE820], POST, /test, 2:2/0/1024(BERT)    ----->
0113: <-----   null [MID=-1, T=74A469E559EBE820], 2.05, 2:2/1/1024(BERT)
0114: CON [MID=-1, T=34F9B6BAD413F1A0], POST, /test, 2:4/0/1024(BERT)    ----->
0114: <-----   null [MID=-1, T=34F9B6BAD413F1A0], 2.05, 2:4/0/1024(BERT)

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

1320: CON [MID=-1, T=084B4A56424C5EFB], GET, /test    ----->
1320: <-----   CON [MID=-1, T=084B4A56424C5EFB], 2.05, 2:0/1/1024(BERT), size2(6000)
1320: CON [MID=-1, T=501D4DDEC515692F], GET, /test, 2:2/0/1024(BERT)    ----->
1321: <-----   null [MID=-1, T=501D4DDEC515692F], 2.05, 2:2/1/1024(BERT)
1321: CON [MID=-1, T=441CE5709D967C2F], GET, /test, 2:4/0/1024(BERT)    ----->
1321: <-----   null [MID=-1, T=441CE5709D967C2F], 2.05, 2:4/0/1024(BERT)

1422: CON [MID=-1, T=E0E793366A7ADC53], GET, /test    ----->
1422: <-----   CON [MID=-1, T=E0E793366A7ADC53], 2.05, 2:0/1/1024(BERT), size2(6000)
1423: CON [MID=-1, T=0060A95EA62C2E90], GET, /test, 2:2/0/1024(BERT)    ----->
1423: <-----   null [MID=-1, T=0060A95EA62C2E90], 2.05, 2:2/1/1024(BERT)
1423: CON [MID=-1, T=F89C13842B858A49], GET, /test, 2:4/0/1024(BERT)    ----->
1423: <-----   null [MID=-1, T=F89C13842B858A49], 2.05, 2:4/0/1024(BERT)

1526: CON [MID=-1, T=6C6A2E5F2E4703B1], GET, /test, 2:0/1/1024(BERT)    ----->
1526: <-----   CON [MID=-1, T=6C6A2E5F2E4703B1], 2.05, 2:0/1/1024(BERT), size2(6000)
1526: CON [MID=-1, T=802146637D5035BA], GET, /test, 2:2/0/1024(BERT)    ----->
1527: <-----   null [MID=-1, T=802146637D5035BA], 2.05, 2:2/1/1024(BERT)
1527: CON [MID=-1, T=4C0D2E0A9981DC72], GET, /test, 2:4/0/1024(BERT)    ----->
1527: <-----   null [MID=-1, T=4C0D2E0A9981DC72], 2.05, 2:4/0/1024(BERT)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.624 s - in org.eclipse.californium.core.test.BlockwiseBertTransferTest
[INFO] Running org.eclipse.californium.core.test.ObserveProActiveCancelTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 s - in org.eclipse.californium.core.test.ObserveProActiveCancelTest
[INFO] Running org.eclipse.californium.core.test.RandomAccessBlockTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.californium.core.test.RandomAccessBlockTest
[INFO] Running org.eclipse.californium.core.test.BlockwiseTransferTest

0003: CON [MID=41216, T=C825F4E894ABF912], GET, /test, 2:0/1/64    ----->
0003: <-----   ACK [MID=41216, T=C825F4E894ABF912], 2.05, 2:0/1/32, size2(152)
0003: CON [MID=41217, T=ECE96F2C5D7F9AEE], GET, /test, 2:1/0/32    ----->
0004: <-----   ACK [MID=41217, T=ECE96F2C5D7F9AEE], 2.05, 2:1/1/32
0004: CON [MID=41218, T=B8F559A8C3F1A85D], GET, /test, 2:2/0/32    ----->
0004: <-----   ACK [MID=41218, T=B8F559A8C3F1A85D], 2.05, 2:2/1/32
0004: CON [MID=41219, T=0017CF397E3629F0], GET, /test, 2:3/0/32    ----->
0004: <-----   ACK [MID=41219, T=0017CF397E3629F0], 2.05, 2:3/1/32
0004: CON [MID=41220, T=CC5E2D803D06F3F5], GET, /test, 2:4/0/32    ----->
0004: <-----   ACK [MID=41220, T=CC5E2D803D06F3F5], 2.05, 2:4/0/32

0108: CON [MID=32912, T=E02804198829F669], POST, /test, 1:0/1/32, size1(150)    ----->
0109: <-----   ACK [MID=32912, T=E02804198829F669], 2.31, 1:0/1/32
0109: CON [MID=32913, T=107509223690AA24], POST, /test, 1:1/1/32    ----->
0109: <-----   ACK [MID=32913, T=107509223690AA24], 2.31, 1:1/1/32
0109: CON [MID=32914, T=C80F640AB1F73E16], POST, /test, 1:2/1/32    ----->
0109: <-----   ACK [MID=32914, T=C80F640AB1F73E16], 2.31, 1:2/1/32
0109: CON [MID=32915, T=7405D8EE96FB7CB5], POST, /test, 1:3/1/32    ----->
0109: <-----   ACK [MID=32915, T=7405D8EE96FB7CB5], 2.31, 1:3/1/32
0109: CON [MID=32916, T=A4789F08F4F9E3A4], POST, /test, 1:4/0/32    ----->
0110: <-----   ACK [MID=32916, T=A4789F08F4F9E3A4], 2.05, 1:4/0/32, 2:0/1/32, size2(151)
0110: CON [MID=32917, T=70238338D9116584], POST, /test, 2:1/0/32    ----->
0110: <-----   ACK [MID=32917, T=70238338D9116584], 2.05, 2:1/1/32
0110: CON [MID=32918, T=44DE0D079D93C87E], POST, /test, 2:2/0/32    ----->
0110: <-----   ACK [MID=32918, T=44DE0D079D93C87E], 2.05, 2:2/1/32
0110: CON [MID=32919, T=305B3849606F1AB2], POST, /test, 2:3/0/32    ----->
0110: <-----   ACK [MID=32919, T=305B3849606F1AB2], 2.05, 2:3/1/32
0110: CON [MID=32920, T=CC002433DA70FA4A], POST, /test, 2:4/0/32    ----->
0111: <-----   ACK [MID=32920, T=CC002433DA70FA4A], 2.05, 2:4/0/32

0211: CON [MID=32921, T=780021E5BA6CD037], POST, /test, 1:0/1/32, size1(150)    ----->
0212: <-----   ACK [MID=32921, T=780021E5BA6CD037], 2.31, 1:0/1/32
0212: CON [MID=32922, T=1869C58BA3E737E9], POST, /test, 1:1/1/32    ----->
0212: <-----   ACK [MID=32922, T=1869C58BA3E737E9], 2.31, 1:1/1/32
0212: CON [MID=32923, T=6C806548EC735D7E], POST, /test, 1:2/1/32    ----->
0212: <-----   ACK [MID=32923, T=6C806548EC735D7E], 2.31, 1:2/1/32
0212: CON [MID=32924, T=68E0B711F6EC8306], POST, /test, 1:3/1/32    ----->
0212: <-----   ACK [MID=32924, T=68E0B711F6EC8306], 2.31, 1:3/1/32
0213: CON [MID=32925, T=2C8F399F441A1002], POST, /test, 1:4/0/32    ----->
0213: <-----   ACK [MID=32925, T=2C8F399F441A1002], 2.05, 1:4/0/32, 2:0/1/32, size2(151)
0213: CON [MID=32926, T=90FF610547D69CBE], POST, /test, 2:1/0/32    ----->
0213: <-----   ACK [MID=32926, T=90FF610547D69CBE], 2.05, 2:1/1/32
0213: CON [MID=32927, T=506A50C3D33ED364], POST, /test, 2:2/0/32    ----->
0213: <-----   ACK [MID=32927, T=506A50C3D33ED364], 2.05, 2:2/1/32
0214: CON [MID=32928, T=10CB17D21453E3CB], POST, /test, 2:3/0/32    ----->
0214: <-----   ACK [MID=32928, T=10CB17D21453E3CB], 2.05, 2:3/1/32
0214: CON [MID=32929, T=44F67D574F97085E], POST, /test, 2:4/0/32    ----->
0214: <-----   ACK [MID=32929, T=44F67D574F97085E], 2.05, 2:4/0/32

2319: CON [MID=27844, T=4C25F834C374784B], POST, /test    ----->
2319: <-----   ACK [MID=27844, T=4C25F834C374784B], 2.05, 2:0/1/32, size2(151)
2320: CON [MID=27845, T=881889FDFAAEF205], POST, /test, 2:1/0/32    ----->
2320: <-----   ACK [MID=27845, T=881889FDFAAEF205], 2.05, 2:1/1/32
2320: CON [MID=27846, T=A05D46DC89FB34F7], POST, /test, 2:2/0/32    ----->
2320: <-----   ACK [MID=27846, T=A05D46DC89FB34F7], 2.05, 2:2/1/32
2320: CON [MID=27847, T=A8CA4E2E964E5108], POST, /test, 2:3/0/32    ----->
2320: <-----   ACK [MID=27847, T=A8CA4E2E964E5108], 2.05, 2:3/1/32
2321: CON [MID=27848, T=A06CA998742749D9], POST, /test, 2:4/0/32    ----->
2321: <-----   ACK [MID=27848, T=A06CA998742749D9], 2.05, 2:4/0/32

3426: CON [MID=63882, T=B485AF99D6B6F7B9], GET, /test    ----->
3427: <-----   ACK [MID=63882, T=B485AF99D6B6F7B9], 2.05, 2:0/1/32, size2(152)

4530: CON [MID=6709, T=5011D264B6D658B4], GET, /test    ----->
4530: <-----   ACK [MID=6709, T=5011D264B6D658B4], 2.05

6637: CON [MID=60555, T=F8309EBF9EC1B73D], POST, /test    ----->
6637: <-----   ACK [MID=60555, T=F8309EBF9EC1B73D], 2.05

6740: CON [MID=35967, T=4C9E2202D4BC66AA], GET, /test    ----->
6740: <-----   ACK [MID=35967, T=4C9E2202D4BC66AA], 2.05, 2:0/1/32, size2(152)
6741: CON [MID=35968, T=04A199AF445EEECD], GET, /test, 2:1/0/32    ----->
6741: <-----   ACK [MID=35968, T=04A199AF445EEECD], 2.05, 2:1/1/32
6741: CON [MID=35969, T=E885EE96B5CCAE2C], GET, /test, 2:2/0/32    ----->
6741: <-----   ACK [MID=35969, T=E885EE96B5CCAE2C], 2.05, 2:2/1/32
6741: CON [MID=35970, T=9C74B5C8BCFBAB3D], GET, /test, 2:3/0/32    ----->
6741: <-----   ACK [MID=35970, T=9C74B5C8BCFBAB3D], 2.05, 2:3/1/32
6741: CON [MID=35971, T=2CB53C03D8418359], GET, /test, 2:4/0/32    ----->
6742: <-----   ACK [MID=35971, T=2CB53C03D8418359], 2.05, 2:4/0/32

6842: CON [MID=35972, T=E4E99F31474C478A], GET, /test    ----->
6843: <-----   ACK [MID=35972, T=E4E99F31474C478A], 2.05, 2:0/1/32, size2(152)
6843: CON [MID=35973, T=1C579368D6233097], GET, /test, 2:1/0/32    ----->
6843: <-----   ACK [MID=35973, T=1C579368D6233097], 2.05, 2:1/1/32
6843: CON [MID=35974, T=283EF436EB0FE48C], GET, /test, 2:2/0/32    ----->
6844: <-----   ACK [MID=35974, T=283EF436EB0FE48C], 2.05, 2:2/1/32
6844: CON [MID=35975, T=44AC7D11B4776C33], GET, /test, 2:3/0/32    ----->
6844: <-----   ACK [MID=35975, T=44AC7D11B4776C33], 2.05, 2:3/1/32
6844: CON [MID=35976, T=CC38C38AEC9ABD4A], GET, /test, 2:4/0/32    ----->
6844: <-----   ACK [MID=35976, T=CC38C38AEC9ABD4A], 2.05, 2:4/0/32

6947: CON [MID=57608, T=FCBD61AD7FE77B39], POST, /test, 1:0/1/32, size1(150)    ----->
6947: <-----   ACK [MID=57608, T=FCBD61AD7FE77B39], 2.31, 1:0/1/32
6947: CON [MID=57609, T=B86003BA19E646A0], POST, /test, 1:1/1/32    ----->
6947: <-----   ACK [MID=57609, T=B86003BA19E646A0], 2.31, 1:1/1/32
6948: CON [MID=57610, T=942B9F89A8E71261], POST, /test, 1:2/1/32    ----->
6948: <-----   ACK [MID=57610, T=942B9F89A8E71261], 2.31, 1:2/1/32
6948: CON [MID=57611, T=5C584B663631C63D], POST, /test, 1:3/1/32    ----->
6948: <-----   ACK [MID=57611, T=5C584B663631C63D], 2.31, 1:3/1/32
6948: CON [MID=57612, T=08B8BF53615EEE67], POST, /test, 1:4/0/32    ----->
6948: <-----   ACK [MID=57612, T=08B8BF53615EEE67], 2.05, 1:4/0/32
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.049 s - in org.eclipse.californium.core.test.BlockwiseTransferTest
[INFO] Running org.eclipse.californium.core.test.MemoryLeakingHashMapTest

0002: NON [MID=36618, T=74E9801A2C94DDD9], POST, /test, 1:0/1/16, size1(20)    ----->
0003: <-----   NON [MID=10423, T=74E9801A2C94DDD9], 2.31, 1:0/1/16
0003: NON [MID=36619, T=E0042EF8E74C77A7], POST, /test, 1:1/0/16    ----->
0003: <-----   NON [MID=10424, T=E0042EF8E74C77A7], 2.01, 1:1/0/16, 2:0/1/16, size2(40)
0003: NON [MID=36620, T=48AA2F6CCC14B0EF], POST, /test, 2:1/0/16    ----->
0004: <-----   NON [MID=10425, T=48AA2F6CCC14B0EF], 2.01, 2:1/1/16
0004: NON [MID=36621, T=EC7DECDA8EAECF5C], POST, /test, 2:2/0/16    ----->
0004: <-----   NON [MID=10426, T=EC7DECDA8EAECF5C], 2.01, 2:2/0/16

0134: CON [MID=36622, T=A54E2BABA160A423], GET, /test, observe(0)    ----->
0134: <-----   ACK [MID=36622, T=A54E2BABA160A423], 2.05, observe(0)
0334: <-----   CON [MID=10427, T=A54E2BABA160A423], 2.05, observe(1)
0334: ACK [MID=10427]   ----->
0534: <-----   CON [MID=10428, T=A54E2BABA160A423], 2.05, observe(2)
0534: ACK [MID=10428]   ----->

0664: CON [MID=36623, T=60927062F0928E85], POST, /test, 1:0/1/16, size1(20)    ----->
0664: <-----   ACK [MID=36623, T=60927062F0928E85], 2.31, 1:0/1/16
0664: CON [MID=36624, T=1C465338EBA9A7D0], POST, /test, 1:1/0/16    ----->
0665: <-----   ACK [MID=36624, T=1C465338EBA9A7D0], 2.01, 1:1/0/16, 2:0/1/16, size2(40)
0665: CON [MID=36625, T=009F4DD655A6C82A], POST, /test, 2:1/0/16    ----->
0665: <-----   ACK [MID=36625, T=009F4DD655A6C82A], 2.01, 2:1/1/16
0665: CON [MID=36626, T=C4AB60C58F8D2EE5], POST, /test, 2:2/0/16    ----->
0665: <-----   ACK [MID=36626, T=C4AB60C58F8D2EE5], 2.01, 2:2/0/16

0794: CON [MID=36627, T=2C594302E34027DF], GET, /test    ----->
0795: <-----   ACK [MID=36627]
0795: <-----   CON [MID=10429, T=2C594302E34027DF], 2.05
0795: ACK [MID=10429]   ----->

0924: NON [MID=36628, T=3428DD1BCF9ABB8B], GET, /test    ----->
0924: <-----   NON [MID=10430, T=3428DD1BCF9ABB8B], 2.05

1053: CON [MID=36629, T=A9C427C8BF9E8C36], GET, /test, observe(0)    ----->
1053: <-----   ACK [MID=36629, T=A9C427C8BF9E8C36], 2.05, 2:0/1/16, observe(2), size2(40)
1054: CON [MID=36630, T=F4972FDE2DF90256], GET, /test, 2:1/0/16    ----->
1054: <-----   ACK [MID=36630, T=F4972FDE2DF90256], 2.05, 2:1/1/16
1054: CON [MID=36631, T=ECFE8A264EE8DE76], GET, /test, 2:2/0/16    ----->
1054: <-----   ACK [MID=36631, T=ECFE8A264EE8DE76], 2.05, 2:2/0/16
1654: <-----   CON [MID=10431, T=A54E2BABA160A423], 2.05, 2:0/1/16, observe(3), size2(40)
1655: RST [MID=10431]   ----->
1655: <-----   CON [MID=10432, T=A9C427C8BF9E8C36], 2.05, 2:0/1/16, observe(3), size2(40)
1655: ACK [MID=10432]   ----->
1655: CON [MID=36632, T=80DB3E3D1DA27FEF], GET, /test, 2:1/0/16    ----->
1656: <-----   ACK [MID=36632, T=80DB3E3D1DA27FEF], 2.05, 2:1/1/16
1656: CON [MID=36633, T=9875849E1E73E82F], GET, /test, 2:2/0/16    ----->
1656: <-----   ACK [MID=36633, T=9875849E1E73E82F], 2.05, 2:2/0/16
2254: <-----   CON [MID=10433, T=A9C427C8BF9E8C36], 2.05, 2:0/1/16, observe(4), size2(40)
2254: ACK [MID=10433]   ----->
2254: CON [MID=36634, T=601C1EEB891582C4], GET, /test, 2:1/0/16    ----->
2254: <-----   ACK [MID=36634, T=601C1EEB891582C4], 2.05, 2:1/1/16
2254: CON [MID=36635, T=98F1F507EC7EA2C2], GET, /test, 2:2/0/16    ----->
2255: <-----   ACK [MID=36635, T=98F1F507EC7EA2C2], 2.05, 2:2/0/16
2255: CON [MID=36636, T=A9C427C8BF9E8C36], GET, /test, observe(1)    ----->
2256: <-----   ACK [MID=36636, T=A9C427C8BF9E8C36], 2.05, 2:0/1/16, size2(40)
2256: CON [MID=36637, T=709399E9B57F579D], GET, /test, 2:1/0/16    ----->
2256: <-----   ACK [MID=36637, T=709399E9B57F579D], 2.05, 2:1/1/16
2256: CON [MID=36638, T=84DA544D5F0365C2], GET, /test, 2:2/0/16    ----->
2256: <-----   ACK [MID=36638, T=84DA544D5F0365C2], 2.05, 2:2/0/16

2387: CON [MID=36639, T=B10DE6316D569574], GET, /test, observe(0)    ----->
2387: <-----   ACK [MID=36639, T=B10DE6316D569574], 2.05, observe(4)
2586: <-----   CON [MID=10434, T=B10DE6316D569574], 2.05, observe(5)
2587: ACK [MID=10434]   ----->
2787: <-----   CON [MID=10435, T=B10DE6316D569574], 2.05, observe(6)
2787: ACK [MID=10435]   ----->
2787: CON [MID=36640, T=B10DE6316D569574], GET, /test, observe(1)    ----->
2787: <-----   ACK [MID=36640, T=B10DE6316D569574], 2.05

2917: CON [MID=36641, T=DCEDF0A0772EA0C3], GET, /test    ----->
2917: <-----   ACK [MID=36641, T=DCEDF0A0772EA0C3], 2.05

3047: CON [MID=36642, T=C083FCD48F8E444C], POST, /test, 1:0/1/16, size1(20)    ----->
3047: <-----   ACK [MID=36642, T=C083FCD48F8E444C], 2.31, 1:0/1/16
3047: CON [MID=36643, T=C06CCE061053DE3F], POST, /test, 1:1/0/16    ----->
3048: <-----   ACK [MID=36643]
3048: <-----   CON [MID=10436, T=C06CCE061053DE3F], 2.01, 1:1/0/16, 2:0/1/16, size2(40)
3048: ACK [MID=10436]   ----->
3048: CON [MID=36644, T=EC7260AED1560897], POST, /test, 2:1/0/16    ----->
3048: <-----   ACK [MID=36644, T=EC7260AED1560897], 2.01, 2:1/1/16
3048: CON [MID=36645, T=D0A6A9A208165554], POST, /test, 2:2/0/16    ----->
3049: <-----   ACK [MID=36645, T=D0A6A9A208165554], 2.01, 2:2/0/16
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.176 s - in org.eclipse.californium.core.test.MemoryLeakingHashMapTest
[INFO] Running org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest
[INFO] Running org.eclipse.californium.core.server.ServerSerializationTest
06:48:15.739 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718)
06:48:15.740 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5684 failed, 3 connections skipped, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:275)
06:48:15.740 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
06:48:15.740 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
06:48:15.741 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
06:48:15.745 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718)
06:48:15.746 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5684 failed, 3 connections skipped, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:275)
06:48:15.746 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
06:48:15.746 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
06:48:15.746 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
06:48:15.747 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718)
06:48:15.747 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, 3 connections skipped, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:275)
06:48:15.747 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
06:48:15.748 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
06:48:15.748 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
06:48:15.752 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:477)
06:48:15.752 WARN [CoapServer]: loading failed, out of sync! (o.e.c.core.CoapServer.readConnectorIdentifier:670)
06:48:15.755 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718)
06:48:15.755 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, 3 connections skipped, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:275)
06:48:15.755 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
06:48:15.755 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
06:48:15.756 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
06:48:15.758 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718)
06:48:15.759 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, 3 connections skipped, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:275)
06:48:15.759 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
06:48:15.759 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
06:48:15.759 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
06:48:15.759 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.046 s - in org.eclipse.californium.core.server.ServerSerializationTest
[INFO] Running org.eclipse.californium.core.server.ServerPersistenceComponentsTest
06:48:15.762 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
06:48:15.762 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
06:48:15.763 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
06:48:15.763 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
06:48:15.767 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
06:48:15.767 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
06:48:15.767 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
06:48:15.767 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
06:48:15.769 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
06:48:15.769 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
06:48:15.769 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
06:48:15.769 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
06:48:15.770 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:477)
06:48:15.774 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
06:48:15.774 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
06:48:15.774 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
06:48:15.774 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
06:48:15.777 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
06:48:15.778 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
06:48:15.778 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
06:48:15.778 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
06:48:15.778 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.019 s - in org.eclipse.californium.core.server.ServerPersistenceComponentsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-core ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/californium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ californium-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-RRC-0-tests.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ californium-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest

0022: CON [MID=7001, T=0B], GET, /test    ----->
0028: <-----   ACK [MID=7001, T=0B], 2.05, 2:0/1/128, size2(386)
0029: CON [MID=7002, T=0C], GET, /test, 2:1/0/128    ----->
0030: <-----   ACK [MID=7002, T=0C], 2.05, 2:1/1/128
0030: CON [MID=7003, T=0D], GET, /test    ----->
0030: <-----   ACK [MID=7003, T=0D], 2.05, 2:0/1/128, size2(256)
0031: CON [MID=7004, T=0E], GET, /test, 2:1/0/128    ----->
0031: <-----   ACK [MID=7004, T=0E], 2.05, 2:1/0/128

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

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

0002: CON [MID=7001, T=11], GET, /test    ----->
0002: <-----   ACK [MID=7001, T=11], 2.05, 2:0/1/128, size2(220)
0003: CON [MID=7002, T=11], GET, /test, 2:2/0/64    ----->
0003: <-----   ACK [MID=7002, T=11], 2.05, 2:2/1/64 // lost
0004: CON [MID=7002, T=11], GET, /test, 2:2/0/64    ----->
0004: <-----   ACK [MID=7002, T=11], 2.05, 2:2/1/64
0005: CON [MID=7003, T=11], GET, /test, 2:3/0/64    ----->
0005: <-----   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    ----->
0007: <-----   ACK [MID=7002, T=12], 2.31, 1:1/1/128
0008: CON [MID=7003, T=12], PUT, /test, 1:2/0/128    ----->
0009: <-----   ACK [MID=7003, T=12], 2.04, 1:2/0/128

0003: CON [MID=7001, T=13], GET, /test    ----->
0003: <-----   ACK [MID=7001, T=13], 2.05, 2:0/1/128, size2(300)
0004: CON [MID=7002, T=13], GET, /test, 2:1/0/128    ----->
0004: <-----   ACK [MID=7002, T=13], 2.05, 2:1/1/128
0105: //////// Missing last GET ////////

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

0003: CON [MID=7001, T=15], GET, /test, observe(0)    ----->
0005: <-----   ACK [MID=7001, T=15], 2.05, 2:0/1/128, observe(0), size2(300)
0006: CON [MID=7002, T=16], GET, /test, 2:1/0/128    ----->
0006: <-----   ACK [MID=7002, T=16], 2.05, 2:1/1/128
0007: 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=16742, T=15], 2.05, 2:0/1/128, observe(1), size2(280)
0011: ACK [MID=16742]    ----->
0011: CON [MID=7004, T=17], GET, /test, 2:1/0/128    ----->
0012: <-----   ACK [MID=7004, T=17], 2.05, 2:1/1/128
0013: CON [MID=7005, T=17], GET, /test, 2:2/0/128    ----->
0013: <-----   ACK [MID=7005, T=17], 2.05, 2:2/0/128
0014: ... time passes ...
0015: <-----   CON [MID=16743, T=15], 2.05, 2:0/1/128, observe(2), size2(290)
0015: ACK [MID=16743]    ----->
0015: CON [MID=7006, T=18], GET, /test, 2:1/0/128    ----->
0016: <-----   ACK [MID=7006, T=18], 2.05, 2:1/1/128
0016: CON [MID=7007, T=18], GET, /test, 2:2/0/128    ----->
0017: <-----   ACK [MID=7007, T=18], 2.05, 2:2/0/128

0002: CON [MID=7001, T=19], POST, /test, 1:0/1/128, size1(300)    ----->
0010: <-----   ACK [MID=7001, T=19], 2.31, 1:0/1/128
0011: CON [MID=7002, T=19], POST, /test, 1:1/1/128    ----->
0011: <-----   ACK [MID=7002, T=19], 2.31, 1:1/1/128
0012: CON [MID=7003, T=19], POST, /test, 1:2/0/128    ----->
0012: <-----   ACK [MID=7003, T=19], 2.04, 1:2/0/128, 2:0/1/128, size2(300), ETags([0001])
0014: CON [MID=7004, T=19], POST, /test, 2:2/0/64, ETags([0001])    ----->
0015: <-----   ACK [MID=7004, T=19], 2.04, 2:2/1/64, ETags([0001])// late negotiation
0015: CON [MID=7005, T=19], POST, /test, 2:3/0/64, ETags([0001])    ----->
0016: <-----   ACK [MID=7005, T=19], 2.04, 2:3/1/64, ETags([0001])
0016: CON [MID=7006, T=19], POST, /test, 2:4/0/64, ETags([0001])    ----->
0016: <-----   ACK [MID=7006, T=19], 2.04, 2:4/0/64, ETags([0001])

0002: CON [MID=7001, T=1A], GET, /test, 2:0/0/64, observe(0)    ----->
0003: <-----   ACK [MID=7001, T=1A], 2.05, 2:0/1/64, observe(0), size2(150)
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=46683, T=1A], 2.05, 2:0/1/64, observe(1), size2(140)
0007: ACK [MID=46683]    ----->
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=46684, T=1A], 2.05, 2:0/1/64, observe(2), size2(145)
0009: ACK [MID=46684]    ----->
0009: CON [MID=7006, T=1C], GET, /test, 2:1/0/64    ----->
0010: <-----   ACK [MID=7006, T=1C], 2.05, 2:1/1/64
0010: 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)
0003: CON [MID=7002, T=1D], GET, /test, 2:1/0/32    ----->
0003: <-----   ACK [MID=7002, T=1D], 2.05, 2:1/1/32
0004: CON [MID=7003, T=1D], GET, /test, 2:2/0/32    ----->
0005: <-----   ACK [MID=7003, T=1D], 2.05, 2:2/0/32

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

0002: CON [MID=7001, T=1F], GET, /test, 2:0/0/32    ----->
0003: <-----   ACK [MID=7001, T=1F], 2.05, 2:0/1/32, size2(76)
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    ----->
0010: <-----   ACK [MID=7003, T=1F], 2.05, 2:2/0/32

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

0002: CON [MID=7001, T=22], GET, /test    ----->
0003: <-----   ACK [MID=7001, T=22], 2.05, 2:0/1/128, size2(300), ETags([0001])
0004: CON [MID=7002, T=22], GET, /test, 2:1/0/128, ETags([0001])    ----->
0004: <-----   ACK [MID=7002, T=22], 2.05, 2:1/1/128, ETags([0001])
0005: CON [MID=7003, T=22], GET, /test, 2:2/0/128, ETags([0001])    ----->
0005: <-----   ACK [MID=7003, T=22], 2.05, 2:2/0/128, ETags([0001])

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

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

0003: 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
0004: CON [MID=7002, T=25], POST, /test, 1:1/1/128    ----->
0004: <-----   ACK [MID=7002, T=25], 2.31, 1:1/1/128
0005: 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])
0006: 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])
0007: CON [MID=7005, T=25], POST, /test, 2:2/0/128, ETags([0001])    ----->
0007: <-----   ACK [MID=7005, T=25], 2.04, 2:2/1/128, ETags([0001])
0008: CON [MID=7006, T=25], POST, /test, 2:3/0/128, ETags([0001])    ----->
0008: <-----   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
0003: 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
0004: 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])
0005: CON [MID=7005, T=27], POST, /test, 2:2/0/64, ETags([0001])    ----->
0005: <-----   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])    ----->
0006: <-----   ACK [MID=7006, T=27], 2.04, 2:3/0/64, ETags([0001])

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

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

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

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

0002: CON [MID=7001, T=2C], PUT, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=7001, T=2C], 2.31, 1:0/1/128
0003: CON [MID=7002, T=2D], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=7002, T=2D], 2.31, 1:1/1/128
0004: CON [MID=7003, T=2E], PUT, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=7003, T=2E], 2.04, 1:2/0/128

0005: 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.4 s - in org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.ObserveClientSideTest

0007: CON [MID=1440, T=03E58F7614BBAA77], GET, /test, observe(0)    ----->
0009: <-----   ACK [MID=1440, T=03E58F7614BBAA77], 2.05, 2:0/1/16, observe(0), size2(40)
0010: CON [MID=1441, T=6C36BEEAF9B5F408], GET, /test, 2:1/0/16    ----->
0011: <-----   ACK [MID=1441, T=6C36BEEAF9B5F408], 2.05, 2:1/1/16
0011: CON [MID=1442, T=883D839F8246D9DA], GET, /test, 2:2/0/16    ----->
0012: <-----   ACK [MID=1442, T=883D839F8246D9DA], 2.05, 2:2/0/16

0014: <-----   CON [MID=8001, T=03E58F7614BBAA77], 2.05, 2:0/1/16, observe(2), size2(42)
0014: ACK [MID=8001]   ----->
0015: CON [MID=49720, T=84F289D8CECAF6FF], GET, /test, 2:1/0/16    ----->
0015: <-----   ACK [MID=49720, T=84F289D8CECAF6FF], 2.05, 2:1/1/16
0016: CON [MID=49721, T=BC2BB75D1BFC9700], GET, /test, 2:2/0/16    ----->
0016: <-----   ACK [MID=49721, T=BC2BB75D1BFC9700], 2.05, 2:2/0/16


0003: CON [MID=21684, T=5B6A2BDBDAEBF4DC], GET, /test, observe(0)    ----->
0004: <-----   ACK [MID=21684]
0054: <-----   CON [MID=8001, T=5B6A2BDBDAEBF4DC], 2.05, observe(101)
0055: ACK [MID=8001]   -----> // lost
0055: <-----   CON [MID=8001, T=5B6A2BDBDAEBF4DC], 2.05, observe(101)
0056: ACK [MID=8001]   ----->

0057: Relation established
0057: <-----   CON [MID=8002, T=5B6A2BDBDAEBF4DC], 2.05, observe(102)
0057: ACK [MID=8002]   -----> // lost
0058: <-----   CON [MID=8002, T=5B6A2BDBDAEBF4DC], 2.05, observe(102)
0058: ACK [MID=8002]   ----->

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

0002: CON [MID=24777, T=D7955FCCA76E3E6B], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=24777, T=D7955FCCA76E3E6B], 2.05, 2:0/1/16, observe(0), size2(40)
0003: CON [MID=24778, T=F47F210344E4D550], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=24778, T=F47F210344E4D550], 2.05, 2:1/1/16
0004: CON [MID=24779, T=50D5693603CA043A], GET, /test, 2:2/0/16    ----->
0005: <-----   ACK [MID=24779, T=50D5693603CA043A], 2.05, 2:2/0/16

0005: <-----   CON [MID=8001, T=D7955FCCA76E3E6B], 2.05, 2:0/1/16, observe(2), size2(42)
0006: ACK [MID=8001]   ----->
0006: CON [MID=24780, T=70432EF98C25F91B], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=24780, T=70432EF98C25F91B], 2.05, 2:1/1/16
0007: CON [MID=24781, T=980339D8E20E563B], GET, /test, 2:2/0/16    ----->


0002: CON [MID=60445, T=0FB096A50710F22F], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=60445, T=0FB096A50710F22F], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=60446, T=F891786EA72A606E], GET, /test, 2:1/0/16    ----->
0003: <-----   CON [MID=8001, T=0FB096A50710F22F], 2.05, observe(2)
0003: ACK [MID=8001]   ----->
0004: <-----   ACK [MID=60446, T=F891786EA72A606E], 2.05, 2:1/1/16
1005: <-----   CON [MID=8002, T=0FB096A50710F22F], 2.05, observe(3)
1005: ACK [MID=8002]   ----->
1006: <-----   CON [MID=8003, T=0FB096A50710F22F], 2.05, 2:0/1/16, observe(4)
1006: ACK [MID=8003]   ----->
1006: CON [MID=60447, T=3C4D2C5A9C6358C8], GET, /test, 2:1/0/16    ----->
1007: <-----   ACK [MID=60447, T=3C4D2C5A9C6358C8], 2.05, 2:1/0/16

0002: CON [MID=58382, T=A7B69993ABF6DA35], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=58382, T=A7B69993ABF6DA35], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=58383, T=4C7DBFC8B136132D], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=58383, T=4C7DBFC8B136132D], 2.05, 2:1/0/16
0004: <-----   CON [MID=8001, T=A7B69993ABF6DA35], 2.05, 2:0/1/16, observe(2)
0004: ACK [MID=8001]   ----->
0005: CON [MID=58384, T=F0C97145A97C8D14], GET, /test, 2:1/0/16    ----->
0006: CON [MID=58385, T=8CFBE1AB104D16C0], GET, /test    ----->
0006: <-----   ACK [MID=58385, T=8CFBE1AB104D16C0], 2.05, 2:0/1/16
0007: CON [MID=58386, T=CCE7E316BDA586C1], GET, /test, 2:1/0/16    ----->
0007: <-----   ACK [MID=58386, T=CCE7E316BDA586C1], 2.05, 2:1/1/16
0007: CON [MID=58387, T=38C9F32B9B2CB3F7], GET, /test, 2:2/0/16    ----->
0008: <-----   ACK [MID=58387, T=38C9F32B9B2CB3F7], 2.05, 2:2/0/16

0002: CON [MID=25596, T=CD4FE66A20D506AA], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=25596, T=CD4FE66A20D506AA], 2.05, observe(1)
0003: <-----   CON [MID=8001, T=CD4FE66A20D506AA], 2.05, 2:0/1/16, observe(3)
0003: ACK [MID=8001]   ----->
0004: CON [MID=25597, T=0C21B75189D3874F], GET, /test, 2:1/0/16    ----->
0004: <-----   CON [MID=8002, T=CD4FE66A20D506AA], 2.05, observe(2)
0004: ACK [MID=8002]   ----->
0005: <-----   ACK [MID=25597, T=0C21B75189D3874F], 2.05, 2:1/0/16
0005: <-----   CON [MID=8003, T=CD4FE66A20D506AA], 2.05, 2:0/1/16, observe(4)
0005: ACK [MID=8003]   ----->
0005: CON [MID=25598, T=BCCA992BF9A9A2DA], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=25598, T=BCCA992BF9A9A2DA], 2.05, 2:1/0/16

0002: CON [MID=27895, T=8592CE1AB699016F], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=27895, T=8592CE1AB699016F], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=27896, T=14B2DE307D5B3CE8], GET, /test, 2:1/0/16    ----->
0004: <-----   CON [MID=8001, T=8592CE1AB699016F], 2.05, 2:0/1/16, observe(2)
0004: <-----   ACK [MID=27896, T=14B2DE307D5B3CE8], 2.05, 2:1/0/16
0004: ACK [MID=8001]   ----->
0004: CON [MID=27897, T=B4FE8F1B29DDC976], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=27897, T=B4FE8F1B29DDC976], 2.05, 2:1/0/16
0005: <-----   CON [MID=8002, T=8592CE1AB699016F], 2.05, 2:0/1/16, observe(2)
0005: ACK [MID=8002]   ----->
0005: CON [MID=27898, T=344F2B81130C7AC3], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=27898, T=344F2B81130C7AC3], 2.05, 2:1/0/16

0007: CON [MID=32610, T=B7F5889D87F2995C], GET, /test, observe(0)    ----->
0008: <-----   ACK [MID=32610, T=B7F5889D87F2995C], 2.05, 2:0/1/16, observe(0), size2(40)
0009: CON [MID=32611, T=141DF1B86B6D94DC], GET, /test, 2:1/0/16    ----->
0009: <-----   ACK [MID=32611, T=141DF1B86B6D94DC], 2.05, 2:1/1/16
0009: CON [MID=32612, T=B8B1B6EED2154460], GET, /test, 2:2/0/16    ----->
0010: <-----   ACK [MID=32612, T=B8B1B6EED2154460], 2.05, 2:2/0/16

0011: <-----   CON [MID=8001, T=B7F5889D87F2995C], 2.05, 2:0/1/16, observe(2), size2(42)
0011: ACK [MID=8001]   ----->
0011: CON [MID=1845, T=C0A8D26AA5B82DAF], GET, /test, 2:1/0/16    ----->
0011: <-----   ACK [MID=1845, T=C0A8D26AA5B82DAF], 2.05, 2:1/1/16
0011: CON [MID=1846, T=B4B28561D9A1CB23], GET, /test, 2:2/0/16    ----->

0012: <-----   ACK [MID=1846]

0002: CON [MID=27122, T=7921C331AABFE839], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=27122, T=7921C331AABFE839], 2.05, 2:0/1/16, observe(2)
0003: CON [MID=27123, T=ECE49D2DE6BE7102], GET, /test, 2:1/0/16    ----->
0003: <-----   CON [MID=8001, T=7921C331AABFE839], 2.05, observe(0)
0003: ACK [MID=8001]   ----->
1004: <-----   ACK [MID=27123, T=ECE49D2DE6BE7102], 2.05, 2:1/0/16
1005: <-----   CON [MID=8002, T=7921C331AABFE839], 2.05, observe(3)
1005: ACK [MID=8002]   ----->
1006: <-----   CON [MID=8003, T=7921C331AABFE839], 2.05, 2:0/1/16, observe(4)
1006: ACK [MID=8003]   ----->
1006: CON [MID=27124, T=68C8527BC66719DA], GET, /test, 2:1/0/16    ----->
1006: <-----   ACK [MID=27124, T=68C8527BC66719DA], 2.05, 2:1/0/16

0002: CON [MID=41966, T=29D48F72A542AE60], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=41966, T=29D48F72A542AE60], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=41967, T=68D09F2B82174975], GET, /test, 2:1/0/16    ----->
0003: <-----   ACK [MID=41967, T=68D09F2B82174975], 2.05, 2:1/0/16
0004: <-----   CON [MID=8001, T=29D48F72A542AE60], 2.05, 2:0/1/16, observe(2)
0004: ACK [MID=8001]   ----->
0004: CON [MID=41968, T=94A0D6D7AFE68EBB], GET, /test, 2:1/0/16    ----->
0205: CON [MID=41968, T=94A0D6D7AFE68EBB], GET, /test, 2:1/0/16    ----->
0406: CON [MID=41968, T=94A0D6D7AFE68EBB], GET, /test, 2:1/0/16    ----->
0607: <-----   CON [MID=8002, T=29D48F72A542AE60], 2.05, 2:0/1/16, observe(3)
0607: ACK [MID=8002]   ----->
0607: CON [MID=41969, T=B4C92E992AA9B784], GET, /test, 2:1/0/16    ----->
0608: <-----   ACK [MID=41969, T=B4C92E992AA9B784], 2.05, 2:1/0/16

0002: CON [MID=40648, T=47928736B54B81EC], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=40648, T=47928736B54B81EC], 2.05, observe(1)
0003: <-----   CON [MID=8001, T=47928736B54B81EC], 2.05, 2:0/1/16, observe(3)
0003: ACK [MID=8001]   ----->
0003: CON [MID=40649, T=1496019C4E095481], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=40649, T=1496019C4E095481], 2.05, 2:1/1/16
0005: CON [MID=40650, T=847DD3AA81F79D21], GET, /test, 2:2/0/16    (should be dropped by error)
0006: CON [MID=40650, T=847DD3AA81F79D21], GET, /test, 2:2/0/16    -----> (dropped)
06:48:30.880 WARN [BaseCoapStack]: error send request CON-GET    MID=29189, Token=75F59739BCD7AB2F, 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=29189, T=75F59739BCD7AB2F], GET, /test, observe(0)    (should be dropped by error)
0003: CON [MID=29189, T=75F59739BCD7AB2F], GET, /test, observe(0)    -----> (dropped)

0009: CON [MID=8599, T=DB7E71D50798E8F6], GET, /test, observe(0)    ----->
0010: <-----   ACK [MID=8599, T=DB7E71D50798E8F6], 2.05, observe(1)
0010: <-----   CON [MID=8001, T=DB7E71D50798E8F6], 2.05, observe(3)
0010: ACK [MID=8001]   ----->
0011: CON [MID=8600, T=DB7E71D50798E8F6], GET, /test, observe(1)    ----->
0011: <-----   CON [MID=8002, T=DB7E71D50798E8F6], 2.05, observe(4)
0011: <-----   NON [MID=8003, T=DB7E71D50798E8F6], 2.05, observe(5)
0211: CON [MID=8600, T=DB7E71D50798E8F6], GET, /test, observe(1)    ----->
0412: CON [MID=8600, T=DB7E71D50798E8F6], GET, /test, observe(1)    ----->
0512: <-----   ACK [MID=8600, T=DB7E71D50798E8F6], 2.05

0002: CON [MID=50581, T=C1A7F592885D9437], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=50581, T=C1A7F592885D9437], 2.05, 2:0/1/16, observe(1)
0002: CON [MID=50582, T=FCE2758E2656702E], GET, /test, 2:1/0/16    ----->
0003: <-----   ACK [MID=50582, T=FCE2758E2656702E], 2.05, 2:1/0/16
0003: CON [MID=50583, T=5818F95CC4CA683A], GET, /test    ----->
0004: <-----   ACK [MID=50583, T=5818F95CC4CA683A], 2.05, 2:0/1/16
0004: CON [MID=50584, T=9CDA7E5C44D5B975], GET, /test, 2:1/0/16    ----->
0004: <-----   CON [MID=8001, T=C1A7F592885D9437], 2.05, 2:0/1/16, observe(2)
0004: ACK [MID=8001]   ----->
0005: CON [MID=50585, T=3CA85430BA988697], GET, /test, 2:1/0/16    ----->
0005: <-----   ACK [MID=50584, T=9CDA7E5C44D5B975], 2.05, 2:1/0/16
0005: <-----   ACK [MID=50585, T=3CA85430BA988697], 2.05, 2:1/0/16

0002: CON [MID=48301, T=6CE6887A2411195E], GET, /test    ----->
0003: <-----   ACK [MID=48301, T=6CE6887A2411195E], 2.05, observe(3)
0003: CON [MID=48302, T=7035EBDE64B12D84], GET, /test    ----->
0003: <-----   CON [MID=8000, T=7035EBDE64B12D84], 2.05, observe(4)
0003: ACK [MID=8000]   ----->
0004: CON [MID=48303, T=907C880C939830AF], GET, /test    ----->
0004: <-----   NON [MID=48303, T=907C880C939830AF], 2.05, observe(5)

0002: CON [MID=3640, T=596CE23FAADECCA6], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=3640, T=596CE23FAADECCA6], 2.05, 2:0/1/16, observe(0), size2(40)
0003: CON [MID=3641, T=14DFB8C509C20623], GET, /test, 2:1/0/16    ----->
0003: <-----   ACK [MID=3641, T=14DFB8C509C20623], 2.05, 2:1/1/16
0004: CON [MID=3642, T=B84BA7A3999D430D], GET, /test, 2:2/0/16    ----->
0004: <-----   ACK [MID=3642, T=B84BA7A3999D430D], 2.05, 2:2/0/16

0005: observe relation has been established, server now sends a notification
0005: <-----   CON [MID=8001, T=596CE23FAADECCA6], 2.05, 2:0/1/16, observe(1), size2(45)
0005: ACK [MID=8001]   ----->
0005: CON [MID=3643, T=A47935EE9436BBC7], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=3643, T=A47935EE9436BBC7], 2.05, 2:1/1/16
0006: CON [MID=3644, T=8CAF8E85818B69E5], GET, /test, 2:2/0/16    ----->
0007: <-----   ACK [MID=3644, T=8CAF8E85818B69E5], 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=596CE23FAADECCA6], 2.05, 2:0/1/16, observe(2), size2(42)
0007: ACK [MID=8002]   ----->
0008: CON [MID=3645, T=E0EF01C46E5F94EB], GET, /test, 2:1/0/16    ----->
0008: <-----   ACK [MID=3645, T=E0EF01C46E5F94EB], 2.05, 2:1/1/16
0008: CON [MID=3646, T=6011F5E862CD548E], GET, /test, 2:2/0/16    ----->
0009: //////// Overriding notification ////////
0009: <-----   CON [MID=8003, T=596CE23FAADECCA6], 2.05, 2:0/1/16, observe(3), size2(40)
0009: ACK [MID=8003]   ----->
0009: CON [MID=3647, T=38D331F4DC600588], GET, /test, 2:1/0/16    ----->
0010: <-----   ACK [MID=3646, T=6011F5E862CD548E], 2.05, 2:2/0/16
0010: <-----   ACK [MID=3647, T=38D331F4DC600588], 2.05, 2:1/1/16
0010: CON [MID=3648, T=2C87DA990D50E1D3], GET, /test, 2:2/0/16    ----->
0010: <-----   ACK [MID=3648, T=2C87DA990D50E1D3], 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=596CE23FAADECCA6], 2.05, 2:0/1/16, observe(4), size2(38)
0011: ACK [MID=8004]   ----->
0011: CON [MID=3649, T=600E8203C22DCEBD], GET, /test, 2:1/0/16    ----->
0012: //////// Overriding notification (4) ////////
0012: <-----   CON [MID=8005, T=596CE23FAADECCA6], 2.05, 2:0/1/16, observe(5), size2(40)
0012: ACK [MID=8005]   ----->
0012: CON [MID=3650, T=D4B9292E0C9C7BFD], GET, /test, 2:1/0/16    ----->
0013: //////// Conflicting notification block ////////
0013: <-----   ACK [MID=3649, T=600E8203C22DCEBD], 2.05, 2:1/1/16
0013: <-----   ACK [MID=3650, T=D4B9292E0C9C7BFD], 2.05, 2:1/1/16
0013: CON [MID=3651, T=28B8EDF278F0F44A], GET, /test, 2:2/0/16    ----->
0014: <-----   ACK [MID=3651, T=28B8EDF278F0F44A], 2.05, 2:2/0/16

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

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

0002: CON [MID=18012, T=F93BAF37419F8610], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=18012, T=F93BAF37419F8610], 2.05, 2:0/1/16, observe(0), size2(45)
0003: CON [MID=18013, T=18DDCB97A4161D01], GET, /test, 2:1/0/16    ----->
0003: <-----   ACK [MID=18013, T=18DDCB97A4161D01], 2.05, 2:1/1/16
0003: CON [MID=18014, T=10548C5D82A153C0], GET, /test, 2:2/0/16    ----->
0004: <-----   ACK [MID=18014, T=10548C5D82A153C0], 2.05, 2:2/0/16

0005: <-----   CON [MID=8001, T=F93BAF37419F8610], 2.05, 2:0/1/16, observe(2), size2(42)
0005: ACK [MID=8001]   ----->
0006: CON [MID=35915, T=40C3F83C486DEB27], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=35915, T=40C3F83C486DEB27], 2.05, 2:1/1/16
0006: CON [MID=35916, T=D037AA51FEB7666A], GET, /test, 2:2/0/16    ----->

0007: Cancel observation F93BAF37419F8610

0002: CON [MID=11127, T=557A314057708FF4], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=11127, T=557A314057708FF4], 2.05, observe(1)
0003: <-----   CON [MID=8001, T=557A314057708FF4], 2.05, observe(3)
0003: ACK [MID=8001]   ----->
0003: CON [MID=11128, T=557A314057708FF4], GET, /test, observe(1)    ----->
0004: <-----   ACK [MID=11128, T=557A314057708FF4], 2.05
0004: <-----   CON [MID=8002, T=557A314057708FF4], 2.05, observe(4)
0004: RST [MID=8002]   ----->
0004: <-----   NON [MID=8003, T=557A314057708FF4], 2.05, observe(5)
0004: RST [MID=8003]   ----->
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.626 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: 6.255 s - in org.eclipse.californium.core.test.maninmiddle.LossyBlockwiseTransferTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-core ---
[INFO] Comparing [org.eclipse.californium:californium-core:jar:3.10.0] against [org.eclipse.californium:californium-core:jar:3.11.0-RRC-0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-RRC-0-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-core ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0-RRC-0/californium-core-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0-RRC-0/californium-core-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-RRC-0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0-RRC-0/californium-core-3.11.0-RRC-0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0-RRC-0/californium-core-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-core ---
[INFO] Installing org/eclipse/californium/californium-core/3.11.0-RRC-0/californium-core-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-nat >-------------------
[INFO] Building Cf-NAT 3.11.0-RRC-0                                     [10/39]
[INFO]   from cf-utils/cf-nat/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-nat ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-nat ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-nat ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-nat ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-nat ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-nat ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 2 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-nat ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-nat ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-nat ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-nat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-nat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-nat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-nat ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-nat ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-nat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-nat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-nat ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-nat ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-nat ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-nat ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0-RRC-0/cf-nat-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0-RRC-0/cf-nat-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0-RRC-0/cf-nat-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] ---------------< org.eclipse.californium:cf-unix-health >---------------
[INFO] Building Cf-Unix-Health 3.11.0-RRC-0                             [11/39]
[INFO]   from cf-utils/cf-unix-health/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-unix-health ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-unix-health ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-unix-health ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-unix-health ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-unix-health ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-unix-health ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-unix-health ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-unix-health ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-unix-health ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-unix-health ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-unix-health ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-unix-health ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-unix-health ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-unix-health ---
[INFO] Comparing [org.eclipse.californium:cf-unix-health:jar:3.10.0] against [org.eclipse.californium:cf-unix-health:jar:3.11.0-RRC-0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-unix-health ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-unix-health ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0-RRC-0/cf-unix-health-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0-RRC-0/cf-unix-health-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0-RRC-0/cf-unix-health-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-unix-health ---
[INFO] Installing org/eclipse/californium/cf-unix-health/3.11.0-RRC-0/cf-unix-health-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-cluster >-----------------
[INFO] Building Cf-Cluster 3.11.0-RRC-0                                 [12/39]
[INFO]   from cf-utils/cf-cluster/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-cluster ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cluster ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cluster ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cluster ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-cluster ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cluster ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-cluster ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cluster ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cluster ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cluster ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cluster ---
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cluster ---
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cluster ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cluster ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cluster ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cluster ---
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cluster ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cluster ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-cluster ---
[WARNING] Failed to resolve old artifacts: Failed to find a version of artifact 'org.eclipse.californium:cf-cluster:jar:RELEASE' that would correspond to an expression '^.*(?<!-SNAPSHOT)$'. The versions found were: []. The API analysis will proceed comparing the new archives against an empty archive.
[INFO] Comparing [] against [org.eclipse.californium:cf-cluster:jar:3.11.0-RRC-0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cluster ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-cluster ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.11.0-RRC-0/cf-cluster-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.11.0-RRC-0/cf-cluster-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.11.0-RRC-0/cf-cluster-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-cluster ---
[INFO] Installing org/eclipse/californium/cf-cluster/3.11.0-RRC-0/cf-cluster-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-cli >-------------------
[INFO] Building Cf-command-line-interface 3.11.0-RRC-0                  [13/39]
[INFO]   from cf-utils/cf-cli/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-cli ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cli ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cli ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cli ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-cli ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cli ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-cli ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cli ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cli ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cli ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cli ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli ---
[INFO] No tests to run.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cli ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-cli ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cli ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-cli ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0-RRC-0/cf-cli-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0-RRC-0/cf-cli-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0-RRC-0/cf-cli-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-cli ---
[INFO] Installing org/eclipse/californium/cf-cli/3.11.0-RRC-0/cf-cli-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------------< org.eclipse.californium:cf-cli-tcp-netty >--------------
[INFO] Building Cf-cli-tcp-netty 3.11.0-RRC-0                           [14/39]
[INFO]   from cf-utils/cf-cli-tcp-netty/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-cli-tcp-netty ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cli-tcp-netty ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cli-tcp-netty ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cli-tcp-netty ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-cli-tcp-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cli-tcp-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-cli-tcp-netty ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cli-tcp-netty ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cli-tcp-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cli-tcp-netty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cli-tcp-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli-tcp-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli-tcp-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli-tcp-netty ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cli-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli-tcp-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli-tcp-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-cli-tcp-netty ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cli-tcp-netty ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-cli-tcp-netty ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0-RRC-0/cf-cli-tcp-netty-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0-RRC-0/cf-cli-tcp-netty-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0-RRC-0/cf-cli-tcp-netty-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-cli-tcp-netty ---
[INFO] Installing org/eclipse/californium/cf-cli-tcp-netty/3.11.0-RRC-0/cf-cli-tcp-netty-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-encrypt >-----------------
[INFO] Building Cf-Encrypt 3.11.0-RRC-0                                 [15/39]
[INFO]   from cf-utils/cf-encrypt/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-encrypt ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-encrypt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-encrypt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-encrypt ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-encrypt ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-encrypt ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-encrypt ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-encrypt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-encrypt ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-encrypt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-encrypt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-encrypt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-encrypt ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-encrypt ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-encrypt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-encrypt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-encrypt ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-encrypt ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-encrypt ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-encrypt ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.11.0-RRC-0/cf-encrypt-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.11.0-RRC-0/cf-encrypt-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.11.0-RRC-0/cf-encrypt-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:californium-tests >--------------
[INFO] Building Californium (Cf) Tests 3.11.0-RRC-0                     [16/39]
[INFO]   from californium-tests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ californium-tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-tests ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-tests ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-tests ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-tests ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-tests ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-tests ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------< org.eclipse.californium:californium-integration-tests >--------
[INFO] Building Californium (Cf) Integration Tests 3.11.0-RRC-0         [17/39]
[INFO]   from californium-tests/californium-integration-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ californium-integration-tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-integration-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-integration-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-integration-tests ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/californium-tests/californium-integration-tests/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-integration-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-integration-tests ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-integration-tests ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-integration-tests ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-tests/californium-integration-tests/src/test/java/org/eclipse/californium/integration/test/NatTestHelper.java:[242,56] DTLS_VERIFY_PEERS_ON_RESUMPTION_THRESHOLD in org.eclipse.californium.scandium.config.DtlsConfig has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-RRC-0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
06:49:12.062 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
06:49:12.106 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467)
06:49:12.112 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:491)
06:49:12.112 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:501)
[INFO] Running org.eclipse.californium.integration.test.SecureBlockwiseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 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.332 s - in org.eclipse.californium.integration.test.SecureTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-integration-tests ---
[INFO] Skipping packaging of the jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-RRC-0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
06:49:16.417 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
06:49:16.473 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467)
06:49:16.479 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:491)
06:49:16.480 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:501)
[INFO] Running org.eclipse.californium.integration.test.SecureObserveTest
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:56875/resource
coap-client coaps://127.0.0.1:54420
Resource resource changed to "resource says client for the 2 time"
Resource resource changed to "resource says client for the 3 time"
Resource resource changed to "resource says client for the 4 time"
Resource resource changed to "resource says new client for the 5 time"
06:49:16.884 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "15CA5C16673BE490479CEEC18AC975927390B6078984A4C33826E7E17D1C5ED7" != "6BD2523E716B66149E6326CEA953DD88E57B5F1C4B5C1F7C01C93BEC18B5D4DF" (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:57819/resource
coap-client coaps://127.0.0.1:55109
URI: change coaps://127.0.0.1:57819/resource to coaps://127.0.0.1:41999/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:41999/resource to coaps://127.0.0.1:54607/resource
06:49:19.231 WARN [NioNatUtil]: NAT 127.0.0.1:39295 stopped. 12 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:39325/resource
coap-client coaps://127.0.0.1:56306
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:46238/resource
coap-client coaps://127.0.0.1:38729
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:44631/resource
coap-client coaps://127.0.0.1:52122
URI: change coaps://127.0.0.1:44631/resource to coaps://127.0.0.1:45970/resource
Resource resource changed to "resource says client for the 2 time"
Resource resource changed to "resource says client for the 3 time"
Resource resource changed to "resource says client for the 4 time"
Resource resource changed to "resource says client for the 5 time"
Resource resource changed to "resource says client for the 6 time"
Resource resource changed to "resource says client for the 7 time"
Resource resource changed to "resource says client for the 8 time"
06:49:23.744 WARN [NioNatUtil]: NAT 127.0.0.1:54846 stopped. 7 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:55984/resource
coap-client coaps://127.0.0.1:38339
URI: change coaps://127.0.0.1:55984/resource to coaps://127.0.0.1:50350/resource
Resource resource changed to "resource says client for the 2 time"
Resource resource changed to "resource says client for the 3 time"
Resource resource changed to "resource says client for the 4 time"
Resource resource changed to "resource says client for the 5 time"
Resource resource changed to "resource says client for the 6 time"
Resource resource changed to "resource says client for the 7 time"
Resource resource changed to "resource says client for the 8 time"
06:49:28.069 WARN [NioNatUtil]: NAT 127.0.0.1:53721 stopped. 10 forwarded messages, 7 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:49740/resource
coap-client coaps://127.0.0.1:44105
URI: change coaps://127.0.0.1:49740/resource to coaps://127.0.0.1:50605/resource
Resource resource changed to "resource says client for the 2 time"
Resource resource changed to "resource says client for the 3 time"
Resource resource changed to "resource says client for the 4 time"
Resource resource changed to "resource says client for the 5 time"
Resource resource changed to "resource says client for the 6 time"
Resource resource changed to "resource says client for the 7 time"
Resource resource changed to "resource says client for the 8 time"
06:49:28.410 WARN [NioNatUtil]: NAT 127.0.0.1:59475 stopped. 14 forwarded messages, 7 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:39992/resource
coap-client coaps://127.0.0.1:36951
URI: change coaps://127.0.0.1:39992/resource to coaps://127.0.0.1:45886/resource
Resource resource changed to "resource says client for the 2 time"
Resource resource changed to "resource says client for the 3 time"
Resource resource changed to "resource says client for the 4 time"
Resource resource changed to "resource says client for the 5 time"
Resource resource changed to "resource says client for the 6 time"
Resource resource changed to "resource says client for the 7 time"
Resource resource changed to "resource says client for the 8 time"
06:49:28.742 WARN [NioNatUtil]: NAT 127.0.0.1:48220 stopped. 13 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.186 s - in org.eclipse.californium.integration.test.SecureObserveTest
[INFO] Running org.eclipse.californium.integration.test.SecureCidClusterTest
URI: LoadBalancer destination coaps://127.0.0.1:35707/resource
coap-server coaps://127.0.0.1:35707/resource
coap-client coaps://127.0.0.1:59269
06:49:30.370 WARN [NioNatUtil]: NAT 127.0.0.1:35707 stopped. 1613 forwarded messages, 1510 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:52962/resource
coap-server coaps://127.0.0.1:52962/resource
coap-client coaps://127.0.0.1:54822
06:49:31.167 WARN [NioNatUtil]: NAT 127.0.0.1:52962 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:42391/resource
coap-server coaps://127.0.0.1:42391/resource
coap-client coaps://127.0.0.1:36576
06:49:32.068 WARN [NioNatUtil]: NAT 127.0.0.1:42391 stopped. 1641 forwarded messages, 1542 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:59550/resource
coap-server coaps://127.0.0.1:59550/resource
coap-client coaps://127.0.0.1:48698
06:49:38.752 WARN [NioNatUtil]: NAT 127.0.0.1:59550 stopped. 380 forwarded messages, 357 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:58530/resource
coap-server coaps://127.0.0.1:58530/resource
coap-client coaps://127.0.0.1:35808
06:49:46.031 WARN [NioNatUtil]: NAT 127.0.0.1:58530 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:51521/resource
coap-server coaps://127.0.0.1:51521/resource
coap-client coaps://127.0.0.1:48171
06:49:46.049 WARN [NioNatUtil]: NAT 127.0.0.1:51521 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:41629/resource
coap-server coaps://127.0.0.1:41629/resource
coap-client coaps://127.0.0.1:56382
06:49:46.475 WARN [NioNatUtil]: NAT 127.0.0.1:41629 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.804 s - in org.eclipse.californium.integration.test.SecureCidClusterTest
[INFO] Running org.eclipse.californium.integration.test.SecureNatTest
URI: LoadBalancer destination coaps://127.0.0.1:57258/resource
coap-server coaps://127.0.0.1:57258/resource
coap-client coaps://127.0.0.1:55977
06:49:47.358 WARN [NioNatUtil]: NAT 127.0.0.1:57258 stopped. 1583 forwarded messages, 1394 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:48501/resource
coap-server coaps://127.0.0.1:48501/resource
coap-client coaps://127.0.0.1:55628
06:49:47.551 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "744FA09D6BA34E576B3B92DD95B84B77A86E959FFD2FDC743FA01D5933251CE9" != "2D8BC28F79DDB0BC0144A5677BAAB219E270924519499C053288B5BD33860010" (o.e.c.e.u.FilteredLogger.log:200)
06:49:47.555 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "744FA09D6BA34E576B3B92DD95B84B77A86E959FFD2FDC743FA01D5933251CE9" != "2D8BC28F79DDB0BC0144A5677BAAB219E270924519499C053288B5BD33860010" (o.e.c.e.u.FilteredLogger.log:200)
06:49:47.654 WARN [NioNatUtil]: NAT 127.0.0.1:48501 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:55486/resource
coap-server coaps://127.0.0.1:55486/resource
coap-client coaps://127.0.0.1:58136
06:49:48.465 WARN [NioNatUtil]: NAT 127.0.0.1:55486 stopped. 1522 forwarded messages, 1317 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:36062/resource
coap-server coaps://127.0.0.1:36062/resource
coap-client coaps://127.0.0.1:34036
06:49:53.415 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "0F084DD2B8CA918C56F00A8A6CFF773238850C3EBB890E2343F4D4C784E3545E" != "A7D42EF474381139B1C76BBCC8B47E6F9081475CFDF6162CB43F33C638514019" (o.e.c.e.u.FilteredLogger.log:200)
06:49:56.270 WARN [NioNatUtil]: NAT 127.0.0.1:36062 stopped. 368 forwarded messages, 336 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:43006/resource
coap-server coaps://127.0.0.1:43006/resource
coap-client coaps://127.0.0.1:52302
06:50:02.815 WARN [NioNatUtil]: NAT 127.0.0.1:43006 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:34307/resource
coap-server coaps://127.0.0.1:34307/resource
coap-client coaps://127.0.0.1:59070
06:50:02.832 WARN [NioNatUtil]: NAT 127.0.0.1:34307 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
URI: LoadBalancer destination coaps://127.0.0.1:39432/resource
coap-server coaps://127.0.0.1:39432/resource
coap-client coaps://127.0.0.1:47858
06:50:03.164 WARN [NioNatUtil]: NAT 127.0.0.1:39432 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1118)
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.619 s - in org.eclipse.californium.integration.test.SecureNatTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-integration-tests ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-integration-tests ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-integration-tests ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-integration-tests ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.eclipse.californium:californium-interoperability-tests >-----
[INFO] Building Californium (Cf) Interoperability Tests 3.11.0-RRC-0    [18/39]
[INFO]   from californium-tests/californium-interoperability-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ californium-interoperability-tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-interoperability-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-interoperability-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-interoperability-tests ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-interoperability-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/californium-tests/californium-interoperability-tests/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-interoperability-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-interoperability-tests ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-interoperability-tests ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-interoperability-tests ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-tests/californium-interoperability-tests/src/test/java/org/eclipse/californium/interoperability/test/libcoap/mbedtls/LibCoapClientMbedTlsInteroperabilityTest.java:[107,48] DTLS_SUPPORT_DEPRECATED_CID in org.eclipse.californium.scandium.config.DtlsConfig has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-interoperability-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
06:50:04.382 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
06:50:04.423 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467)
06:50:04.447 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:491)
06:50:04.448 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:501)
06:50:04.462 INFO [TestScope]: INTENSIVE TEST: false (o.e.c.e.util.TestScope.<clinit>:35)
OpenSSL 1.1.1n  15 Mar 2022
> exit: 0 (0ms).
06:50:04.585 INFO [Configuration]: defaults added DTLS. (o.e.c.e.c.Configuration.addDefaultModule:424)
06:50:04.586 INFO [Configuration]: defaults added SYS. (o.e.c.e.c.Configuration.addDefaultModule:424)
[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0 s - in org.eclipse.californium.interoperability.test.mbedtls.MbedTlsClientAuthenticationInteroperabilityTest
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest
06:50:04.613 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:04.615 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:04.615 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:04.616 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:04.616 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:04.678 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:04.686 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:04.689 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:04.689 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:04.689 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 
06:50:04.762 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:04.771 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
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: DE54E4BBE8FF0CA6FBF7BBF3A500C4B0DD2F4A48083764B9191499E8FA11455C
    Session-ID-ctx: 
    Master-Key: 04E1152A0913B4DBDAA1C5D23667B2E0B88254FDE20454C7DF4B6E5A11650E2890BAA10562F5A3C5124423E526198371
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226204
    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 (607ms, testOpenSslClientChainTrustAll).
06:50:05.303 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:05.304 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:05.309 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:05.309 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:05.310 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:05.310 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:05.310 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 
06:50:05.320 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:05.325 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
Acceptable client certificate CA names
CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1708 bytes and written 2122 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: 4C96AA9FF837F56E6C331111A7B072E7CBF614E5C0CC7FA48168EE650B487DE7
    Session-ID-ctx: 
    Master-Key: 0FE15CA0B87A70ED6456FA8F627619EDD77EC36B527469F26E112981CB8224032B7DCF530BFCEA23836A06881775B670
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226205
    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, testOpenSslClientChainTrustCa).
06:50:05.833 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:05.834 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:05.834 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:05.835 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:05.835 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:05.835 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:05.835 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:05.836 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:05.836 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:05.836 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:05.840 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:05.841 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:05.841 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:05.841 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:05.842 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
06:50:05.852 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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: EC07E04904D7EFFD715D522BE1125AF1F000F5A1D0EC4D0C930B800CA4C8CFCC
    Session-ID-ctx: 
    Master-Key: A4D32B5BC8C8556B214623671F6707C34A9BDFB1C95B38AC8B19DFCD7549F7BF5469510AD60FF8BBDCB5C843D74DEE9C
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226205
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (516ms, testOpenSslClientUnauthenticated).
06:50:06.361 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:06.361 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:06.379 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:06.380 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:06.381 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:06.381 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:06.381 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert clientEdDsa.pem -no-CAfile -curves X25519:prime256v1 -sigalgs ed25519:ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 
06:50:06.389 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca-eddsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server-eddsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:06.394 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
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: 14EEEB89D77AC56C92B132EE8944BB9CBFA037F221796F3A0EC35D0B1FF49DD3
    Session-ID-ctx: 
    Master-Key: BE7B4A4D07DB7EE3D4F284129D57C2FFB0E8EA1F2D60E6D4D068CA44FB145D5E674D4283E68FB14EE81EE2F199E5B0B6
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226206
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (517ms, testOpenSslClientEd25519).
06:50:06.902 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:06.902 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:06.907 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:06.907 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:06.908 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:06.909 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:06.909 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
06:50:06.919 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:06.924 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
Acceptable client certificate CA names
CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1710 bytes and written 2122 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2< Hello Scandium!

    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: 4A9BFC1024DE4D219E65FB63927934053D669D9A5CC6743978A7FEF1A75DE89A
    Session-ID-ctx: 
    Master-Key: 6C65D485AEB7D089FD9A10D5C37FD075375408A2BC78E822CDCD4DD2461960AF806CA26BF3B0E92AF51CD36679AFC695
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226206
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
ACK-Hello Scandium!< Q

DONE
> exit: 0 (519ms, testOpenSslClientTrustTrustRoot).
06:50:07.433 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:07.434 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:07.438 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:07.438 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:07.439 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:07.439 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:07.439 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X448:prime256v1 
06:50:07.448 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:07.455 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (520ms, testOpenSslClientX448).
06:50:07.963 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:07.964 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:07.968 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:07.969 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:07.970 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:07.970 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:07.970 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -curves X25519:prime256v1 -keymatexport EXPERIMENTAL_TEST 
06:50:07.979 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:07.983 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (516ms, testOpenSslClientExportKeyMaterial).
06:50:08.491 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:08.492 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:08.508 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:08.508 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:08.509 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:08.509 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:08.509 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert clientRsa.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 
06:50:08.518 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:08.529 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
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: C5EAC1F7CB3E3AD60E532F33FBE4F8D1625E67E8829D1C0B8FA36E533F405FCF
    Session-ID-ctx: 
    Master-Key: 5873670E86819DE7AD70DCE8F869848841D722D900D7A1ED939D99131345CDD9133D4557D67A955F0B606DFDC85E8ED6
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226208
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (525ms, testOpenSslClientRsaCertificatChain).
06:50:09.038 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:09.039 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:09.042 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:09.043 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:09.044 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:09.044 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:09.044 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert clientEdDsa.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ed25519:ECDSA+SHA256 
06:50:09.053 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:09.057 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (521ms, testOpenSslClientEdDsaCertificatChain).
06:50:09.569 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:09.570 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:09.574 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:09.575 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:09.576 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:09.576 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:09.576 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sess_out sess.pem -no_ticket 
06:50:09.585 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (514ms, testOpenSslClientUnauthenticatedFullhandshake).
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sess_in sess.pem -no_ticket 
06:50:10.103 INFO [ResumingServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (515ms, testOpenSslClientUnauthenticatedFullhandshake).
06:50:10.613 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:10.613 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:10.617 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:10.618 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:10.619 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:10.619 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:10.619 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -curves X25519:prime256v1 
06:50:10.627 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:10.631 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (515ms, testOpenSslClientCertTrustAll).
06:50:11.137 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:11.138 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:11.142 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:11.142 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:11.143 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:11.143 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:11.143 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves secp384r1:prime256v1 
06:50:11.152 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:11.163 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (530ms, testOpenSslClientSecP384r1).
06:50:11.677 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:11.678 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:11.683 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:11.684 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:11.685 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:11.685 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:11.685 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves prime256v1 
06:50:11.694 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:11.699 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
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 2151 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTL< Hello Scandium!
Sv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: 2272214F3D2380A8033D970DCF1DF59C0257B7BB55578C1F3017AB9A8B1A205C
    Session-ID-ctx: 
    Master-Key: 8ABC3AF51C7E0581C323C6FC6B3083B385B11DC7C85FBE938BC32963748B0C34401391DABBC124C50A6DC5EFACCC9C9A
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226211
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
ACK-Hello Scandium!< Q

DONE
> exit: 0 (520ms, testOpenSslClientPrime256v1).
06:50:12.209 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:12.209 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:12.212 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:12.213 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:12.214 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:12.214 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:12.214 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
06:50:12.221 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:12.225 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (518ms, testOpenSslClientTrustTrustCa).
06:50:12.735 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:12.735 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:12.739 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:12.740 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:12.741 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:12.741 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:12.741 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
06:50:12.750 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:12.755 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (517ms, testOpenSslClientTrustTrustAll).
06:50:13.262 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:13.263 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:13.266 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:13.267 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:13.268 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:13.268 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:13.268 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -curves X25519:prime256v1 
06:50:13.276 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:13.281 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
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: D3D17F2D8301040B823E5D1D71E99CDE6A694978EE40284C32DCF9DB6213F223
    Session-ID-ctx: 
    Master-Key: D14FAEC0B6728B862903BF3EDFA9D33BCC9D5336D26C3A5AA32B9872FF0D8025EA65866BAA474AE38E434A594FC6BFAD
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226213
    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).
06:50:13.789 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:13.790 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:13.793 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:13.794 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:13.795 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:13.795 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:13.795 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sess_out sess.pem -no_ticket 
06:50:13.804 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

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

DONE
> exit: 0 (510ms, testOpenSslClientUnauthenticatedResumes).
06:50:14.826 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:14.827 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:14.832 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:14.833 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:14.834 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:14.834 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:14.834 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 
06:50:14.843 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:14.848 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIDCjCCAfKgAwIBAgIIWfdw7nJIpZowDQYJKoZIhvcNAQELBQAwXjESMBAGA1UE
AxMJY2YtY2EtcnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNs
aXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2
MDgwODIxWhcNMjUxMDI1MDgwODIxWjBlMRkwFwYDVQQDExBjZi1zZXJ2ZXItY2Et
cnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1Qx
DzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjO
PQMBBwNCAATsvXqWFn4xpoGMeJjo2VmaVYJ2Se7lr/dCkdPjH73TL+7ITV7Y8u+E
zAbmWL3QyHLAivJyiUuoRMjhrr6dsDBfo4GPMIGMMB0GA1UdDgQWBBQjcpZSqTGv
1phpo59BgxIsvxzZJDALBgNVHQ8EBAMCB4AwPQYDVR0RBDYwNIIPbXkudGVzdC5z
ZXJ2ZXIygglsb2NhbGhvc3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAEwHwYDVR0j
BBgwFoAUfAvp8sPEv4igyeS72FAfPfpxqFcwDQYJKoZIhvcNAQELBQADggEBAApz
9NU/YTF4sX0wibZkpmRtvjt6XvMwBC7P/ndt/kn1GXim2gsd6c2pFKXulN+oWM6c
0E28dj7/cvhQtQWo4oqsavUfdn/CEXYNoBkZ/3fsXfOlF/lMYcRUhM/aREWejP7Q
GEbMSFaStE5taOl2JWfNz0dyNUqy1qcTqAnTQNURiSuzVlw0Ptjxb48hHDNb8u/n
dkHheJQg0kkHHyODulzxRA9bnpcH8b9WLB17apCT+FtOiCpMaP32LDqJrjw9jRJS
Q1Ub1FXvr5Tc513mnhtlp6Mr/cKiR6fR+IzO4yba1caWpoPO/yhIgxg/xgCa8JFJ
I4yTE5RHMZj4XiIFDKA=
-----END CERTIFICATE-----
subject=CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (518ms, testOpenSslClientMixedCertificatChain).
06:50:15.356 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:15.356 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:15.360 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:15.361 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:15.362 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:15.362 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:15.362 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 
06:50:15.369 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:15.373 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (515ms, testOpenSslClientChainTrustRoot).
06:50:15.881 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:15.881 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:15.885 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:15.886 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:15.887 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:15.887 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:15.887 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
06:50:15.896 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:15.901 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
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 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< Hello Scandium!

    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: FE2E86F428BCCD01A64DBB0485AAB652579A63BEAD18B0D4FF4BD188755B4CFC
    Session-ID-ctx: 
    Master-Key: 3D4F910BC21119041787096C190911F005D802C3EAB3795E3D1CA640C719F2A88D366BA99C04BB0FBA5BCC12321821F4
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226215
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
ACK-Hello Scandium!< Q

DONE
> exit: 0 (517ms, testOpenSslClientX25519).
06:50:16.408 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63)
OpenSSL 1.1.1n  15 Mar 2022
> exit: 0 (3ms).
[WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 11.802 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest
06:50:16.417 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.428 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.429 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.430 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:36203] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.430 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:36203, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.430 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:36203] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.434 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.440 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIICgAIBAQIDAP79BALArgQgvoPi3y34+dgCsQ4DM26ogyFpOG0plt2OR0Vd41G6
e6sEMCn2+oJNcF7U3Bew8/3WS0iRssTMVhIe0T4a8mJ1Z6LHWpfXMTu1/72OFhch
Xdwh/qEGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAArQMCAQE=
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (27ms, testOpenSslServerTrustTrustAll).
06:50:16.448 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.448 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -no-CAfile -cert_chain caTrustStore.pem 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.457 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.458 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.459 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:50824] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.459 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:50824, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.459 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:50824] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.461 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.464 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIChQIBAQIDAP79BALArgQgTZuxpPf6vmYLstQTqv6fw5H2B6MYOMC+cBcGiiUK
VhoEMGrHjuFGkhrbtbqppJFxIjiKiRot6W0KKO1OvtvY5jG2lnuYVj6swv5kE5dI
wn5wKKEGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ==
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (20ms, testOpenSslServerChainTrustCa).
06:50:16.471 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.472 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.482 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.483 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.483 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:43281] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.483 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:43281, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.483 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:43281] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.485 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.489 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIICgAIBAQIDAP79BALArgQg3HEoIxqWOWDoTi1XnDefADRQH4JSM1p5PO/ZHs0b
kmwEMHI7Ws+4/CVO73IhXUahF0fJD6GuRDKhiciMKKxpw77/zwxcnddPMCnKVNrU
+/ICMaEGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (22ms, testOpenSslServerFullTrustTrustAll).
06:50:16.497 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.497 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-RSA-AES128-GCM-SHA256:PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -cert serverRsa.pem -no-CAfile -cert_chain caTrustStore.pem 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.513 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.514 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.515 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:35638] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.515 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:35638, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.515 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:35638] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.518 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.522 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIDVQIBAQIDAP79BALALwQgGnGYjvX67bRBhSr0RSiglYJYqbPjiGCVai8a6ZAO
qNsEMGm0MyX3Xqgu9ieJGmDLRyfgYdtxr/t9AxmvWRB8K+HNqvCDJ1aE/Uh9BeaS
UJQKmaEGAgRl7/soogQCAhwgo4IC0TCCAs0wggJyoAMCAQICCGcoHR/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 (47ms, testOpenSslServerRsaTrustRoot).
06:50:16.548 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.549 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert serverCaRsa.pem -CAfile caRsaTrustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.557 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.558 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.559 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:46245] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.559 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:46245, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.559 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:46245] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.561 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.565 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIICgAIBAQIDAP79BALArgQgqJ0GJBjsXRb1qukLXJ1yo6fllx6ym16bVv3FxVmv
nIkEMDKCCfP28Ed/LVpg0aFRHRyjq0YS7ddTPgPv2q5FMUTk1NcNb417ZfZQBb4W
RmAfb6EGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (22ms, testOpenSslServerRsaTrustTrustRoot).
06:50:16.574 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.574 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:16.575 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.575 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:16.575 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.575 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -no-CAfile -cert_chain caTrustStore.pem 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.584 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.585 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.585 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:47972] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.585 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:47972, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.586 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:47972] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.587 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.589 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIChQIBAQIDAP79BALArgQgsg6uqWilv5ZVA0eC6/J+6G9B9XPzhBEBDsMxiifi
ytkEMLhCU655wPR7a2Y56EviznGfi5JdKtPUFpqqQ0uNTN91Kad+KcyYTXzt/x7M
+UA6+aEGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (18ms, testOpenSslServerChainTrustAll).
06:50:16.596 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.597 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:16.597 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.597 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -no-CAfile -cert_chain caTrustStore.pem 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.605 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.606 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.607 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:51673] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.607 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:51673, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.607 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:51673] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.608 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.611 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIChQIBAQIDAP79BALArgQg7mi++AoebZbs0FiyHYxoHVFFlakors3eyBxi62VM
ALgEMCix/7jEcV7/DqujUrBq12fgGj49omFt1PxRX7nON0liK8jZw3DNGiA/t3Lg
s9Zn96EGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ==
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (19ms, testOpenSslServerChainTrustRoot).
06:50:16.619 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.619 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -no-CAfile 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.653 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.654 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.654 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:46020] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.654 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:46020, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.654 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:46020] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.656 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.658 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIChQIBAQIDAP79BALArgQgjQHaeXe10yM+dc9sVarqTLRIEX/HG2LuJXepODnv
czYEMMvwzvp5xdPrbv953oHxDWKyYqVyKLAmOBeBYxWPRWwwe67LUAm2/LEh6EqE
46QqyaEGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ==
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (17ms, testOpenSslServerCertTrustCa).
06:50:16.664 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.665 INFO [TestNameLoggerRule]: Test testOpenSslServerExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -keymatexport EXPERIMENTAL_TEST 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.670 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.671 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.671 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:36703] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.671 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:36703, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.672 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:36703] (o.e.c.s.DTLSConnector$Worker.run:3970)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCAZIcbStT91MNx27FdQ8rGgHbXV9D6rbShD4FS+TZCn
SAQw3VKB/xT/5m6rCzsy0aZL4wWz8aNYbolii2rH7MirfNQcAi1XCndsBP2jC4UL
XJVxoQYCBGXv+yiiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
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: CA28DED1FB2602F9440A26F9CBB325943A5AF213
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (8ms, testOpenSslServerExportKeyMaterial).
06:50:16.676 INFO [TestNameLoggerRule]: Test testOpenSslServerExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.676 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.685 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.686 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.687 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38927] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.687 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38927, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.687 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38927] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.688 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.691 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIICgAIBAQIDAP79BALArgQgMBldCaE5R0Lbga1NusRViiD4aG5I9bTkWi8BHyqQ
4hUEMDl1XAqOUbXBKSPZMJD1R3LkGiSqzoWicZ0dDFn17U/TbrRisVxQfOQUZyYO
0pcoDKEGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (19ms, testOpenSslServerPrime256v1).
06:50:16.697 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.698 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.707 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.708 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.708 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38733] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.708 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38733, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.709 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38733] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.716 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.718 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIICgAIBAQIDAP79BALArgQgWcSx82JQQFcR06fXjhl1t5WAy83PHSposaLIArlA
zEEEMMzeVd/zlDO+HE8QuhxVL6U5SfiYxGa29FwQR9GyQvtz8n+2VGFo4up5tPWy
szhbt6EGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (23ms, testOpenSslServerX25519).
06:50:16.723 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.746 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -no-CAfile 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.754 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.755 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.756 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:53595] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.756 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:53595, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.756 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:53595] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.757 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.759 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIChQIBAQIDAP79BALArgQgLKkmA+hlGEg87QRlslelU6PqElmEK/uPLDLB8WJm
zC4EMDkxjokyW3dzw4J7MQnsflX5Yl1MS4p6Uzzo06pEyU2oi3TX+Pe1wGtUocHC
pZiDOKEGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ==
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (16ms, testOpenSslServerCertTrustAll).
06:50:16.766 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.766 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.776 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.776 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.777 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:58315] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.777 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:58315, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.777 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:58315] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.779 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.783 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIICgAIBAQIDAP79BALArgQgeKPNmjWrvl/dEAV5wxkwbguw4rgwFXkhi1BwnjQk
o6EEMOGrnhfNwtdqBX1uCOaVfzJlYlB/pe2fhtD3JpkPAeYtQPGTCZDv9DxdgelG
wGz8H6EGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (22ms, testOpenSslServerX448).
06:50:16.791 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.792 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.801 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.802 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.802 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:51684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.802 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:51684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.802 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:51684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.805 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.807 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIICgAIBAQIDAP79BALArgQguv8z0GTaw9/nCE92wUuhp8ci15jWXvAFUGn5u/0E
MBIEMOs2zNMgC7b0K+r0que632SFZ7x8XIimyaXHFa9S9j675YkcnyLT6ULXZsGw
uAO8L6EGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (23ms, testOpenSslServerSecP384r1).
06:50:16.817 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.818 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.823 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.824 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.846 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:56398] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.847 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:56398] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.847 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:56398, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCB84G69U+DjdfRIlmaUhUAmqBowYSiHOrws66d8vJVP
wgQweSoEX28d2HvgTKxKO5JenjBHCDDkC/kEs5O71xzlPrypbNzV75Q/BjoBoyBw
nJ57oQYCBGXv+yiiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
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 (29ms, testOpenSslServerPsk).
06:50:16.850 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.850 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.859 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.860 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.860 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:37787] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.860 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:37787, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.860 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:37787] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.862 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.864 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIICgAIBAQIDAP79BALArgQgPLBgC8QCFc0QMsCoTWT7E0QXvGLMm6yHWNno1IsH
sLwEMOG63i7GQx+Vbqe22xxShPtIAWAItGeviRt0Q85iwdQvxvAYJSIeUxEdXj/J
HtTfA6EGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (17ms, testOpenSslServerTrustTrustCa).
06:50:16.870 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.870 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.879 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.880 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.880 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:49210] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.880 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:49210, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.880 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:49210] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.882 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.884 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIICgAIBAQIDAP79BALArgQgEs8TphHYR4C3sga4MqvhcLaF25E5ulnVbiRdSyVb
IEUEMBalJks62/80WAIWlQT6Vda64nI/5nIRj3jr1i1jK+M6ZretSIqrVJGbA6ic
z5RO3aEGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (17ms, testOpenSslServerTrustTrustRoot).
06:50:16.890 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:16.890 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0:PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -cert serverCaRsa.pem -no-CAfile -cert_chain caRsaTrustStore.pem 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:16.898 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.899 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.899 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:52273] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.899 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:52273, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:16.899 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:52273] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.901 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:16.903 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIChQIBAQIDAP79BALArgQgupUTzaxGqOAVF1J3F++GBrJtYLP9zaTUgmhlGOhn
3sEEMOfPulCFg4yiCilVclHjEs9roOtzZHu26tvm2vSoX+fRIrE6u7CxESTxfGA4
cMVHmaEGAgRl7/soogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (20ms, testOpenSslServerRsaChainTrustRoot).
06:50:16.913 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
OpenSSL 1.1.1n  15 Mar 2022
> exit: 0 (2ms).
[WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.5 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest
06:50:16.920 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:16.921 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:16.921 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:16.922 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.922 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:16.922 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 
Can't use SSL_get_servername
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 245 bytes and written 411 bytes
Verification: OK
---
New, TLSv1.2, Cipher is PSK-AES128-CCM8
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : PSK-AES128-CCM8
    Session-ID: ACC5708248ECF696DCF4D0E57C88008FA32E77F760448E0F5F99F98C24564BA8
    Session-ID-ctx: 
    Master-Key: D4AAF6B9FC56BA620D448E73A9897BBCD783BFBA56D7A95A794803E98FB0FA2BF7D49005711D0AB261B47DEDD753CDF5
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226216
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (525ms, openssl-client, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8).
06:50:17.449 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:17.450 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:17.450 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:17.451 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:17.451 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:17.451 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:17.451 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
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: 39BD5ECD49CA7985E7C8538AE275B8EC183A9DC0387FE46BCC4A379B74085578
    Session-ID-ctx: 
    Master-Key: 8C1004E956AC168DA3BB865D411306DA16F4B0367D347F1C24F7343E8F3EC9DA36674D2DF756D4D9926BD1745DAF9A99
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226217
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (506ms, openssl-client, TLS_PSK_WITH_AES_128_CCM_8).
06:50:17.960 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:17.961 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:17.961 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:17.962 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:17.962 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:17.962 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 06:50:17.962 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
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: 28789C39A5CEFDAECE4F669369B78DD48F97874DACFA9E39BA43E1994C1786AF
    Session-ID-ctx: 
    Master-Key: EED44D49E39EC6260B56558E95315E811DE7BB74E9C684A8B296C6177057483FA88D8089D4714AA5E9F6A07E26A66929
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226217
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (509ms, openssl-client, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
06:50:18.474 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:18.474 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:18.475 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:18.475 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:18.476 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:18.476 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:18.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 s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 
Can't use SSL_get_servername
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 367 bytes and written 508 bytes
Verification: OK
---
New, TLSv1.0, Cipher is ECDHE-PSK-AES128-CBC-SHA256
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-PSK-AES128-CBC-SHA256
    Session-ID: F26CB7C9E684658D7F71B613B45669628B8336D79CC7B77B4A39DBCF241A0E3D
    Session-ID-ctx: 
    Master-Key: 9ED7B93C16D959E6112F4CA56DD33DE1CF2B1CF4BE98546FA888E1DC906BC2BCC7E8F23FAC1F6EC7F8CC6A0557AD2EE5
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226218
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (508ms, openssl-client, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
06:50:18.987 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:18.988 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:18.992 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:18.993 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:18.994 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:18.994 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:18.994 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 
06:50:19.001 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:19.005 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
> exit: 0 (514ms, openssl-client, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256).
06:50:19.511 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:19.511 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:19.515 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:19.515 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:19.516 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:19.516 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:19.516 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 
06:50:19.523 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:19.526 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
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 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: 2227522DF241A30E58FD9B11D6DA8BFF825D5B8E5361B9C5316FF42C365B00F6
    Session-ID-ctx: 
    Master-Key: 5111573B48837C64975AF2A2F9F0EB4D0A063209940173CFB6EC4A193FE911555F777E4D1962C40A78E2BFFCC521F0B2
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226219
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (513ms, openssl-client, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256).
06:50:20.032 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:20.033 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:20.042 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:20.043 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:20.044 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:20.044 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:20.044 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 
06:50:20.051 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:20.057 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
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: 1EB293072F1C8FD8AE95F9AA47EF44D3343997E6969CA58D6BE7FD929299FAD0
    Session-ID-ctx: 
    Master-Key: 17EB8BD6C179ACFA970157DC12E5FD2283FBF9E60F1F0E6960CEB42E831C0E16CCBEBCAD97FEA76FEB788970A11D7978
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226220
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (517ms, openssl-client, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256).
06:50:20.564 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:20.565 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
06:50:20.570 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:20.571 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:20.571 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:20.571 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)
openssl06:50:20.572 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3970)
 s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 
06:50:20.579 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
06:50:20.587 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT
BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ
b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3
WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD
VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT
Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG
RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ
HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ
EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU
E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj
iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a
tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv
c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw
cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R
805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA==
-----END CERTIFICATE-----
subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: RSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1999 bytes and written 1103 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-RSA-AES128-GCM-SHA256
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-RSA-AES128-GCM-SHA256
    Session-ID: 55C2B6D892B2D44ADFE111DE94382E82E18156E1E1F414E88558B31232B6854C
    Session-ID-ctx: 
    Master-Key: C7F33515FE61E9C2F029BD4A1485B23052AE87F729988B2A7322C1365DE7190DFB36B4BF0157EEABEC58768624CB6373
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1710226220
    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, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256).
06:50:21.095 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
OpenSSL 1.1.1n  15 Mar 2022
> exit: 0 (3ms).
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.182 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest
06:50:21.104 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:21.111 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:21.112 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:21.113 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:60524] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.113 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:60524, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:21.113 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:60524] (o.e.c.s.DTLSConnector$Worker.run:3970)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCDahonIL/K/2LfQnYLoifUva6T5Vy+H2mOiuCNxcVDA
pwQwI/TE+sN03Bv26ZnGAJsCFGiFjS2FpLcQbkBfLUqWAD2rEyEAvxfStN1Nxy9J
z9QFoQYCBGXv+y2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
AQ==
-----END SSL SESSION PARAMETERS-----
Shared ciphers:PSK-AES128-CCM8
CIPHER is PSK-AES128-CCM8
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (10ms, openssl-server, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8).
06:50:21.117 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:21.118 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:21.124 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:21.125 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:21.126 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:60920] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.126 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:60920, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:21.126 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:60920] (o.e.c.s.DTLSConnector$Worker.run:3970)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCD8CkmZKeipnRK1coJQyrOa/4qNFz2tvYAuejfmpHb3
dgQw73GvVMCtYEkRmgIa7mQb/xUIknGhbEuhTvHDOZziQNClNZ/7/QfaAF0Mz414
+GnyoQYCBGXv+y2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
AQ==
-----END SSL SESSION PARAMETERS-----
Shared ciphers:PSK-AES128-CCM8
CIPHER is PSK-AES128-CCM8
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (9ms, openssl-server, TLS_PSK_WITH_AES_128_CCM_8).
06:50:21.130 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:21.130 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:21.137 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:21.138 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:21.139 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:40414] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.139 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:40414, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:21.139 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:40414] (o.e.c.s.DTLSConnector$Worker.run:3970)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsA3BCBhf4jbTtQHHSiizWPcVLqhddHMziyaRjhKVlQLwhbq
7gQwka9tXomgXWWQxjbuQzhUmSfshlJmhz41KjbjwQ2FsnD5katgZutFEr00qP3J
NY8ooQYCBGXv+y2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
AQ==
-----END SSL SESSION PARAMETERS-----
Shared ciphers:ECDHE-PSK-AES128-CBC-SHA256
Supported Elliptic Curve Point Formats: uncompressed
Supported Elliptic Groups: P-256:X25519:X448:P-384
Shared Elliptic groups: P-256:X25519:X448:P-384
CIPHER is ECDHE-PSK-AES128-CBC-SHA256
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (12ms, openssl-server, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
06:50:21.146 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:21.146 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:21.152 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:21.153 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:21.153 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:33682] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.153 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:33682, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:21.154 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:33682] (o.e.c.s.DTLSConnector$Worker.run:3970)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsA3BCALSaA2AjiHmnil/B9NWKYJmI9cEYVvgcQJiEfEFlfc
IAQw20XYPDGBJ8EepJLKaVDU5PjkPSl4BgzOWcGjURg+IaHC52z4N6uKk9WOlqfq
5FLZoQYCBGXv+y2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
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 (11ms, openssl-server, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
06:50:21.160 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:21.160 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert server.pem -no-CAfile 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:21.168 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:21.169 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:21.170 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:56322] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.170 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:56322, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:21.170 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:56322] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.171 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:21.173 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIChQIBAQIDAP79BALAKwQgfwmBavHlhzYpTerc5yQOEkmSiVJVW5pziPAI4lYf
8XgEMBNqqyUkjdGpDbxlNC+RqkQQKRX7r2N1WIGykwXQTWU8QHo7bpp2iAnbbhiN
jKn6lKEGAgRl7/stogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ==
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (17ms, openssl-server, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256).
06:50:21.180 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:21.181 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert server.pem -no-CAfile 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:21.189 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:21.189 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:21.190 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:39430] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.190 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:39430] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.190 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:39430, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:21.192 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:21.193 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIChQIBAQIDAP79BALAKwQgi3wNG3b9kllBB8ZzeRH8HPnjxWK6h4Vtj/gAExfn
3K8EMLdLH7vFuAH++Sppulx7F+ll8p5rCZ92joWbybnxDE3bLKaqbdNT3K0H2SMm
bjVkXaEGAgRl7/stogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ==
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (17ms, openssl-server, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256).
06:50:21.200 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:21.201 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert serverRsa.pem -no-CAfile 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:21.209 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:21.210 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:21.210 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:59748] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.210 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:59748, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:21.210 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:59748] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.213 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:21.213 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIChQIBAQIDAP79BALALwQgk/PGl9onLsxlVgb0xL3pc4jG9Gjz+M1qQjUHvO6t
fm4EMD2fQwEIM5Ry0D0IIRpoFBC6O7P/Sb8qKTHvdubGhhvQ1g+aN+NUZTGS5+5Z
Qgs3IaEGAgRl7/stogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ==
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (16ms, openssl-server, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256).
06:50:21.220 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
06:50:21.220 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert serverRsa.pem -no-CAfile 
verify depth is 5
Using default temp DH parameters
ACCEPT
06:50:21.228 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
06:50:21.229 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
06:50:21.229 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:45279] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.229 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:45279, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
06:50:21.229 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:45279] (o.e.c.s.DTLSConnector$Worker.run:3970)
06:50:21.232 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2434)
06:50:21.232 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2471)
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-----
MIIChQIBAQIDAP79BALALwQgIo/clUDFFpN0z9ShjO3rLPNRW3eJJx6nxTzRkgtd
SNMEMJ071kgCsg5Hui3apcizaSeX0WN83+umB/oOpdtXGmgvTXghvlwAbaR6hZ55
EvvCiKEGAgRl7/stogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ==
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (16ms, openssl-server, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256).
06:50:21.239 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.137 s - in org.eclipse.californium.interoperability.test.tinydtls.TinydtlsServerInteroperabilityTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 81, Failures: 0, Errors: 0, Skipped: 27
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-interoperability-tests ---
[INFO] Skipping packaging of the jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-interoperability-tests ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-interoperability-tests ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-interoperability-tests ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-interoperability-tests ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------------< org.eclipse.californium:californium-proxy2 >-------------
[INFO] Building Californium (Cf) Proxy2 3.11.0-RRC-0                    [19/39]
[INFO]   from californium-proxy2/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ californium-proxy2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-proxy2 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-proxy2 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-proxy2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-proxy2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/californium-proxy2/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-proxy2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 30 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-proxy2 ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-proxy2 ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-proxy2 ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-proxy2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-proxy2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-proxy2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 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.012 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.038 s - in org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest
[INFO] Running org.eclipse.californium.proxy2.Coap2CoapTranslatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.proxy2.Coap2CoapTranslatorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-proxy2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-proxy2 ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ californium-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-proxy2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-proxy2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-proxy2 ---
[WARNING] Failed to resolve old artifacts: The following artifacts could not be resolved: org.eclipse.californium:californium-proxy2:jar:2.0.0 (absent): Could not find artifact org.eclipse.californium:californium-proxy2:jar:2.0.0 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/). The API analysis will proceed comparing the new archives against an empty archive.
[INFO] Comparing [] against [org.eclipse.californium:californium-proxy2:jar:3.11.0-RRC-0] (including their transitive dependencies).
[WARNING] The `revapi.ignore` extension is deprecated. Consider using the `revapi.differences` instead.
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-proxy2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-proxy2 ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0-RRC-0/californium-proxy2-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0-RRC-0/californium-proxy2-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0-RRC-0/californium-proxy2-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-proxy2 ---
[INFO] Installing org/eclipse/californium/californium-proxy2/3.11.0-RRC-0/californium-proxy2-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-oscore >------------------
[INFO] Building Cf-OSCORE 3.11.0-RRC-0                                  [20/39]
[INFO]   from cf-oscore/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-oscore ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-oscore ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-oscore ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-oscore ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-oscore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-oscore/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-oscore ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 34 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-release/cf-oscore/src/main/java/org/eclipse/californium/oscore/OSCoreCoapStackFactory.java:[59,26] createCoapStack(java.lang.String,java.lang.String,org.eclipse.californium.elements.config.Configuration,org.eclipse.californium.core.network.Outbox,java.lang.Object) in org.eclipse.californium.core.network.CoapStackFactory has been deprecated
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-oscore ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-oscore ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-oscore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-oscore/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-oscore ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-oscore ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
06:50:33.472 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.480 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP.
06:50:33.481 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS.
06:50:33.481 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP.
[INFO] Running org.eclipse.californium.oscore.ContextRederivationTest

Start ContextRederivationTest
06:50:33.521 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup
06:50:33.529 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted
06:50:33.529 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true
06:50:33.530 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true
06:50:33.555 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable.
06:50:33.561 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true
06:50:33.562 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17.
06:50:33.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17.
06:50:33.574 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.578 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.579 [main] INFO org.eclipse.californium.ban - Started.
06:50:33.580 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.588 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:33.598 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:33.600 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:33.602 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.604 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.604 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:33.604 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192
06:50:33.605 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.606 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:33.606 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:33.606 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.607 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192
06:50:33.613 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.35.255 - eth0.
06:50:33.614 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.614 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.614 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.614 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:33.614 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:33.615 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:33.615 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.615 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.615 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:33.616 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193
06:50:33.616 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.616 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.616 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:33.616 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:33.616 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193
06:50:33.616 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap
06:50:33.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_INITIATE (client will initiate context re-derivation)
06:50:33.648 [: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>
06:50:33.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L2, 127.0.0.1:8192] send request
06:50:33.650 [: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>
06:50:33.654 [: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":0x1900094802FA9581B4466CE2}, 28 BC DB 51 42 C4 73 29 6E 18 2B 46 62 E5 C5 15 E5 A2 4E 4F 34 E7 30 B9 29 5B A3 16 BB 16 E5 C2
06:50:33.655 [: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-1055], CON-POST   MID= 1055, Token=null, OptionSet={"Object-Security":0x1900094802FA9581B4466CE2}, 28 BC DB 51 42 C4 73 29 6E 18 2B 46 62 E5 C5 15 E5 A2 4E 4F 34 E7 30 B9 29 5B A3 16 BB 16 E5 C2
06:50:33.660 [: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-F08CF4A00620B547], CON-POST   MID= 1055, Token=F08CF4A00620B547, OptionSet={"Object-Security":0x1900094802FA9581B4466CE2}, 28 BC DB 51 42 C4 73 29 6E 18 2B 46 62 E5 C5 15 E5 A2 4E 4F 34 E7 30 B9 29 5B A3 16 BB 16 E5 C2
06:50: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:8192-1055], KeyToken[127.0.0.1:8192-F08CF4A00620B547]]
06:50:33.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 58 bytes to 127.0.0.1:8192
06:50:33.665 [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= 1055, Token=F08CF4A00620B547, OptionSet={"Object-Security":0x1900094802FA9581B4466CE2}, 28 BC DB 51 42 C4 73 29 6E 18 2B 46 62 E5 C5 15 E5 A2 4E 4F 34 E7 30 B9 29 5B A3 16 BB 16 E5 C2]
06:50:33.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 58 bytes from 127.0.0.1:8193
06:50:33.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-1055]
06:50:33.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST   MID= 1055, Token=F08CF4A00620B547, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> by CON-GET    MID= 1055, Token=F08CF4A00620B547, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data>
06:50:33.669 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8193
06:50:33.671 [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>
06:50:33.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response)
06:50:33.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]!
06:50:33.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04   MID= 1055, Token=F08CF4A00620B547, OptionSet={"Object-Security":0x101150A980364C447C691E4545A52882632A70}, 1F D3 8D 14 DC 21 93 67 80!
06:50:33.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 43 bytes to 127.0.0.1:8193
06:50:33.675 [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= 1055, Token=F08CF4A00620B547, OptionSet={"Object-Security":0x101150A980364C447C691E4545A52882632A70}, 1F D3 8D 14 DC 21 93 67 80]
06:50:33.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 43 bytes from 127.0.0.1:8192
06:50:33.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:33.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_1 (client has sent the first request in the procedure and is receving the response)
06:50:33.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID= 1055, Token=F08CF4A00620B547, OptionSet={"Object-Security":0x101150A980364C447C691E4545A52882632A70}, <empty data>:
06:50:33.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L2, 127.0.0.1:8192, complete]!
06:50:33.678 [: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-F08CF4A00620B547]
06:50:33.678 [: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-1055]
06:50:33.678 [: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= 1055, Token=F08CF4A00620B547, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> -/- CON-POST   MID= 1055, Token=F08CF4A00620B547, OptionSet={"Object-Security":0x1900094802FA9581B4466CE2}, acked 28 BC DB 51 42 C4 73 29 6E 18 2B 46 62 E5 C5 15 E5 A2 4E 4F 34 E7 30 B9 29 5B A3 16 BB 16 E5 C2!
06:50:33.679 [: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>
06:50:33.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request
06:50:33.680 [: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>
06:50:33.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure)
06:50:33.681 [: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":0x19001A5818A980364C447C691E4545A52882632A70DEEA6F01945195F5}, D0 97 7F 90 54 37 9D E2 F5 EE C7 EA 9C 22 28
06:50:33.681 [: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-1056], CON-POST   MID= 1056, Token=null, OptionSet={"Object-Security":0x19001A5818A980364C447C691E4545A52882632A70DEEA6F01945195F5}, D0 97 7F 90 54 37 9D E2 F5 EE C7 EA 9C 22 28
06:50:33.682 [: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-88DBE2D0666CCD04], CON-POST   MID= 1056, Token=88DBE2D0666CCD04, OptionSet={"Object-Security":0x19001A5818A980364C447C691E4545A52882632A70DEEA6F01945195F5}, D0 97 7F 90 54 37 9D E2 F5 EE C7 EA 9C 22 28
06:50:33.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-1056], KeyToken[127.0.0.1:8192-88DBE2D0666CCD04]]
06:50:33.682 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8192
06:50:33.683 [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= 1056, Token=88DBE2D0666CCD04, OptionSet={"Object-Security":0x19001A5818A980364C447C691E4545A52882632A70DEEA6F01945195F5}, D0 97 7F 90 54 37 9D E2 F5 EE C7 EA 9C 22 28]
06:50:33.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 59 bytes from 127.0.0.1:8193
06:50:33.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-1056]
06:50:33.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure)
06:50:33.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST   MID= 1056, Token=88DBE2D0666CCD04, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID= 1056, Token=88DBE2D0666CCD04, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
06:50:33.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
06:50:33.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding)
06:50:33.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]!
06:50:33.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04   MID= 1056, Token=88DBE2D0666CCD04, OptionSet={"Object-Security":0x}, 50 68 B7 EE 91 D7 A5 30 26 78 BF 45 8D E9 DC 00 FB B7 01 85 36 71!
06:50:33.688 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8193
06:50:33.689 [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= 1056, Token=88DBE2D0666CCD04, OptionSet={"Object-Security":0x}, 50 68 B7 EE 91 D7 A5 30 26 78 BF 45 8D E9 DC 00 FB B7 01 85 36 71]
06:50:33.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8192
06:50:33.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:33.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding)
06:50:33.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]!
06:50:33.690 [: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-88DBE2D0666CCD04]
06:50:33.690 [: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-1056]
06:50:33.690 [: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= 1056, Token=88DBE2D0666CCD04, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID= 1056, Token=88DBE2D0666CCD04, OptionSet={"Object-Security":0x19001A5818A980364C447C691E4545A52882632A70DEEA6F01945195F5}, acked D0 97 7F 90 54 37 9D E2 F5 EE C7 EA 9C 22 28!
==[ CoAP Response ]============================================
MID    : 1056
Token  : 88DBE2D0666CCD04
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 70 ms
Payload: 12 Bytes
===============================================================
06:50:33.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L5, 127.0.0.1:8192] send request
06:50:33.693 [: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>
06:50:33.694 [: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}, 1C 56 74 41 E1 BC 92 F6 D7 8B 06 4B A5 01 EA
06:50:33.695 [: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-1057], CON-POST   MID= 1057, Token=null, OptionSet={"Object-Security":0x0901}, 1C 56 74 41 E1 BC 92 F6 D7 8B 06 4B A5 01 EA
06:50:33.695 [: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-F410E8E9E6CB03CE], CON-POST   MID= 1057, Token=F410E8E9E6CB03CE, OptionSet={"Object-Security":0x0901}, 1C 56 74 41 E1 BC 92 F6 D7 8B 06 4B A5 01 EA
06:50:33.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-1057], KeyToken[127.0.0.1:8192-F410E8E9E6CB03CE]]
06:50:33.695 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8192
06:50:33.696 [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= 1057, Token=F410E8E9E6CB03CE, OptionSet={"Object-Security":0x0901}, 1C 56 74 41 E1 BC 92 F6 D7 8B 06 4B A5 01 EA]
06:50:33.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 31 bytes from 127.0.0.1:8193
06:50:33.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-1057]
06:50:33.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST   MID= 1057, Token=F410E8E9E6CB03CE, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID= 1057, Token=F410E8E9E6CB03CE, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
06:50:33.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
06:50:33.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]!
06:50:33.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04   MID= 1057, Token=F410E8E9E6CB03CE, OptionSet={"Object-Security":0x}, 1D 3F 9D 12 F9 DC 33 A4 18 0F 73 51 57 6B 02 A3 E0 96 4B EB 3D CC!
06:50:33.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8193
06:50:33.698 [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= 1057, Token=F410E8E9E6CB03CE, OptionSet={"Object-Security":0x}, 1D 3F 9D 12 F9 DC 33 A4 18 0F 73 51 57 6B 02 A3 E0 96 4B EB 3D CC]
06:50:33.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8192
06:50:33.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:33.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192, complete]!
06:50:33.699 [: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-F410E8E9E6CB03CE]
06:50:33.699 [: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-1057]
06:50:33.699 [: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= 1057, Token=F410E8E9E6CB03CE, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID= 1057, Token=F410E8E9E6CB03CE, OptionSet={"Object-Security":0x0901}, acked 1C 56 74 41 E1 BC 92 F6 D7 8B 06 4B A5 01 EA!
==[ CoAP Response ]============================================
MID    : 1057
Token  : F410E8E9E6CB03CE
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 5 ms
Payload: 12 Bytes
===============================================================
06:50:33.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L7, 127.0.0.1:8192] send request
06:50:33.700 [: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>
06:50:33.701 [: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}, 21 19 3A 5C 67 A6 93 56 65 0B BE 45 54 C7 8C
06:50:33.701 [: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-1058], CON-POST   MID= 1058, Token=null, OptionSet={"Object-Security":0x0902}, 21 19 3A 5C 67 A6 93 56 65 0B BE 45 54 C7 8C
06:50:33.701 [: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-78E3C748054CE306], CON-POST   MID= 1058, Token=78E3C748054CE306, OptionSet={"Object-Security":0x0902}, 21 19 3A 5C 67 A6 93 56 65 0B BE 45 54 C7 8C
06:50:33.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-1058], KeyToken[127.0.0.1:8192-78E3C748054CE306]]
06:50:33.702 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8192
06:50:33.702 [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= 1058, Token=78E3C748054CE306, OptionSet={"Object-Security":0x0902}, 21 19 3A 5C 67 A6 93 56 65 0B BE 45 54 C7 8C]
06:50:33.702 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 31 bytes from 127.0.0.1:8193
06:50:33.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-1058]
06:50:33.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST   MID= 1058, Token=78E3C748054CE306, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID= 1058, Token=78E3C748054CE306, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
06:50:33.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
06:50:33.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]!
06:50:33.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04   MID= 1058, Token=78E3C748054CE306, OptionSet={"Object-Security":0x}, 4B A9 60 A2 62 11 64 7B B4 4A 97 5F 12 C6 C1 D6 41 B2 F5 F3 8F 12!
06:50:33.704 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8193
06:50:33.705 [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= 1058, Token=78E3C748054CE306, OptionSet={"Object-Security":0x}, 4B A9 60 A2 62 11 64 7B B4 4A 97 5F 12 C6 C1 D6 41 B2 F5 F3 8F 12]
06:50:33.705 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8192
06:50:33.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:33.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192, complete]!
06:50:33.706 [: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-78E3C748054CE306]
06:50:33.706 [: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-1058]
06:50:33.706 [: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= 1058, Token=78E3C748054CE306, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID= 1058, Token=78E3C748054CE306, OptionSet={"Object-Security":0x0902}, acked 21 19 3A 5C 67 A6 93 56 65 0B BE 45 54 C7 8C!
==[ CoAP Response ]============================================
MID    : 1058
Token  : 78E3C748054CE306
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 5 ms
Payload: 12 Bytes
===============================================================
06:50:33.706 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:33.707 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192
06:50:33.707 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192
06:50:33.707 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ...
06:50:33.707 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1
06:50:33.707 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped.
06:50:33.707 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192
06:50:33.707 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest

Start ContextRederivationTest
06:50:33.709 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.709 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.709 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.709 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:33.709 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:33.747 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:33.747 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.747 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.747 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:33.747 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194
06:50:33.747 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.747 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.747 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:33.747 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194
06:50:33.747 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:33.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9, 127.0.0.1:8194] send request
06:50:33.748 [: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>
06:50:33.749 [: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
06:50:33.749 [: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-63108], CON-POST   MID=63108, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
06:50:33.749 [: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-D064952A2D6665B5], CON-POST   MID=63108, Token=D064952A2D6665B5, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
06:50: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:8194-63108], KeyToken[127.0.0.1:8194-D064952A2D6665B5]]
06:50: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 31 bytes to 127.0.0.1:8194
06:50:33.750 [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=63108, Token=D064952A2D6665B5, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42]
06:50:33.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 31 bytes from 127.0.0.1:8193
06:50:33.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-63108]
06:50:33.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation)
06:50:33.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST   MID=63108, Token=D064952A2D6665B5, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=63108, Token=D064952A2D6665B5, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
06:50:33.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
06:50:33.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response)
06:50:33.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]!
06:50:33.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04   MID=63108, Token=D064952A2D6665B5, OptionSet={"Object-Security":0x101150C48A3199398199EF8AD0425D1E9A1353}, 34 FC A4 47 EB 43 5F 5C FB!
06:50:33.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 43 bytes to 127.0.0.1:8193
06:50:33.754 [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=63108, Token=D064952A2D6665B5, OptionSet={"Object-Security":0x101150C48A3199398199EF8AD0425D1E9A1353}, 34 FC A4 47 EB 43 5F 5C FB]
06:50: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:8193) received 43 bytes from 127.0.0.1:8194
06:50:33.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:33.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client received response with server initiated re-derivation)
06:50:33.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=63108, Token=D064952A2D6665B5, OptionSet={"Object-Security":0x101150C48A3199398199EF8AD0425D1E9A1353}, <empty data>:
06:50:33.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]!
06:50:33.755 [: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-D064952A2D6665B5]
06:50:33.755 [: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-63108]
06:50:33.755 [: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=63108, Token=D064952A2D6665B5, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=63108, Token=D064952A2D6665B5, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42!
==[ CoAP Response ]============================================
MID    : 63108
Token  : D064952A2D6665B5
Type   : ACK
Status : 4.01 - UNAUTHORIZED
Options: {"Object-Security":0x101150C48A3199398199EF8AD0425D1E9A1353}
RTT    : 7 ms
Payload: 0 Bytes
===============================================================
06:50:33.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L11, 127.0.0.1:8194] send request
06:50:33.756 [: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>
06:50:33.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure)
06:50:33.757 [: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":0x19001A5818C48A3199398199EF8AD0425D1E9A13538C32E5149A4E2840}, 3D 45 A6 9B 79 CB FD 6B 92 5C E9 15 7B 34 01
06:50:33.757 [: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-63109], CON-POST   MID=63109, Token=null, OptionSet={"Object-Security":0x19001A5818C48A3199398199EF8AD0425D1E9A13538C32E5149A4E2840}, 3D 45 A6 9B 79 CB FD 6B 92 5C E9 15 7B 34 01
06:50:33.758 [: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-D4C91288DD562A4F], CON-POST   MID=63109, Token=D4C91288DD562A4F, OptionSet={"Object-Security":0x19001A5818C48A3199398199EF8AD0425D1E9A13538C32E5149A4E2840}, 3D 45 A6 9B 79 CB FD 6B 92 5C E9 15 7B 34 01
06:50:33.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-63109], KeyToken[127.0.0.1:8194-D4C91288DD562A4F]]
06:50:33.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 59 bytes to 127.0.0.1:8194
06:50:33.759 [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=63109, Token=D4C91288DD562A4F, OptionSet={"Object-Security":0x19001A5818C48A3199398199EF8AD0425D1E9A13538C32E5149A4E2840}, 3D 45 A6 9B 79 CB FD 6B 92 5C E9 15 7B 34 01]
06:50:33.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 59 bytes from 127.0.0.1:8193
06:50:33.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-63109]
06:50:33.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure)
06:50:33.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST   MID=63109, Token=D4C91288DD562A4F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=63109, Token=D4C91288DD562A4F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
06:50:33.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
06:50:33.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding)
06:50:33.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]!
06:50:33.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04   MID=63109, Token=D4C91288DD562A4F, OptionSet={"Object-Security":0x}, 7C 67 88 A3 2F 63 5C 82 78 B3 0B F0 17 29 A5 2A 5C CA 78 AC C0 51!
06:50: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 36 bytes to 127.0.0.1:8193
06:50:33.762 [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=63109, Token=D4C91288DD562A4F, OptionSet={"Object-Security":0x}, 7C 67 88 A3 2F 63 5C 82 78 B3 0B F0 17 29 A5 2A 5C CA 78 AC C0 51]
06:50: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:8193) received 36 bytes from 127.0.0.1:8194
06:50:33.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:33.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding)
06:50:33.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8194, complete]!
06:50:33.762 [: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-D4C91288DD562A4F]
06:50:33.763 [: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-63109]
06:50:33.763 [: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=63109, Token=D4C91288DD562A4F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=63109, Token=D4C91288DD562A4F, OptionSet={"Object-Security":0x19001A5818C48A3199398199EF8AD0425D1E9A13538C32E5149A4E2840}, acked 3D 45 A6 9B 79 CB FD 6B 92 5C E9 15 7B 34 01!
==[ CoAP Response ]============================================
MID    : 63109
Token  : D4C91288DD562A4F
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 6 ms
Payload: 12 Bytes
===============================================================
06:50:33.763 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:33.763 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194
06:50:33.763 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194
06:50:33.763 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ...
06:50:33.763 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1
06:50:33.764 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped.
06:50:33.764 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194
06:50:33.764 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest
06:50:33.764 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:33.764 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193
06:50:33.764 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193
06:50:33.764 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ...
06:50:33.764 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0
06:50:33.764 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped.
06:50:33.764 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193
06:50:33.765 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in org.eclipse.californium.oscore.ContextRederivationTest
[INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest

Start OSCoreAlgorithmsTest
06:50:33.768 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.768 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.768 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.768 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:33.769 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:33.769 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:33.769 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.769 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.769 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:33.769 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195
06:50:33.769 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:33.770 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8195, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.770 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:33.770 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8195
06:50:33.770 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.770 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.771 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.771 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:33.771 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:33.771 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:33.771 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.771 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.771 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:33.771 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196
06:50:33.771 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.771 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8196, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:33.772 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:33.772 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8196
06:50:33.772 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8196 for coap
06:50:33.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8195] send request
06:50:33.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8195] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:33.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8195] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED
06:50:33.773 [: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-5291], CON-POST   MID= 5291, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED
06:50:33.773 [: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-3C8D05F066A5478E], CON-POST   MID= 5291, Token=3C8D05F066A5478E, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED
06:50:33.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-5291], KeyToken[127.0.0.1:8195-3C8D05F066A5478E]]
06:50:33.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8195
06:50:33.774 [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= 5291, Token=3C8D05F066A5478E, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED]
06:50:33.774 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8195) received 41 bytes from 127.0.0.1:8196
06:50:33.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-5291]
06:50:33.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196] replace CON-POST   MID= 5291, Token=3C8D05F066A5478E, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID= 5291, Token=3C8D05F066A5478E, OptionSet={"Object-Security":0x}, "client says hi"
server received request
06:50:33.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8196] send response NON-2.05   MID= 5291, Token=null, OptionSet={}, "server responds hi"
06:50:33.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196, complete]!
06:50:33.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8196, complete] completed NON-2.04   MID= 5291, Token=3C8D05F066A5478E, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80!
06:50:33.775 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8196
06:50:33.776 [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= 5291, Token=3C8D05F066A5478E, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80]
06:50:33.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8196) received 42 bytes from 127.0.0.1:8195
06:50:33.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:8195-5291]
06:50:33.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:33.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8195, complete]!
06:50:33.776 [: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-3C8D05F066A5478E]
06:50:33.777 [: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-5291]
06:50:33.777 [: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= 5291, Token=3C8D05F066A5478E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 5291, Token=3C8D05F066A5478E, OptionSet={"Object-Security":0x090002}, acked C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED!
client received response
06:50:33.777 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:33.777 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195
06:50:33.777 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8195
06:50:33.777 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] stopping ...
06:50:33.777 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /127.0.0.1
06:50:33.777 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] has stopped.
06:50:33.777 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8195
06:50:33.778 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
06:50:33.778 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:33.778 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195
06:50:33.778 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8196
06:50:33.778 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8196
06:50:33.778 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] stopping ...
06:50:33.778 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /0.0.0.0
06:50:33.778 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] has stopped.
06:50:33.778 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8196

Start OSCoreAlgorithmsTest
06:50:33.780 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.780 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.780 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.780 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:33.780 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:33.781 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:33.781 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.781 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.781 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:33.781 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197
06:50:33.781 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:33.782 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8197, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.782 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:33.782 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8197
06:50:33.782 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.782 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.782 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.782 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:33.783 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:33.846 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:33.847 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.847 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.847 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:33.847 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198
06:50:33.847 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.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]]
06:50:33.847 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8198, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.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]]
06:50:33.847 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8198
06:50:33.847 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8198 for coap
06:50:33.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15, 127.0.0.1:8197] send request
06:50:33.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15, 127.0.0.1:8197] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:33.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8197] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50
06:50:33.849 [: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-42084], CON-POST   MID=42084, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50
06:50:33.849 [: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-38B37084DD077EDA], CON-POST   MID=42084, Token=38B37084DD077EDA, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50
06:50:33.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8197-42084], KeyToken[127.0.0.1:8197-38B37084DD077EDA]]
06:50:33.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 49 bytes to 127.0.0.1:8197
06:50:33.850 [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=42084, Token=38B37084DD077EDA, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50]
06:50:33.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8197) received 49 bytes from 127.0.0.1:8198
06:50:33.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8198-42084]
06:50:33.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198] replace CON-POST   MID=42084, Token=38B37084DD077EDA, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=42084, Token=38B37084DD077EDA, OptionSet={"Object-Security":0x}, "client says hi"
server received request
06:50:33.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8198] send response NON-2.05   MID=42084, Token=null, OptionSet={}, "server responds hi"
06:50:33.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198, complete]!
06:50:33.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8198, complete] completed NON-2.04   MID=42084, Token=38B37084DD077EDA, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes!
06:50: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 50 bytes to 127.0.0.1:8198
06:50:33.853 [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=42084, Token=38B37084DD077EDA, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes]
06:50: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:8198) received 50 bytes from 127.0.0.1:8197
06:50: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:8197-42084]
06:50:33.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:33.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8197, complete]!
06:50:33.853 [: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-38B37084DD077EDA]
06:50:33.854 [: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-42084]
06:50:33.854 [: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=42084, Token=38B37084DD077EDA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=42084, Token=38B37084DD077EDA, OptionSet={"Object-Security":0x090002}, acked 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50!
client received response
06:50:33.854 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:33.854 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197
06:50:33.854 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8197
06:50:33.854 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] stopping ...
06:50:33.854 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /127.0.0.1
06:50:33.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] has stopped.
06:50:33.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8197
06:50:33.855 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
06:50:33.855 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:33.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197
06:50:33.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8198
06:50:33.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8198
06:50:33.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] stopping ...
06:50:33.855 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /0.0.0.0
06:50:33.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] has stopped.
06:50:33.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8198

Start OSCoreAlgorithmsTest
06:50:33.856 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.857 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.857 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.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
06:50:33.857 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:33.858 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:33.858 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.858 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.858 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:33.858 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199
06:50:33.858 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:33.858 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8199, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.858 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:33.858 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8199
06:50:33.859 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.859 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.859 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.859 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:33.859 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:33.859 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:33.859 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.859 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.860 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:33.860 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200
06:50:33.860 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.860 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8200, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:33.860 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:33.860 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8200
06:50:33.860 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8200 for coap
06:50:33.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17, 127.0.0.1:8199] send request
06:50:33.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17, 127.0.0.1:8199] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:33.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8199] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B
06:50:33.861 [: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-45431], CON-POST   MID=45431, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B
06:50:33.861 [: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-A802171825D0412D], CON-POST   MID=45431, Token=A802171825D0412D, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B
06:50:33.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-45431], KeyToken[127.0.0.1:8199-A802171825D0412D]]
06:50: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 41 bytes to 127.0.0.1:8199
06:50:33.862 [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=45431, Token=A802171825D0412D, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B]
06:50:33.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8199) received 41 bytes from 127.0.0.1:8200
06:50:33.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-45431]
06:50:33.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200] replace CON-POST   MID=45431, Token=A802171825D0412D, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=45431, Token=A802171825D0412D, OptionSet={"Object-Security":0x}, "client says hi"
server received request
06:50:33.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18, 127.0.0.1:8200] send response NON-2.05   MID=45431, Token=null, OptionSet={}, "server responds hi"
06:50:33.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200, complete]!
06:50:33.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, 127.0.0.1:8200, complete] completed NON-2.04   MID=45431, Token=A802171825D0412D, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49!
06:50: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:8200
06:50:33.864 [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=45431, Token=A802171825D0412D, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49]
06:50: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:8200) received 42 bytes from 127.0.0.1:8199
06:50: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:8199-45431]
06:50:33.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:33.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8199, complete]!
06:50:33.865 [: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-A802171825D0412D]
06:50:33.865 [: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-45431]
06:50:33.865 [: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=45431, Token=A802171825D0412D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=45431, Token=A802171825D0412D, OptionSet={"Object-Security":0x090002}, acked F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B!
client received response
06:50:33.865 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:33.865 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199
06:50:33.865 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8199
06:50:33.865 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] stopping ...
06:50:33.865 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /127.0.0.1
06:50:33.865 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] has stopped.
06:50:33.865 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8199
06:50:33.866 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
06:50:33.866 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:33.866 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199
06:50:33.866 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8200
06:50:33.866 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8200
06:50:33.866 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] stopping ...
06:50:33.866 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /0.0.0.0
06:50:33.866 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] has stopped.
06:50:33.866 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8200

Start OSCoreAlgorithmsTest
06:50:33.867 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.867 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.867 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.867 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:33.867 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:33.868 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:33.868 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.868 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.868 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:33.868 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201
06:50:33.868 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:33.868 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8201, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.868 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8201
06:50:33.868 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:33.869 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.869 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:33.869 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:33.869 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:33.869 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:33.869 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:33.869 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:33.869 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:33.869 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:33.869 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202
06:50:33.869 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:33.869 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8202, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:33.870 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8202
06:50:33.870 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:33.870 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8202 for coap
06:50:33.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:33.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19, 127.0.0.1:8201] send request
06:50:33.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:33.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C
06:50:33.871 [: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-14901], CON-POST   MID=14901, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C
06:50:33.871 [: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-6414778E4412361D], CON-POST   MID=14901, Token=6414778E4412361D, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C
06:50:33.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-14901], KeyToken[127.0.0.1:8201-6414778E4412361D]]
06:50:33.872 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8201
06:50:33.872 [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=14901, Token=6414778E4412361D, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C]
06:50:33.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 49 bytes from 127.0.0.1:8202
06:50:33.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-14901]
06:50:33.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202] replace CON-POST   MID=14901, Token=6414778E4412361D, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=14901, Token=6414778E4412361D, OptionSet={"Object-Security":0x}, "client says hi"
server received request
06:50:33.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8202] send response NON-2.05   MID=14901, Token=null, OptionSet={}, "server responds hi"
06:50:33.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202, complete]!
06:50:33.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8202, complete] completed NON-2.04   MID=14901, Token=6414778E4412361D, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes!
06:50:33.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 50 bytes to 127.0.0.1:8202
06:50:33.875 [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=14901, Token=6414778E4412361D, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes]
06:50:33.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 50 bytes from 127.0.0.1:8201
06:50:33.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-14901]
06:50:33.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:33.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8201, complete]!
06:50:33.875 [: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-6414778E4412361D]
06:50:33.875 [: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-14901]
06:50:33.875 [: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=14901, Token=6414778E4412361D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=14901, Token=6414778E4412361D, OptionSet={"Object-Security":0x090002}, acked 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C!
client received response
06:50:33.876 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:33.876 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201
06:50:33.876 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8201
06:50:33.876 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] stopping ...
06:50:33.876 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /127.0.0.1
06:50:33.876 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] has stopped.
06:50:33.876 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8201
06:50:33.877 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
06:50:33.877 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:33.877 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201
06:50:33.877 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8202
06:50:33.877 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8202
06:50:33.877 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] stopping ...
06:50:33.877 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /0.0.0.0
06:50:33.877 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] has stopped.
06:50:33.877 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8202

Start OSCoreAlgorithmsTest
06:50:33.880 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm
End OSCoreAlgorithmsTest
06:50:33.882 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest
[INFO] Running org.eclipse.californium.oscore.EncryptorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.oscore.EncryptorTest
[INFO] Running org.eclipse.californium.oscore.ByteIdTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.ByteIdTest
[INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.californium.oscore.HashMapCtxDBTest
[INFO] Running org.eclipse.californium.oscore.OptionJuggleTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OptionJuggleTest
[INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest
06:50:33.947 [main] INFO org.eclipse.californium.elements.config.Configuration - writing properties to /home/jenkins/agent/workspace/californium-release/cf-oscore/Californium3.properties
06:50:33.957 [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.01 s - in org.eclipse.californium.oscore.OSCoreCtxTest
[INFO] Running org.eclipse.californium.oscore.OSCoreTest
06:50:33.959 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.959 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.961 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.962 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.962 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
06:50:33.962 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
06:50:33.963 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.963 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid
06:50:33.963 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.963 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.964 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.965 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.965 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.970 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.970 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
The generated AAD:
85 1 81 a 41 0 41 14 40 
The predicted AAD:
85 1 81 a 41 0 41 14 40 
06:50:33.971 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.971 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.972 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.972 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.974 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.974 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context
06:50:33.974 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
06:50:33.974 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.974 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
The generated AAD:
85 1 81 a 41 0 41 0 40 
The predicted AAD:
85 1 81 a 41 0 41 0 40 
06:50:33.975 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.975 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
The generated nonce:
bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed 
The predicted nonce:
bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed 
06:50:33.976 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.976 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.977 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.978 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.978 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.980 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context
06:50:33.980 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.980 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.982 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.982 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.982 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.982 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
The generated nonce:
6 0 c b b b b 3 5 5 3 d f 
The predicted nonce:
6 0 c b b b b 3 5 5 3 d f 
06:50:33.983 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.983 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.984 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.984 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.985 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:33.985 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:33.986 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:33.986 [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.027 s - in org.eclipse.californium.oscore.OSCoreTest
[INFO] Running org.eclipse.californium.oscore.OSSerializerTest
06:50:33.987 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null
06:50:33.987 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
06:50:33.987 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null
06:50:33.988 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid
06:50:33.988 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number
06:50:33.988 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid
06:50:33.989 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid
06:50:33.989 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null
06:50:33.990 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.californium.oscore.OSSerializerTest
[INFO] Running org.eclipse.californium.oscore.EncryptorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.EncryptorTest
[INFO] Running org.eclipse.californium.oscore.DecryptorTest
06:50:33.991 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.047 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.047 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.DecryptorTest
[INFO] Running org.eclipse.californium.oscore.ContextRederivationTest

Start ContextRederivationTest
06:50:34.048 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.048 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.048 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.048 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.048 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:34.048 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:34.048 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.048 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.049 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:34.049 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203
06:50:34.049 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.049 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8203, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:34.049 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:34.049 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203
06:50:34.049 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.049 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.049 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.049 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.050 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:34.050 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:34.050 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.050 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.050 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:34.050 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204
06:50:34.050 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.050 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8204, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:34.050 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8204
06:50:34.050 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:34.050 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8204 for coap
06:50:34.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_INITIATE (client will initiate context re-derivation)
06:50:34.051 [: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>
06:50:34.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L22, 127.0.0.1:8203] send request
06:50:34.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L22, 127.0.0.1:8203] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data>
06:50:34.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22, 127.0.0.1:8203] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x1900094858D1D25C7A846DC2}, 74 31 0C 91 93 25 FE CB 23 E9 F6 D5 BE 66 20 77 DC A1 1E D0 2A FF BC 01 82 DA 2D 71 87 60 00 9A
06:50:34.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L22, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-49721], CON-POST   MID=49721, Token=null, OptionSet={"Object-Security":0x1900094858D1D25C7A846DC2}, 74 31 0C 91 93 25 FE CB 23 E9 F6 D5 BE 66 20 77 DC A1 1E D0 2A FF BC 01 82 DA 2D 71 87 60 00 9A
06:50:34.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L22, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-98693D599D5D6F35], CON-POST   MID=49721, Token=98693D599D5D6F35, OptionSet={"Object-Security":0x1900094858D1D25C7A846DC2}, 74 31 0C 91 93 25 FE CB 23 E9 F6 D5 BE 66 20 77 DC A1 1E D0 2A FF BC 01 82 DA 2D 71 87 60 00 9A
06:50:34.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-49721], KeyToken[127.0.0.1:8203-98693D599D5D6F35]]
06:50:34.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 58 bytes to 127.0.0.1:8203
06:50:34.053 [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=49721, Token=98693D599D5D6F35, OptionSet={"Object-Security":0x1900094858D1D25C7A846DC2}, 74 31 0C 91 93 25 FE CB 23 E9 F6 D5 BE 66 20 77 DC A1 1E D0 2A FF BC 01 82 DA 2D 71 87 60 00 9A]
06:50:34.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 58 bytes from 127.0.0.1:8204
06:50:34.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-49721]
06:50:34.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, 127.0.0.1:8204] replace CON-POST   MID=49721, Token=98693D599D5D6F35, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> by CON-GET    MID=49721, Token=98693D599D5D6F35, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data>
06:50:34.054 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8204
06:50:34.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R23, 127.0.0.1:8204] send response null-4.04   MID=   -1, Token=null, OptionSet={}, <empty data>
06:50:34.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response)
06:50:34.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, 127.0.0.1:8204, complete]!
06:50:34.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R23, 127.0.0.1:8204, complete] completed ACK-2.04   MID=49721, Token=98693D599D5D6F35, OptionSet={"Object-Security":0x1011500F9DFE13F85F52151E7393C248FDB491}, AA B1 71 CB C9 42 31 68 37!
06:50:34.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 43 bytes to 127.0.0.1:8204
06:50:34.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T65) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04   MID=49721, Token=98693D599D5D6F35, OptionSet={"Object-Security":0x1011500F9DFE13F85F52151E7393C248FDB491}, AA B1 71 CB C9 42 31 68 37]
06:50:34.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 43 bytes from 127.0.0.1:8203
06:50:34.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:34.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_1 (client has sent the first request in the procedure and is receving the response)
06:50:34.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=49721, Token=98693D599D5D6F35, OptionSet={"Object-Security":0x1011500F9DFE13F85F52151E7393C248FDB491}, <empty data>:
06:50:34.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22, 127.0.0.1:8203, complete]!
06:50:34.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L22, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-98693D599D5D6F35]
06:50:34.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L22, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-49721]
06:50:34.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L22, 127.0.0.1:8203, complete] completed CON-GET    MID=49721, Token=98693D599D5D6F35, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> -/- CON-POST   MID=49721, Token=98693D599D5D6F35, OptionSet={"Object-Security":0x1900094858D1D25C7A846DC2}, acked 74 31 0C 91 93 25 FE CB 23 E9 F6 D5 BE 66 20 77 DC A1 1E D0 2A FF BC 01 82 DA 2D 71 87 60 00 9A!
06:50:34.056 [: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>
06:50:34.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21, 127.0.0.1:8203] send request
06:50:34.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21, 127.0.0.1:8203] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
06:50:34.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure)
06:50:34.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x19001A58180F9DFE13F85F52151E7393C248FDB491E489EB50C1F00525}, 73 DA A9 14 D4 F5 5A C9 D2 E2 5C AE 8E 0D 27
06:50:34.057 [: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-49722], CON-POST   MID=49722, Token=null, OptionSet={"Object-Security":0x19001A58180F9DFE13F85F52151E7393C248FDB491E489EB50C1F00525}, 73 DA A9 14 D4 F5 5A C9 D2 E2 5C AE 8E 0D 27
06:50:34.057 [: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-60DBDDCA65FF8F71], CON-POST   MID=49722, Token=60DBDDCA65FF8F71, OptionSet={"Object-Security":0x19001A58180F9DFE13F85F52151E7393C248FDB491E489EB50C1F00525}, 73 DA A9 14 D4 F5 5A C9 D2 E2 5C AE 8E 0D 27
06:50:34.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-49722], KeyToken[127.0.0.1:8203-60DBDDCA65FF8F71]]
06:50: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 59 bytes to 127.0.0.1:8203
06:50:34.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T62) 127.0.0.1:8,204 ==> :8,203 [CON-POST   MID=49722, Token=60DBDDCA65FF8F71, OptionSet={"Object-Security":0x19001A58180F9DFE13F85F52151E7393C248FDB491E489EB50C1F00525}, 73 DA A9 14 D4 F5 5A C9 D2 E2 5C AE 8E 0D 27]
06:50:34.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 59 bytes from 127.0.0.1:8204
06:50:34.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-49722]
06:50:34.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure)
06:50:34.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8204] replace CON-POST   MID=49722, Token=60DBDDCA65FF8F71, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=49722, Token=60DBDDCA65FF8F71, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
06:50:34.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R24, 127.0.0.1:8204] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
06:50:34.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding)
06:50:34.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8204, complete]!
06:50:34.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, 127.0.0.1:8204, complete] completed ACK-2.04   MID=49722, Token=60DBDDCA65FF8F71, OptionSet={"Object-Security":0x}, AF D9 AD 9B 4A A3 46 EF F4 85 20 C9 02 93 A3 91 99 99 0C 42 C2 4C!
06:50:34.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 36 bytes to 127.0.0.1:8204
06:50:34.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T65) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04   MID=49722, Token=60DBDDCA65FF8F71, OptionSet={"Object-Security":0x}, AF D9 AD 9B 4A A3 46 EF F4 85 20 C9 02 93 A3 91 99 99 0C 42 C2 4C]
06:50: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:8204) received 36 bytes from 127.0.0.1:8203
06:50:34.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:34.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding)
06:50:34.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203, complete]!
06:50:34.060 [: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-60DBDDCA65FF8F71]
06:50:34.060 [: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-49722]
06:50:34.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L21, 127.0.0.1:8203, complete] completed CON-GET    MID=49722, Token=60DBDDCA65FF8F71, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=49722, Token=60DBDDCA65FF8F71, OptionSet={"Object-Security":0x19001A58180F9DFE13F85F52151E7393C248FDB491E489EB50C1F00525}, acked 73 DA A9 14 D4 F5 5A C9 D2 E2 5C AE 8E 0D 27!
==[ CoAP Response ]============================================
MID    : 49722
Token  : 60DBDDCA65FF8F71
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 9 ms
Payload: 12 Bytes
===============================================================
06:50:34.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8203] send request
06:50:34.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8203] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
06:50:34.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8203] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, E2 BB 2E EE C1 73 69 C2 4A AC 0D FC 9B 05 A2
06:50:34.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-49723], CON-POST   MID=49723, Token=null, OptionSet={"Object-Security":0x0901}, E2 BB 2E EE C1 73 69 C2 4A AC 0D FC 9B 05 A2
06:50:34.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-44AA58ADB2117A49], CON-POST   MID=49723, Token=44AA58ADB2117A49, OptionSet={"Object-Security":0x0901}, E2 BB 2E EE C1 73 69 C2 4A AC 0D FC 9B 05 A2
06:50: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:8203-49723], KeyToken[127.0.0.1:8203-44AA58ADB2117A49]]
06:50: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 31 bytes to 127.0.0.1:8203
06:50:34.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T62) 127.0.0.1:8,204 ==> :8,203 [CON-POST   MID=49723, Token=44AA58ADB2117A49, OptionSet={"Object-Security":0x0901}, E2 BB 2E EE C1 73 69 C2 4A AC 0D FC 9B 05 A2]
06:50:34.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 31 bytes from 127.0.0.1:8204
06:50:34.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-49723]
06:50:34.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8204] replace CON-POST   MID=49723, Token=44AA58ADB2117A49, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=49723, Token=44AA58ADB2117A49, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
06:50:34.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R26, 127.0.0.1:8204] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
06:50:34.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8204, complete]!
06:50:34.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, 127.0.0.1:8204, complete] completed ACK-2.04   MID=49723, Token=44AA58ADB2117A49, OptionSet={"Object-Security":0x}, 60 FB 87 03 BB A9 01 4E 2C AB E2 5F AF E3 AF 51 41 7C F2 BB EE F4!
06:50:34.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 36 bytes to 127.0.0.1:8204
06:50:34.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T65) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04   MID=49723, Token=44AA58ADB2117A49, OptionSet={"Object-Security":0x}, 60 FB 87 03 BB A9 01 4E 2C AB E2 5F AF E3 AF 51 41 7C F2 BB EE F4]
06:50: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:8204) received 36 bytes from 127.0.0.1:8203
06:50:34.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:34.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8203, complete]!
06:50:34.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-44AA58ADB2117A49]
06:50:34.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-49723]
06:50:34.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L25, 127.0.0.1:8203, complete] completed CON-GET    MID=49723, Token=44AA58ADB2117A49, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=49723, Token=44AA58ADB2117A49, OptionSet={"Object-Security":0x0901}, acked E2 BB 2E EE C1 73 69 C2 4A AC 0D FC 9B 05 A2!
==[ CoAP Response ]============================================
MID    : 49723
Token  : 44AA58ADB2117A49
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 3 ms
Payload: 12 Bytes
===============================================================
06:50:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8203] send request
06:50:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8203] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
06:50:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8203] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 2D 05 AD 9B 17 03 89 EF F7 34 5C 9E 2D 5D 9F
06:50:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-49724], CON-POST   MID=49724, Token=null, OptionSet={"Object-Security":0x0902}, 2D 05 AD 9B 17 03 89 EF F7 34 5C 9E 2D 5D 9F
06:50:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-8CF9A9D2822A1066], CON-POST   MID=49724, Token=8CF9A9D2822A1066, OptionSet={"Object-Security":0x0902}, 2D 05 AD 9B 17 03 89 EF F7 34 5C 9E 2D 5D 9F
06:50:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-49724], KeyToken[127.0.0.1:8203-8CF9A9D2822A1066]]
06:50: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 31 bytes to 127.0.0.1:8203
06:50:34.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T62) 127.0.0.1:8,204 ==> :8,203 [CON-POST   MID=49724, Token=8CF9A9D2822A1066, OptionSet={"Object-Security":0x0902}, 2D 05 AD 9B 17 03 89 EF F7 34 5C 9E 2D 5D 9F]
06:50:34.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 31 bytes from 127.0.0.1:8204
06:50:34.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-49724]
06:50:34.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8204] replace CON-POST   MID=49724, Token=8CF9A9D2822A1066, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=49724, Token=8CF9A9D2822A1066, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
06:50:34.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R28, 127.0.0.1:8204] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
06:50:34.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8204, complete]!
06:50:34.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, 127.0.0.1:8204, complete] completed ACK-2.04   MID=49724, Token=8CF9A9D2822A1066, OptionSet={"Object-Security":0x}, 67 C4 20 DD D6 60 4D 02 C4 09 97 65 48 FE C0 DB DE D1 D5 4D EE EA!
06:50:34.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 36 bytes to 127.0.0.1:8204
06:50:34.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T65) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04   MID=49724, Token=8CF9A9D2822A1066, OptionSet={"Object-Security":0x}, 67 C4 20 DD D6 60 4D 02 C4 09 97 65 48 FE C0 DB DE D1 D5 4D EE EA]
06:50:34.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 36 bytes from 127.0.0.1:8203
06:50:34.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:34.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8203, complete]!
06:50:34.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-8CF9A9D2822A1066]
06:50:34.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-49724]
06:50:34.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L27, 127.0.0.1:8203, complete] completed CON-GET    MID=49724, Token=8CF9A9D2822A1066, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=49724, Token=8CF9A9D2822A1066, OptionSet={"Object-Security":0x0902}, acked 2D 05 AD 9B 17 03 89 EF F7 34 5C 9E 2D 5D 9F!
==[ CoAP Response ]============================================
MID    : 49724
Token  : 8CF9A9D2822A1066
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 3 ms
Payload: 12 Bytes
===============================================================
06:50:34.068 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:34.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203
06:50:34.068 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203
06:50:34.068 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ...
06:50:34.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1
06:50:34.069 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped.
06:50:34.069 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203
06:50:34.069 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest

Start ContextRederivationTest
06:50:34.069 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.069 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.069 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.069 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:34.070 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:34.070 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.070 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.070 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:34.070 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205
06:50:34.070 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.070 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8205, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:34.070 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205
06:50:34.070 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:34.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8205] send request
06:50:34.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8205] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
06:50:34.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8205] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <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
06:50:34.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-20028], CON-POST   MID=20028, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
06:50:34.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D86544368D40C9A7], CON-POST   MID=20028, Token=D86544368D40C9A7, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
06:50:34.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-20028], KeyToken[127.0.0.1:8205-D86544368D40C9A7]]
06:50:34.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 31 bytes to 127.0.0.1:8205
06:50:34.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T70) 127.0.0.1:8,204 ==> :8,205 [CON-POST   MID=20028, Token=D86544368D40C9A7, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42]
06:50:34.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 31 bytes from 127.0.0.1:8204
06:50:34.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-20028]
06:50:34.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation)
06:50:34.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8204] replace CON-POST   MID=20028, Token=D86544368D40C9A7, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=20028, Token=D86544368D40C9A7, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
06:50:34.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R30, 127.0.0.1:8204] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
06:50:34.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response)
06:50:34.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8204, complete]!
06:50:34.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R30, 127.0.0.1:8204, complete] completed ACK-2.04   MID=20028, Token=D86544368D40C9A7, OptionSet={"Object-Security":0x1011500329A08994139CB867D64A53769CBB69}, 02 9A C0 C6 FC D5 07 2D 69!
06:50:34.074 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8204
06:50:34.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T65) 127.0.0.1:8,205 ==> :8,204 [ACK-2.04   MID=20028, Token=D86544368D40C9A7, OptionSet={"Object-Security":0x1011500329A08994139CB867D64A53769CBB69}, 02 9A C0 C6 FC D5 07 2D 69]
06:50:34.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 43 bytes from 127.0.0.1:8205
06:50:34.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:34.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client received response with server initiated re-derivation)
06:50:34.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=20028, Token=D86544368D40C9A7, OptionSet={"Object-Security":0x1011500329A08994139CB867D64A53769CBB69}, <empty data>:
06:50:34.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8205, complete]!
06:50:34.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D86544368D40C9A7]
06:50:34.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-20028]
06:50:34.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L29, 127.0.0.1:8205, complete] completed CON-GET    MID=20028, Token=D86544368D40C9A7, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=20028, Token=D86544368D40C9A7, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42!
==[ CoAP Response ]============================================
MID    : 20028
Token  : D86544368D40C9A7
Type   : ACK
Status : 4.01 - UNAUTHORIZED
Options: {"Object-Security":0x1011500329A08994139CB867D64A53769CBB69}
RTT    : 4 ms
Payload: 0 Bytes
===============================================================
06:50:34.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31, 127.0.0.1:8205] send request
06:50:34.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31, 127.0.0.1:8205] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
06:50:34.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure)
06:50:34.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8205] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x19001A58180329A08994139CB867D64A53769CBB697FEDCA61098818ED}, 4E D4 87 A4 74 A9 20 BD BE 4E C9 4B EE 35 17
06:50:34.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-20029], CON-POST   MID=20029, Token=null, OptionSet={"Object-Security":0x19001A58180329A08994139CB867D64A53769CBB697FEDCA61098818ED}, 4E D4 87 A4 74 A9 20 BD BE 4E C9 4B EE 35 17
06:50:34.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-347C934FF03C7417], CON-POST   MID=20029, Token=347C934FF03C7417, OptionSet={"Object-Security":0x19001A58180329A08994139CB867D64A53769CBB697FEDCA61098818ED}, 4E D4 87 A4 74 A9 20 BD BE 4E C9 4B EE 35 17
06:50:34.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-20029], KeyToken[127.0.0.1:8205-347C934FF03C7417]]
06:50:34.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 59 bytes to 127.0.0.1:8205
06:50:34.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T70) 127.0.0.1:8,204 ==> :8,205 [CON-POST   MID=20029, Token=347C934FF03C7417, OptionSet={"Object-Security":0x19001A58180329A08994139CB867D64A53769CBB697FEDCA61098818ED}, 4E D4 87 A4 74 A9 20 BD BE 4E C9 4B EE 35 17]
06:50:34.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 59 bytes from 127.0.0.1:8204
06:50:34.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-20029]
06:50:34.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure)
06:50:34.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8204] replace CON-POST   MID=20029, Token=347C934FF03C7417, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=20029, Token=347C934FF03C7417, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
06:50:34.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R32, 127.0.0.1:8204] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
06:50:34.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding)
06:50:34.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8204, complete]!
06:50:34.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, 127.0.0.1:8204, complete] completed ACK-2.04   MID=20029, Token=347C934FF03C7417, OptionSet={"Object-Security":0x}, 5A 51 0B 18 77 2D 2D 9B 33 F1 F5 E9 4A 1F E5 4F 51 05 39 FF CB EF!
06:50:34.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 36 bytes to 127.0.0.1:8204
06:50:34.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T65) 127.0.0.1:8,205 ==> :8,204 [ACK-2.04   MID=20029, Token=347C934FF03C7417, OptionSet={"Object-Security":0x}, 5A 51 0B 18 77 2D 2D 9B 33 F1 F5 E9 4A 1F E5 4F 51 05 39 FF CB EF]
06:50:34.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 36 bytes from 127.0.0.1:8205
06:50:34.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:34.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding)
06:50:34.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8205, complete]!
06:50:34.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-347C934FF03C7417]
06:50:34.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-20029]
06:50:34.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L31, 127.0.0.1:8205, complete] completed CON-GET    MID=20029, Token=347C934FF03C7417, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=20029, Token=347C934FF03C7417, OptionSet={"Object-Security":0x19001A58180329A08994139CB867D64A53769CBB697FEDCA61098818ED}, acked 4E D4 87 A4 74 A9 20 BD BE 4E C9 4B EE 35 17!
==[ CoAP Response ]============================================
MID    : 20029
Token  : 347C934FF03C7417
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 3 ms
Payload: 12 Bytes
===============================================================
06:50:34.080 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:34.080 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205
06:50:34.080 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205
06:50:34.080 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ...
06:50:34.080 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1
06:50:34.080 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped.
06:50:34.080 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205
06:50:34.080 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest
06:50:34.080 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:34.080 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8204
06:50:34.080 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8204
06:50:34.080 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] stopping ...
06:50:34.080 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /0.0.0.0
06:50:34.080 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] has stopped.
06:50:34.080 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8204
06:50:34.081 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.californium.oscore.ContextRederivationTest
[INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest

Start OSCoreAlgorithmsTest
06:50:34.082 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.082 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.082 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.082 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.082 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:34.082 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:34.083 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.083 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.083 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:34.083 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206
06:50:34.083 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.083 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8206, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:34.083 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206
06:50:34.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:34.083 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.083 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.083 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.083 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.084 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:34.084 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:34.084 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.084 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.084 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:34.084 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207
06:50:34.084 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.084 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8207, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:34.084 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8207
06:50:34.084 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8207 for coap
06:50:34.084 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:34.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8206] send request
06:50:34.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8206] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:34.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8206] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED
06:50:34.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8206] added with generated mid KeyMID[127.0.0.1:8206-62439], CON-POST   MID=62439, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED
06:50:34.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8206] added with generated token KeyToken[127.0.0.1:8206-2CD95EFCC1C1A6C1], CON-POST   MID=62439, Token=2CD95EFCC1C1A6C1, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED
06:50:34.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8206-62439], KeyToken[127.0.0.1:8206-2CD95EFCC1C1A6C1]]
06:50:34.086 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8206
06:50:34.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T75) 127.0.0.1:8,207 ==> :8,206 [CON-POST   MID=62439, Token=2CD95EFCC1C1A6C1, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED]
06:50:34.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8206) received 41 bytes from 127.0.0.1:8207
06:50:34.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-62439]
06:50:34.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8207] replace CON-POST   MID=62439, Token=2CD95EFCC1C1A6C1, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=62439, Token=2CD95EFCC1C1A6C1, OptionSet={"Object-Security":0x}, "client says hi"
server received request
06:50:34.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34, 127.0.0.1:8207] send response NON-2.05   MID=62439, Token=null, OptionSet={}, "server responds hi"
06:50:34.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8207, complete]!
06:50:34.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, 127.0.0.1:8207, complete] completed NON-2.04   MID=62439, Token=2CD95EFCC1C1A6C1, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80!
06:50:34.087 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8207
06:50:34.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T78) 127.0.0.1:8,206 ==> :8,207 [NON-2.04   MID=62439, Token=2CD95EFCC1C1A6C1, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80]
06:50:34.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8207) received 42 bytes from 127.0.0.1:8206
06:50:34.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8206-62439]
06:50:34.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:34.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8206, complete]!
06:50:34.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8206, complete] for token KeyToken[127.0.0.1:8206-2CD95EFCC1C1A6C1]
06:50:34.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8206, complete] for MID KeyMID[127.0.0.1:8206-62439]
06:50:34.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L33, 127.0.0.1:8206, complete] completed CON-POST   MID=62439, Token=2CD95EFCC1C1A6C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=62439, Token=2CD95EFCC1C1A6C1, OptionSet={"Object-Security":0x090002}, acked C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED!
client received response
06:50:34.088 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:34.146 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206
06:50:34.147 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206
06:50:34.147 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ...
06:50:34.147 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1
06:50:34.147 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped.
06:50:34.147 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206
06:50:34.147 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
06:50:34.147 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:34.147 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206
06:50:34.147 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8207
06:50:34.147 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8207
06:50:34.147 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] stopping ...
06:50:34.147 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /0.0.0.0
06:50:34.147 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] has stopped.
06:50:34.147 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8207

Start OSCoreAlgorithmsTest
06:50:34.149 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.149 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.149 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.149 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.149 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:34.150 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:34.150 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.150 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.150 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:34.150 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208
06:50:34.150 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:34.150 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8208, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.150 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:34.150 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208
06:50:34.151 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.151 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.151 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.151 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.151 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:34.152 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:34.152 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.152 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.152 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:34.152 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209
06:50:34.152 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:34.152 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8209, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.152 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8209
06:50:34.152 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8209 for coap
06:50:34.152 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:34.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8208] send request
06:50:34.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8208] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:34.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8208] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50
06:50:34.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8208] added with generated mid KeyMID[127.0.0.1:8208-27261], CON-POST   MID=27261, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50
06:50:34.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-B8091B3F92468413], CON-POST   MID=27261, Token=B8091B3F92468413, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50
06:50:34.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-27261], KeyToken[127.0.0.1:8208-B8091B3F92468413]]
06:50:34.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:8208
06:50:34.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T83) 127.0.0.1:8,209 ==> :8,208 [CON-POST   MID=27261, Token=B8091B3F92468413, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50]
06:50:34.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 49 bytes from 127.0.0.1:8209
06:50:34.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-27261]
06:50:34.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8209] replace CON-POST   MID=27261, Token=B8091B3F92468413, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=27261, Token=B8091B3F92468413, OptionSet={"Object-Security":0x}, "client says hi"
server received request
06:50:34.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36, 127.0.0.1:8209] send response NON-2.05   MID=27261, Token=null, OptionSet={}, "server responds hi"
06:50:34.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8209, complete]!
06:50:34.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, 127.0.0.1:8209, complete] completed NON-2.04   MID=27261, Token=B8091B3F92468413, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes!
06:50: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 50 bytes to 127.0.0.1:8209
06:50:34.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T86) 127.0.0.1:8,208 ==> :8,209 [NON-2.04   MID=27261, Token=B8091B3F92468413, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes]
06:50:34.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8209) received 50 bytes from 127.0.0.1:8208
06:50:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-27261]
06:50:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8208, complete]!
06:50:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-B8091B3F92468413]
06:50:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-27261]
06:50:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L35, 127.0.0.1:8208, complete] completed CON-POST   MID=27261, Token=B8091B3F92468413, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27261, Token=B8091B3F92468413, OptionSet={"Object-Security":0x090002}, acked 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50!
client received response
06:50:34.157 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:34.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208
06:50:34.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208
06:50:34.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ...
06:50:34.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1
06:50:34.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped.
06:50:34.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208
06:50:34.157 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
06:50:34.157 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:34.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208
06:50:34.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8209
06:50:34.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8209
06:50:34.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] stopping ...
06:50:34.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /0.0.0.0
06:50:34.158 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] has stopped.
06:50:34.158 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8209

Start OSCoreAlgorithmsTest
06:50:34.159 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.159 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.159 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.159 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.160 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:34.160 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:34.160 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.160 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.161 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:34.161 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210
06:50:34.161 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:34.161 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8210, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:34.161 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8210
06:50:34.162 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.162 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.162 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.162 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.162 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:34.162 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:34.162 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.162 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.163 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:34.163 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211
06:50:34.163 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:34.163 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8211, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.163 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:34.163 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211
06:50:34.163 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8211 for coap
06:50:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8210] send request
06:50:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8210] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:34.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8210] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B
06:50:34.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8210] added with generated mid KeyMID[127.0.0.1:8210-15665], CON-POST   MID=15665, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B
06:50:34.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8210] added with generated token KeyToken[127.0.0.1:8210-30C64067D6B0D693], CON-POST   MID=15665, Token=30C64067D6B0D693, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B
06:50: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:8210-15665], KeyToken[127.0.0.1:8210-30C64067D6B0D693]]
06:50:34.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 41 bytes to 127.0.0.1:8210
06:50:34.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T91) 127.0.0.1:8,211 ==> :8,210 [CON-POST   MID=15665, Token=30C64067D6B0D693, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B]
06:50:34.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8210) received 41 bytes from 127.0.0.1:8211
06:50:34.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-15665]
06:50:34.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8211] replace CON-POST   MID=15665, Token=30C64067D6B0D693, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=15665, Token=30C64067D6B0D693, OptionSet={"Object-Security":0x}, "client says hi"
server received request
06:50:34.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38, 127.0.0.1:8211] send response NON-2.05   MID=15665, Token=null, OptionSet={}, "server responds hi"
06:50:34.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8211, complete]!
06:50:34.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, 127.0.0.1:8211, complete] completed NON-2.04   MID=15665, Token=30C64067D6B0D693, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49!
06:50: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:8211
06:50:34.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T94) 127.0.0.1:8,210 ==> :8,211 [NON-2.04   MID=15665, Token=30C64067D6B0D693, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49]
06:50:34.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8211) received 42 bytes from 127.0.0.1:8210
06:50:34.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:8210-15665]
06:50:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8210, complete]!
06:50:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8210, complete] for token KeyToken[127.0.0.1:8210-30C64067D6B0D693]
06:50:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8210, complete] for MID KeyMID[127.0.0.1:8210-15665]
06:50:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L37, 127.0.0.1:8210, complete] completed CON-POST   MID=15665, Token=30C64067D6B0D693, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15665, Token=30C64067D6B0D693, OptionSet={"Object-Security":0x090002}, acked F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B!
client received response
06:50:34.167 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:34.168 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210
06:50:34.168 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8210
06:50:34.168 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] stopping ...
06:50:34.168 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /127.0.0.1
06:50:34.168 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] has stopped.
06:50:34.168 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8210
06:50:34.168 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
06:50:34.168 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:34.168 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210
06:50:34.168 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211
06:50:34.168 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211
06:50:34.168 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ...
06:50:34.168 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0
06:50:34.168 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped.
06:50:34.168 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211

Start OSCoreAlgorithmsTest
06:50:34.170 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.170 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.170 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.170 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.170 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:34.171 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:34.171 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.171 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.171 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:34.171 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212
06:50:34.171 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.171 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8212, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:34.171 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:34.172 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212
06:50:34.172 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.172 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:34.172 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:34.172 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:34.172 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:34.173 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:34.173 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:34.173 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:34.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:34.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213
06:50:34.173 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:34.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:34.173 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8213, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:34.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8213
06:50:34.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:34.173 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8213 for coap
06:50:34.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8212] send request
06:50:34.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8212] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:34.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8212] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C
06:50:34.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-21878], CON-POST   MID=21878, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C
06:50:34.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-045A49F7AA509290], CON-POST   MID=21878, Token=045A49F7AA509290, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C
06:50:34.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-21878], KeyToken[127.0.0.1:8212-045A49F7AA509290]]
06:50:34.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8212
06:50:34.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T99) 127.0.0.1:8,213 ==> :8,212 [CON-POST   MID=21878, Token=045A49F7AA509290, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C]
06:50:34.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 49 bytes from 127.0.0.1:8213
06:50:34.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-21878]
06:50:34.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8213] replace CON-POST   MID=21878, Token=045A49F7AA509290, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=21878, Token=045A49F7AA509290, OptionSet={"Object-Security":0x}, "client says hi"
server received request
06:50:34.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40, 127.0.0.1:8213] send response NON-2.05   MID=21878, Token=null, OptionSet={}, "server responds hi"
06:50:34.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8213, complete]!
06:50:34.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, 127.0.0.1:8213, complete] completed NON-2.04   MID=21878, Token=045A49F7AA509290, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes!
06:50:34.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 50 bytes to 127.0.0.1:8213
06:50:34.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T102) 127.0.0.1:8,212 ==> :8,213 [NON-2.04   MID=21878, Token=045A49F7AA509290, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes]
06:50:34.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 50 bytes from 127.0.0.1:8212
06:50:34.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-21878]
06:50:34.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:34.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8212, complete]!
06:50:34.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-045A49F7AA509290]
06:50:34.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-21878]
06:50:34.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L39, 127.0.0.1:8212, complete] completed CON-POST   MID=21878, Token=045A49F7AA509290, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=21878, Token=045A49F7AA509290, OptionSet={"Object-Security":0x090002}, acked 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C!
client received response
06:50:34.179 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:34.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212
06:50:34.179 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212
06:50:34.179 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ...
06:50:34.179 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1
06:50:34.179 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped.
06:50:34.179 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212
06:50:34.179 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
06:50:34.179 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:34.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212
06:50:34.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8213
06:50:34.179 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8213
06:50:34.179 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] stopping ...
06:50:34.179 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /0.0.0.0
06:50:34.179 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] has stopped.
06:50:34.179 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8213

Start OSCoreAlgorithmsTest
06:50:34.180 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm
End OSCoreAlgorithmsTest
06:50:34.247 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest
[INFO] Running org.eclipse.californium.oscore.OscoreOptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OscoreOptionTest
[INFO] Running org.eclipse.californium.oscore.OSSerializerTest
06:50:34.249 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null
06:50:34.250 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
06:50:34.250 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null
06:50:34.251 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid
06:50:34.252 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number
06:50:34.253 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid
06:50:34.254 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid
06:50:34.254 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null
06:50:34.255 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.oscore.OSSerializerTest
[INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.oscore.HashMapCtxDBTest
[INFO] Running org.eclipse.californium.oscore.DecryptorTest
06:50:34.261 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.262 [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.ByteIdTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.ByteIdTest
[INFO] Running org.eclipse.californium.oscore.OSCoreTest
06:50:34.264 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.265 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.267 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.268 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.268 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
06:50:34.268 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
06:50:34.269 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.269 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid
06:50:34.269 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.270 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.271 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.272 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.272 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.276 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.277 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
The generated AAD:
85 1 81 a 41 0 41 14 40 
The predicted AAD:
85 1 81 a 41 0 41 14 40 
06:50:34.278 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.278 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.280 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.280 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.283 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.283 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context
06:50:34.283 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
06:50:34.283 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.284 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
The generated AAD:
85 1 81 a 41 0 41 0 40 
The predicted AAD:
85 1 81 a 41 0 41 0 40 
06:50:34.348 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.348 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
The generated nonce:
bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed 
The predicted nonce:
bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed 
06:50:34.349 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.350 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.351 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.351 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.352 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.355 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context
06:50:34.355 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.355 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.357 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.357 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.358 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.358 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
The generated nonce:
6 0 c b b b b 3 5 5 3 d f 
The predicted nonce:
6 0 c b b b b 3 5 5 3 d f 
06:50:34.359 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.359 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.360 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.360 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.360 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
06:50:34.360 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:34.361 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:34.361 [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.097 s - in org.eclipse.californium.oscore.OSCoreTest
[INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest
06:50:34.363 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Input master secret is null
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.OSCoreCtxTest
[INFO] Running org.eclipse.californium.oscore.OptionJuggleTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.OptionJuggleTest
[INFO] Running org.eclipse.californium.oscore.OscoreOptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OscoreOptionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-oscore ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-oscore ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
06:50:35.959 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:35.968 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP.
06:50:35.968 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS.
06:50:35.969 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP.
[INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:36.010 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup
06:50:36.018 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted
06:50:36.019 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true
06:50:36.019 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true
06:50:36.056 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable.
06:50:36.063 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true
06:50:36.063 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready.
06:50:36.064 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17.
06:50:36.064 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17.
06:50:36.064 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17.
06:50:36.064 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17.
06:50:36.064 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17.
06:50:36.064 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17.
06:50:36.064 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17.
06:50:36.064 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17.
06:50:36.064 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17.
06:50:36.064 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17.
06:50:36.065 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17.
06:50:36.065 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17.
06:50:36.075 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:36.079 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:36.080 [main] INFO org.eclipse.californium.ban - Started.
06:50:36.081 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:36.089 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:36.099 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:36.101 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:36.103 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:36.105 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:36.105 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:36.105 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192
06:50:36.105 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:36.107 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:36.107 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:36.107 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:36.108 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192
06:50:36.113 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.35.255 - eth0.
06:50:36.114 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:36.114 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:36.114 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:36.114 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:36.114 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:36.115 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:36.116 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:36.116 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:36.116 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:36.116 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193
06:50:36.116 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:36.116 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:36.120 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:36.120 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:36.121 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193
06:50:36.146 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap
06:50:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request
06:50:36.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:36.159 [: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-47900], CON-POST   MID=47900, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:36.161 [: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-A4C006DE03F119B6], CON-POST   MID=47900, Token=A4C006DE03F119B6, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:36.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47900], KeyToken[127.0.0.1:8192-A4C006DE03F119B6]]
06:50: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:8192
06:50:36.166 [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=47900, Token=A4C006DE03F119B6, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A]
06:50:36.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193
06:50:36.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47900]
06:50:36.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-POST   MID=47900, Token=A4C006DE03F119B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47900, Token=A4C006DE03F119B6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2, 127.0.0.1:8193] send response NON-2.05   MID=47900, Token=null, OptionSet={}, "server responds hi"
06:50:36.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]!
06:50:36.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed NON-2.04   MID=47900, Token=A4C006DE03F119B6, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC!
06:50:36.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:8193
06:50:36.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47900, Token=A4C006DE03F119B6, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC]
06:50:36.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.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:8192-47900]
06:50:36.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]!
06:50:36.176 [: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-A4C006DE03F119B6]
06:50:36.176 [: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-47900]
06:50:36.176 [: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=47900, Token=A4C006DE03F119B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47900, Token=A4C006DE03F119B6, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A!
06:50:36.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L3, 127.0.0.1:8192] send request
06:50:36.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L3, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:36.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L3, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47901], CON-POST   MID=47901, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:36.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L3, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-4CDF97E0DFE03DBC], CON-POST   MID=47901, Token=4CDF97E0DFE03DBC, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:36.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47901], KeyToken[127.0.0.1:8192-4CDF97E0DFE03DBC]]
06:50:36.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:8192
06:50:36.179 [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=47901, Token=4CDF97E0DFE03DBC, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8]
06:50:36.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193
06:50:36.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47901]
06:50:36.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST   MID=47901, Token=4CDF97E0DFE03DBC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47901, Token=4CDF97E0DFE03DBC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4, 127.0.0.1:8193] send response NON-2.05   MID=47901, Token=null, OptionSet={}, "server responds hi"
06:50:36.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]!
06:50:36.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed NON-2.04   MID=47901, Token=4CDF97E0DFE03DBC, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09!
06:50:36.180 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47901, Token=4CDF97E0DFE03DBC, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09]
06:50:36.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47901]
06:50:36.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192, complete]!
06:50:36.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L3, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-4CDF97E0DFE03DBC]
06:50:36.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L3, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47901]
06:50:36.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L3, 127.0.0.1:8192, complete] completed CON-POST   MID=47901, Token=4CDF97E0DFE03DBC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47901, Token=4CDF97E0DFE03DBC, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8!
06:50:36.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L5, 127.0.0.1:8192] send request
06:50:36.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L5, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:36.183 [: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-47902], CON-POST   MID=47902, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:36.183 [: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-089153C2F0696E1C], CON-POST   MID=47902, Token=089153C2F0696E1C, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:36.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47902], KeyToken[127.0.0.1:8192-089153C2F0696E1C]]
06:50:36.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192
06:50:36.184 [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=47902, Token=089153C2F0696E1C, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7]
06:50:36.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193
06:50:36.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47902]
06:50:36.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST   MID=47902, Token=089153C2F0696E1C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47902, Token=089153C2F0696E1C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6, 127.0.0.1:8193] send response NON-2.05   MID=47902, Token=null, OptionSet={}, "server responds hi"
06:50:36.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]!
06:50:36.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed NON-2.04   MID=47902, Token=089153C2F0696E1C, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F!
06:50:36.186 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47902, Token=089153C2F0696E1C, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F]
06:50:36.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47902]
06:50:36.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192, complete]!
06:50:36.187 [: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-089153C2F0696E1C]
06:50:36.187 [: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-47902]
06:50:36.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L5, 127.0.0.1:8192, complete] completed CON-POST   MID=47902, Token=089153C2F0696E1C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47902, Token=089153C2F0696E1C, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7!
06:50:36.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L7, 127.0.0.1:8192] send request
06:50:36.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L7, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:36.188 [: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-47903], CON-POST   MID=47903, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:36.189 [: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-B0FDB071E65465FF], CON-POST   MID=47903, Token=B0FDB071E65465FF, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:36.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47903], KeyToken[127.0.0.1:8192-B0FDB071E65465FF]]
06:50:36.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192
06:50:36.189 [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=47903, Token=B0FDB071E65465FF, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12]
06:50:36.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193
06:50:36.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47903]
06:50:36.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST   MID=47903, Token=B0FDB071E65465FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47903, Token=B0FDB071E65465FF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8, 127.0.0.1:8193] send response NON-2.05   MID=47903, Token=null, OptionSet={}, "server responds hi"
06:50:36.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]!
06:50:36.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed NON-2.04   MID=47903, Token=B0FDB071E65465FF, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02!
06:50:36.191 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47903, Token=B0FDB071E65465FF, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02]
06:50:36.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47903]
06:50:36.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192, complete]!
06:50:36.192 [: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-B0FDB071E65465FF]
06:50:36.192 [: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-47903]
06:50:36.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L7, 127.0.0.1:8192, complete] completed CON-POST   MID=47903, Token=B0FDB071E65465FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47903, Token=B0FDB071E65465FF, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12!
06:50:36.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9, 127.0.0.1:8192] send request
06:50:36.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:36.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47904], CON-POST   MID=47904, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:36.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-F054A247C42AC507], CON-POST   MID=47904, Token=F054A247C42AC507, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:36.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47904], KeyToken[127.0.0.1:8192-F054A247C42AC507]]
06:50:36.194 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192
06:50:36.195 [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=47904, Token=F054A247C42AC507, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF]
06:50:36.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193
06:50:36.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47904]
06:50:36.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST   MID=47904, Token=F054A247C42AC507, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47904, Token=F054A247C42AC507, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10, 127.0.0.1:8193] send response NON-2.05   MID=47904, Token=null, OptionSet={}, "server responds hi"
06:50:36.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]!
06:50:36.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed NON-2.04   MID=47904, Token=F054A247C42AC507, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87!
06:50:36.196 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.197 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47904, Token=F054A247C42AC507, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87]
06:50:36.197 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47904]
06:50:36.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8192, complete]!
06:50:36.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-F054A247C42AC507]
06:50:36.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47904]
06:50:36.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L9, 127.0.0.1:8192, complete] completed CON-POST   MID=47904, Token=F054A247C42AC507, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47904, Token=F054A247C42AC507, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF!
06:50:36.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L11, 127.0.0.1:8192] send request
06:50:36.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L11, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:36.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L11, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47905], CON-POST   MID=47905, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:36.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L11, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-449E03A9EFC15686], CON-POST   MID=47905, Token=449E03A9EFC15686, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:36.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47905], KeyToken[127.0.0.1:8192-449E03A9EFC15686]]
06:50:36.199 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192
06:50:36.200 [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=47905, Token=449E03A9EFC15686, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01]
06:50:36.200 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193
06:50:36.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47905]
06:50:36.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST   MID=47905, Token=449E03A9EFC15686, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47905, Token=449E03A9EFC15686, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12, 127.0.0.1:8193] send response NON-2.05   MID=47905, Token=null, OptionSet={}, "server responds hi"
06:50:36.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]!
06:50:36.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed NON-2.04   MID=47905, Token=449E03A9EFC15686, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE!
06:50:36.202 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E12,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47905, Token=449E03A9EFC15686, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE]
06:50:36.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47905]
06:50:36.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8192, complete]!
06:50:36.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L11, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-449E03A9EFC15686]
06:50:36.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L11, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47905]
06:50:36.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L11, 127.0.0.1:8192, complete] completed CON-POST   MID=47905, Token=449E03A9EFC15686, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47905, Token=449E03A9EFC15686, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01!
06:50:36.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8192] send request
06:50:36.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:36.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47906], CON-POST   MID=47906, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:36.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-48E97BDA3FBD325D], CON-POST   MID=47906, Token=48E97BDA3FBD325D, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:36.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47906], KeyToken[127.0.0.1:8192-48E97BDA3FBD325D]]
06:50:36.205 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192
06:50:36.205 [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=47906, Token=48E97BDA3FBD325D, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49]
06:50:36.205 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193
06:50:36.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47906]
06:50:36.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8193] replace CON-POST   MID=47906, Token=48E97BDA3FBD325D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47906, Token=48E97BDA3FBD325D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8193] send response NON-2.05   MID=47906, Token=null, OptionSet={}, "server responds hi"
06:50:36.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8193, complete]!
06:50:36.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8193, complete] completed NON-2.04   MID=47906, Token=48E97BDA3FBD325D, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E!
06:50:36.207 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.207 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E14,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47906, Token=48E97BDA3FBD325D, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E]
06:50:36.207 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.207 [: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-47906]
06:50:36.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8192, complete]!
06:50:36.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-48E97BDA3FBD325D]
06:50:36.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47906]
06:50:36.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L13, 127.0.0.1:8192, complete] completed CON-POST   MID=47906, Token=48E97BDA3FBD325D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47906, Token=48E97BDA3FBD325D, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49!
06:50:36.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15, 127.0.0.1:8192] send request
06:50:36.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:36.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L15, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47907], CON-POST   MID=47907, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:36.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L15, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-A4923E3E8C69C334], CON-POST   MID=47907, Token=A4923E3E8C69C334, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:36.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47907], KeyToken[127.0.0.1:8192-A4923E3E8C69C334]]
06:50:36.210 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192
06:50:36.210 [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=47907, Token=A4923E3E8C69C334, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D]
06:50:36.210 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193
06:50:36.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47907]
06:50:36.211 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.211 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8193] replace CON-POST   MID=47907, Token=A4923E3E8C69C334, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47907, Token=A4923E3E8C69C334, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.211 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8193] send response NON-2.05   MID=47907, Token=null, OptionSet={}, "server responds hi"
06:50:36.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8193, complete]!
06:50:36.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8193, complete] completed NON-2.04   MID=47907, Token=A4923E3E8C69C334, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76!
06:50:36.212 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.212 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47907, Token=A4923E3E8C69C334, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76]
06:50:36.212 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.213 [: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-47907]
06:50:36.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8192, complete]!
06:50:36.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-A4923E3E8C69C334]
06:50:36.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47907]
06:50:36.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L15, 127.0.0.1:8192, complete] completed CON-POST   MID=47907, Token=A4923E3E8C69C334, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47907, Token=A4923E3E8C69C334, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D!
06:50:36.214 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17, 127.0.0.1:8192] send request
06:50:36.214 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.214 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:36.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L17, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47908], CON-POST   MID=47908, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:36.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L17, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-988D7A5379DE605C], CON-POST   MID=47908, Token=988D7A5379DE605C, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50: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:8192-47908], KeyToken[127.0.0.1:8192-988D7A5379DE605C]]
06:50: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 41 bytes to 127.0.0.1:8192
06:50:36.247 [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=47908, Token=988D7A5379DE605C, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66]
06:50:36.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193
06:50:36.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47908]
06:50:36.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8193] replace CON-POST   MID=47908, Token=988D7A5379DE605C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47908, Token=988D7A5379DE605C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18, 127.0.0.1:8193] send response NON-2.05   MID=47908, Token=null, OptionSet={}, "server responds hi"
06:50:36.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8193, complete]!
06:50:36.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, 127.0.0.1:8193, complete] completed NON-2.04   MID=47908, Token=988D7A5379DE605C, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2!
06:50:36.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:8193
06:50:36.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E18,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47908, Token=988D7A5379DE605C, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2]
06:50:36.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50: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:8192-47908]
06:50:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8192, complete]!
06:50:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L17, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-988D7A5379DE605C]
06:50:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L17, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47908]
06:50:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L17, 127.0.0.1:8192, complete] completed CON-POST   MID=47908, Token=988D7A5379DE605C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47908, Token=988D7A5379DE605C, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66!
06:50:36.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19, 127.0.0.1:8192] send request
06:50:36.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1
06:50:36.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L19, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47909], CON-POST   MID=47909, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1
06:50:36.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L19, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-94B1369405AA7043], CON-POST   MID=47909, Token=94B1369405AA7043, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1
06:50:36.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47909], KeyToken[127.0.0.1:8192-94B1369405AA7043]]
06:50:36.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 41 bytes to 127.0.0.1:8192
06:50:36.252 [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=47909, Token=94B1369405AA7043, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1]
06:50:36.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193
06:50:36.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47909]
06:50:36.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8193] replace CON-POST   MID=47909, Token=94B1369405AA7043, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47909, Token=94B1369405AA7043, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8193] send response NON-2.05   MID=47909, Token=null, OptionSet={}, "server responds hi"
06:50:36.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8193, complete]!
06:50:36.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8193, complete] completed NON-2.04   MID=47909, Token=94B1369405AA7043, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A!
06:50: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:8193
06:50:36.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E20,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47909, Token=94B1369405AA7043, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A]
06:50:36.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.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:8192-47909]
06:50:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8192, complete]!
06:50:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L19, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-94B1369405AA7043]
06:50:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L19, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47909]
06:50:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L19, 127.0.0.1:8192, complete] completed CON-POST   MID=47909, Token=94B1369405AA7043, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47909, Token=94B1369405AA7043, OptionSet={"Object-Security":0x0A0200}, acked AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1!
06:50:36.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21, 127.0.0.1:8192] send request
06:50:36.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE
06:50:36.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L21, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47910], CON-POST   MID=47910, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE
06:50:36.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L21, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-A4129EB419AF1861], CON-POST   MID=47910, Token=A4129EB419AF1861, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE
06:50: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:8192-47910], KeyToken[127.0.0.1:8192-A4129EB419AF1861]]
06:50: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 41 bytes to 127.0.0.1:8192
06:50:36.257 [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=47910, Token=A4129EB419AF1861, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE]
06:50:36.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193
06:50:36.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47910]
06:50:36.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8193] replace CON-POST   MID=47910, Token=A4129EB419AF1861, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47910, Token=A4129EB419AF1861, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R22, 127.0.0.1:8193] send response NON-2.05   MID=47910, Token=null, OptionSet={}, "server responds hi"
06:50:36.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8193, complete]!
06:50:36.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, 127.0.0.1:8193, complete] completed NON-2.04   MID=47910, Token=A4129EB419AF1861, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F!
06:50:36.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:8193
06:50:36.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47910, Token=A4129EB419AF1861, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F]
06:50:36.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50: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:8192-47910]
06:50:36.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8192, complete]!
06:50:36.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L21, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-A4129EB419AF1861]
06:50:36.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L21, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47910]
06:50:36.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L21, 127.0.0.1:8192, complete] completed CON-POST   MID=47910, Token=A4129EB419AF1861, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47910, Token=A4129EB419AF1861, OptionSet={"Object-Security":0x0A0400}, acked D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE!
06:50:36.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8192] send request
06:50:36.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7
06:50:36.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L23, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47911], CON-POST   MID=47911, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7
06:50:36.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L23, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-184BE19712BC6949], CON-POST   MID=47911, Token=184BE19712BC6949, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7
06:50:36.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47911], KeyToken[127.0.0.1:8192-184BE19712BC6949]]
06:50:36.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192
06:50:36.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47911, Token=184BE19712BC6949, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7]
06:50:36.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193
06:50:36.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47911]
06:50:36.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8193] replace CON-POST   MID=47911, Token=184BE19712BC6949, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47911, Token=184BE19712BC6949, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R24, 127.0.0.1:8193] send response NON-2.05   MID=47911, Token=null, OptionSet={}, "server responds hi"
06:50:36.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8193, complete]!
06:50:36.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, 127.0.0.1:8193, complete] completed NON-2.04   MID=47911, Token=184BE19712BC6949, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96!
06:50: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:8193
06:50:36.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47911, Token=184BE19712BC6949, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96]
06:50:36.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47911]
06:50:36.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8192, complete]!
06:50:36.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L23, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-184BE19712BC6949]
06:50:36.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L23, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47911]
06:50:36.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L23, 127.0.0.1:8192, complete] completed CON-POST   MID=47911, Token=184BE19712BC6949, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47911, Token=184BE19712BC6949, OptionSet={"Object-Security":0x0A0800}, acked 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7!
06:50:36.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8192] send request
06:50:36.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70
06:50:36.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47912], CON-POST   MID=47912, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70
06:50:36.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-60BD3C05F4B6EF48], CON-POST   MID=47912, Token=60BD3C05F4B6EF48, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70
06:50:36.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47912], KeyToken[127.0.0.1:8192-60BD3C05F4B6EF48]]
06:50:36.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 41 bytes to 127.0.0.1:8192
06:50:36.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47912, Token=60BD3C05F4B6EF48, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70]
06:50:36.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193
06:50:36.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47912]
06:50:36.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8193] replace CON-POST   MID=47912, Token=60BD3C05F4B6EF48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47912, Token=60BD3C05F4B6EF48, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R26, 127.0.0.1:8193] send response NON-2.05   MID=47912, Token=null, OptionSet={}, "server responds hi"
06:50:36.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8193, complete]!
06:50:36.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, 127.0.0.1:8193, complete] completed NON-2.04   MID=47912, Token=60BD3C05F4B6EF48, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9!
06:50:36.269 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47912, Token=60BD3C05F4B6EF48, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9]
06:50:36.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.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:8192-47912]
06:50:36.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8192, complete]!
06:50:36.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-60BD3C05F4B6EF48]
06:50:36.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47912]
06:50:36.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L25, 127.0.0.1:8192, complete] completed CON-POST   MID=47912, Token=60BD3C05F4B6EF48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47912, Token=60BD3C05F4B6EF48, OptionSet={"Object-Security":0x0A1000}, acked F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70!
06:50:36.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8192] send request
06:50:36.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55
06:50:36.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47913], CON-POST   MID=47913, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55
06:50:36.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-D090F04292C6269A], CON-POST   MID=47913, Token=D090F04292C6269A, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55
06:50:36.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47913], KeyToken[127.0.0.1:8192-D090F04292C6269A]]
06:50:36.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192
06:50:36.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47913, Token=D090F04292C6269A, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55]
06:50:36.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193
06:50:36.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47913]
06:50:36.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8193] replace CON-POST   MID=47913, Token=D090F04292C6269A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47913, Token=D090F04292C6269A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R28, 127.0.0.1:8193] send response NON-2.05   MID=47913, Token=null, OptionSet={}, "server responds hi"
06:50:36.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8193, complete]!
06:50:36.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, 127.0.0.1:8193, complete] completed NON-2.04   MID=47913, Token=D090F04292C6269A, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E!
06:50:36.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47913, Token=D090F04292C6269A, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E]
06:50:36.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47913]
06:50:36.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8192, complete]!
06:50:36.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-D090F04292C6269A]
06:50:36.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47913]
06:50:36.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L27, 127.0.0.1:8192, complete] completed CON-POST   MID=47913, Token=D090F04292C6269A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47913, Token=D090F04292C6269A, OptionSet={"Object-Security":0x0A2000}, acked 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55!
06:50:36.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8192] send request
06:50:36.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA
06:50:36.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47914], CON-POST   MID=47914, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA
06:50:36.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-B847DB5FE5B2B68B], CON-POST   MID=47914, Token=B847DB5FE5B2B68B, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA
06:50:36.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47914], KeyToken[127.0.0.1:8192-B847DB5FE5B2B68B]]
06:50:36.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 41 bytes to 127.0.0.1:8192
06:50:36.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47914, Token=B847DB5FE5B2B68B, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA]
06:50:36.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193
06:50:36.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47914]
06:50:36.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8193] replace CON-POST   MID=47914, Token=B847DB5FE5B2B68B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47914, Token=B847DB5FE5B2B68B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R30, 127.0.0.1:8193] send response NON-2.05   MID=47914, Token=null, OptionSet={}, "server responds hi"
06:50:36.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8193, complete]!
06:50:36.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R30, 127.0.0.1:8193, complete] completed NON-2.04   MID=47914, Token=B847DB5FE5B2B68B, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50!
06:50:36.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47914, Token=B847DB5FE5B2B68B, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50]
06:50:36.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47914]
06:50:36.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8192, complete]!
06:50:36.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-B847DB5FE5B2B68B]
06:50:36.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47914]
06:50:36.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L29, 127.0.0.1:8192, complete] completed CON-POST   MID=47914, Token=B847DB5FE5B2B68B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47914, Token=B847DB5FE5B2B68B, OptionSet={"Object-Security":0x0A4000}, acked 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA!
06:50:36.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31, 127.0.0.1:8192] send request
06:50:36.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6
06:50:36.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47915], CON-POST   MID=47915, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6
06:50:36.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-64044FF1B74AB084], CON-POST   MID=47915, Token=64044FF1B74AB084, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6
06:50:36.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47915], KeyToken[127.0.0.1:8192-64044FF1B74AB084]]
06:50:36.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192
06:50:36.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47915, Token=64044FF1B74AB084, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6]
06:50:36.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193
06:50:36.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47915]
06:50:36.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8193] replace CON-POST   MID=47915, Token=64044FF1B74AB084, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47915, Token=64044FF1B74AB084, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R32, 127.0.0.1:8193] send response NON-2.05   MID=47915, Token=null, OptionSet={}, "server responds hi"
06:50:36.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8193, complete]!
06:50:36.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, 127.0.0.1:8193, complete] completed NON-2.04   MID=47915, Token=64044FF1B74AB084, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32!
06:50:36.283 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47915, Token=64044FF1B74AB084, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32]
06:50:36.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47915]
06:50:36.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8192, complete]!
06:50:36.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-64044FF1B74AB084]
06:50:36.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47915]
06:50:36.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L31, 127.0.0.1:8192, complete] completed CON-POST   MID=47915, Token=64044FF1B74AB084, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47915, Token=64044FF1B74AB084, OptionSet={"Object-Security":0x0A8000}, acked D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6!
06:50:36.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8192] send request
06:50:36.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8
06:50:36.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47916], CON-POST   MID=47916, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8
06:50:36.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-7C46A641CFF6FCB8], CON-POST   MID=47916, Token=7C46A641CFF6FCB8, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8
06:50:36.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47916], KeyToken[127.0.0.1:8192-7C46A641CFF6FCB8]]
06:50:36.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8192
06:50:36.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47916, Token=7C46A641CFF6FCB8, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8]
06:50:36.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193
06:50:36.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47916]
06:50:36.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8193] replace CON-POST   MID=47916, Token=7C46A641CFF6FCB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47916, Token=7C46A641CFF6FCB8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34, 127.0.0.1:8193] send response NON-2.05   MID=47916, Token=null, OptionSet={}, "server responds hi"
06:50:36.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8193, complete]!
06:50:36.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, 127.0.0.1:8193, complete] completed NON-2.04   MID=47916, Token=7C46A641CFF6FCB8, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F!
06:50:36.288 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47916, Token=7C46A641CFF6FCB8, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F]
06:50:36.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47916]
06:50:36.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8192, complete]!
06:50:36.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-7C46A641CFF6FCB8]
06:50:36.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47916]
06:50:36.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L33, 127.0.0.1:8192, complete] completed CON-POST   MID=47916, Token=7C46A641CFF6FCB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47916, Token=7C46A641CFF6FCB8, OptionSet={"Object-Security":0x0B010000}, acked 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8!
06:50:36.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8192] send request
06:50:36.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06
06:50:36.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47917], CON-POST   MID=47917, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06
06:50:36.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-34D943EF98EBD760], CON-POST   MID=47917, Token=34D943EF98EBD760, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06
06:50:36.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47917], KeyToken[127.0.0.1:8192-34D943EF98EBD760]]
06:50:36.290 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8192
06:50:36.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47917, Token=34D943EF98EBD760, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06]
06:50:36.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193
06:50:36.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47917]
06:50:36.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8193] replace CON-POST   MID=47917, Token=34D943EF98EBD760, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47917, Token=34D943EF98EBD760, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36, 127.0.0.1:8193] send response NON-2.05   MID=47917, Token=null, OptionSet={}, "server responds hi"
06:50:36.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8193, complete]!
06:50:36.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, 127.0.0.1:8193, complete] completed NON-2.04   MID=47917, Token=34D943EF98EBD760, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2!
06:50:36.293 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47917, Token=34D943EF98EBD760, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2]
06:50:36.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.293 [: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-47917]
06:50:36.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8192, complete]!
06:50:36.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-34D943EF98EBD760]
06:50:36.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47917]
06:50:36.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L35, 127.0.0.1:8192, complete] completed CON-POST   MID=47917, Token=34D943EF98EBD760, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47917, Token=34D943EF98EBD760, OptionSet={"Object-Security":0x0B020000}, acked A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06!
06:50:36.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8192] send request
06:50:36.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43
06:50:36.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47918], CON-POST   MID=47918, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43
06:50:36.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-8C929CE6D50DDF01], CON-POST   MID=47918, Token=8C929CE6D50DDF01, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43
06:50:36.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47918], KeyToken[127.0.0.1:8192-8C929CE6D50DDF01]]
06:50:36.295 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8192
06:50:36.296 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47918, Token=8C929CE6D50DDF01, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43]
06:50:36.296 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193
06:50:36.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47918]
06:50:36.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8193] replace CON-POST   MID=47918, Token=8C929CE6D50DDF01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47918, Token=8C929CE6D50DDF01, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38, 127.0.0.1:8193] send response NON-2.05   MID=47918, Token=null, OptionSet={}, "server responds hi"
06:50:36.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8193, complete]!
06:50:36.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, 127.0.0.1:8193, complete] completed NON-2.04   MID=47918, Token=8C929CE6D50DDF01, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8!
06:50:36.297 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.298 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47918, Token=8C929CE6D50DDF01, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8]
06:50:36.298 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47918]
06:50:36.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8192, complete]!
06:50:36.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-8C929CE6D50DDF01]
06:50:36.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47918]
06:50:36.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L37, 127.0.0.1:8192, complete] completed CON-POST   MID=47918, Token=8C929CE6D50DDF01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47918, Token=8C929CE6D50DDF01, OptionSet={"Object-Security":0x0B040000}, acked B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43!
06:50:36.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8192] send request
06:50:36.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92
06:50:36.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47919], CON-POST   MID=47919, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92
06:50:36.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-1C9E33BA3B3FC78F], CON-POST   MID=47919, Token=1C9E33BA3B3FC78F, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92
06:50:36.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47919], KeyToken[127.0.0.1:8192-1C9E33BA3B3FC78F]]
06:50:36.300 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8192
06:50:36.301 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47919, Token=1C9E33BA3B3FC78F, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92]
06:50:36.301 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193
06:50:36.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47919]
06:50:36.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8193] replace CON-POST   MID=47919, Token=1C9E33BA3B3FC78F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47919, Token=1C9E33BA3B3FC78F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40, 127.0.0.1:8193] send response NON-2.05   MID=47919, Token=null, OptionSet={}, "server responds hi"
06:50:36.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8193, complete]!
06:50:36.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, 127.0.0.1:8193, complete] completed NON-2.04   MID=47919, Token=1C9E33BA3B3FC78F, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41!
06:50:36.302 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.303 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47919, Token=1C9E33BA3B3FC78F, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41]
06:50:36.303 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47919]
06:50:36.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8192, complete]!
06:50:36.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-1C9E33BA3B3FC78F]
06:50:36.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47919]
06:50:36.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L39, 127.0.0.1:8192, complete] completed CON-POST   MID=47919, Token=1C9E33BA3B3FC78F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47919, Token=1C9E33BA3B3FC78F, OptionSet={"Object-Security":0x0B080000}, acked 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92!
06:50:36.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L41, 127.0.0.1:8192] send request
06:50:36.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L41, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L41, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9
06:50:36.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L41, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47920], CON-POST   MID=47920, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9
06:50:36.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L41, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-28175F6136906C6A], CON-POST   MID=47920, Token=28175F6136906C6A, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9
06:50:36.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47920], KeyToken[127.0.0.1:8192-28175F6136906C6A]]
06:50:36.305 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8192
06:50:36.306 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E41,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47920, Token=28175F6136906C6A, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9]
06:50:36.306 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193
06:50:36.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47920]
06:50:36.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R42, 127.0.0.1:8193] replace CON-POST   MID=47920, Token=28175F6136906C6A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47920, Token=28175F6136906C6A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R42, 127.0.0.1:8193] send response NON-2.05   MID=47920, Token=null, OptionSet={}, "server responds hi"
06:50:36.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R42, 127.0.0.1:8193, complete]!
06:50:36.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R42, 127.0.0.1:8193, complete] completed NON-2.04   MID=47920, Token=28175F6136906C6A, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F!
06:50:36.307 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.308 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E42,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47920, Token=28175F6136906C6A, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F]
06:50:36.308 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.308 [: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-47920]
06:50:36.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L41, 127.0.0.1:8192, complete]!
06:50:36.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L41, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-28175F6136906C6A]
06:50:36.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L41, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47920]
06:50:36.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L41, 127.0.0.1:8192, complete] completed CON-POST   MID=47920, Token=28175F6136906C6A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47920, Token=28175F6136906C6A, OptionSet={"Object-Security":0x0B100000}, acked 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9!
06:50:36.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43, 127.0.0.1:8192] send request
06:50:36.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E
06:50:36.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47921], CON-POST   MID=47921, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E
06:50:36.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-E8EED633E5862230], CON-POST   MID=47921, Token=E8EED633E5862230, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E
06:50:36.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47921], KeyToken[127.0.0.1:8192-E8EED633E5862230]]
06:50:36.310 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8192
06:50:36.311 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E43,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47921, Token=E8EED633E5862230, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E]
06:50:36.311 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193
06:50:36.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47921]
06:50:36.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.312 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R44, 127.0.0.1:8193] replace CON-POST   MID=47921, Token=E8EED633E5862230, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47921, Token=E8EED633E5862230, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.312 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R44, 127.0.0.1:8193] send response NON-2.05   MID=47921, Token=null, OptionSet={}, "server responds hi"
06:50:36.312 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R44, 127.0.0.1:8193, complete]!
06:50:36.312 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R44, 127.0.0.1:8193, complete] completed NON-2.04   MID=47921, Token=E8EED633E5862230, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C!
06:50:36.312 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.313 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E44,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47921, Token=E8EED633E5862230, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C]
06:50:36.313 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.313 [: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-47921]
06:50:36.313 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.313 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.313 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43, 127.0.0.1:8192, complete]!
06:50:36.313 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-E8EED633E5862230]
06:50:36.313 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47921]
06:50:36.313 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L43, 127.0.0.1:8192, complete] completed CON-POST   MID=47921, Token=E8EED633E5862230, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47921, Token=E8EED633E5862230, OptionSet={"Object-Security":0x0B200000}, acked 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E!
06:50:36.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L45, 127.0.0.1:8192] send request
06:50:36.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L45, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L45, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20
06:50:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L45, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47922], CON-POST   MID=47922, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20
06:50:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L45, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-EC7C22540CB6AE2B], CON-POST   MID=47922, Token=EC7C22540CB6AE2B, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20
06:50: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:8192-47922], KeyToken[127.0.0.1:8192-EC7C22540CB6AE2B]]
06:50: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 42 bytes to 127.0.0.1:8192
06:50:36.348 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E45,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47922, Token=EC7C22540CB6AE2B, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20]
06:50:36.348 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193
06:50:36.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47922]
06:50:36.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R46, 127.0.0.1:8193] replace CON-POST   MID=47922, Token=EC7C22540CB6AE2B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47922, Token=EC7C22540CB6AE2B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R46, 127.0.0.1:8193] send response NON-2.05   MID=47922, Token=null, OptionSet={}, "server responds hi"
06:50:36.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R46, 127.0.0.1:8193, complete]!
06:50:36.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R46, 127.0.0.1:8193, complete] completed NON-2.04   MID=47922, Token=EC7C22540CB6AE2B, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC!
06:50:36.349 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E46,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47922, Token=EC7C22540CB6AE2B, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC]
06:50: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:8193) received 42 bytes from 127.0.0.1:8192
06:50: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:8192-47922]
06:50:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L45, 127.0.0.1:8192, complete]!
06:50:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L45, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-EC7C22540CB6AE2B]
06:50:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L45, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47922]
06:50:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L45, 127.0.0.1:8192, complete] completed CON-POST   MID=47922, Token=EC7C22540CB6AE2B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47922, Token=EC7C22540CB6AE2B, OptionSet={"Object-Security":0x0B400000}, acked A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20!
06:50:36.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L47, 127.0.0.1:8192] send request
06:50:36.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L47, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L47, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5
06:50:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L47, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47923], CON-POST   MID=47923, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5
06:50:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L47, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-70CDDF96586F55AB], CON-POST   MID=47923, Token=70CDDF96586F55AB, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5
06:50:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47923], KeyToken[127.0.0.1:8192-70CDDF96586F55AB]]
06:50:36.352 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8192
06:50:36.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E47,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47923, Token=70CDDF96586F55AB, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5]
06:50:36.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193
06:50:36.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47923]
06:50:36.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R48, 127.0.0.1:8193] replace CON-POST   MID=47923, Token=70CDDF96586F55AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47923, Token=70CDDF96586F55AB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R48, 127.0.0.1:8193] send response NON-2.05   MID=47923, Token=null, OptionSet={}, "server responds hi"
06:50:36.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R48, 127.0.0.1:8193, complete]!
06:50:36.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R48, 127.0.0.1:8193, complete] completed NON-2.04   MID=47923, Token=70CDDF96586F55AB, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6!
06:50: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:8193
06:50:36.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E48,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47923, Token=70CDDF96586F55AB, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6]
06:50: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:8193) received 42 bytes from 127.0.0.1:8192
06:50: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:8192-47923]
06:50:36.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L47, 127.0.0.1:8192, complete]!
06:50:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L47, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-70CDDF96586F55AB]
06:50:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L47, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47923]
06:50:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L47, 127.0.0.1:8192, complete] completed CON-POST   MID=47923, Token=70CDDF96586F55AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47923, Token=70CDDF96586F55AB, OptionSet={"Object-Security":0x0B800000}, acked 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5!
06:50:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L49, 127.0.0.1:8192] send request
06:50:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L49, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L49, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A
06:50:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L49, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47924], CON-POST   MID=47924, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A
06:50:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L49, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-445EF6E95130CAFE], CON-POST   MID=47924, Token=445EF6E95130CAFE, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A
06:50:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47924], KeyToken[127.0.0.1:8192-445EF6E95130CAFE]]
06:50:36.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192
06:50:36.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E49,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47924, Token=445EF6E95130CAFE, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A]
06:50:36.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 43 bytes from 127.0.0.1:8193
06:50:36.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47924]
06:50:36.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R50, 127.0.0.1:8193] replace CON-POST   MID=47924, Token=445EF6E95130CAFE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47924, Token=445EF6E95130CAFE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R50, 127.0.0.1:8193] send response NON-2.05   MID=47924, Token=null, OptionSet={}, "server responds hi"
06:50:36.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R50, 127.0.0.1:8193, complete]!
06:50:36.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R50, 127.0.0.1:8193, complete] completed NON-2.04   MID=47924, Token=445EF6E95130CAFE, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5!
06:50: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:8193
06:50:36.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E50,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47924, Token=445EF6E95130CAFE, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5]
06:50: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:8193) received 42 bytes from 127.0.0.1:8192
06:50: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:8192-47924]
06:50:36.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L49, 127.0.0.1:8192, complete]!
06:50:36.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L49, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-445EF6E95130CAFE]
06:50:36.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L49, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47924]
06:50:36.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L49, 127.0.0.1:8192, complete] completed CON-POST   MID=47924, Token=445EF6E95130CAFE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47924, Token=445EF6E95130CAFE, OptionSet={"Object-Security":0x0C01000000}, acked 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A!
06:50:36.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L51, 127.0.0.1:8192] send request
06:50:36.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L51, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L51, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24
06:50:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L51, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47925], CON-POST   MID=47925, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24
06:50:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L51, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-0C14E74477F513B5], CON-POST   MID=47925, Token=0C14E74477F513B5, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24
06:50:36.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-47925], KeyToken[127.0.0.1:8192-0C14E74477F513B5]]
06:50:36.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 43 bytes to 127.0.0.1:8192
06:50:36.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E51,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47925, Token=0C14E74477F513B5, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24]
06:50:36.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 43 bytes from 127.0.0.1:8193
06:50:36.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47925]
06:50:36.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R52, 127.0.0.1:8193] replace CON-POST   MID=47925, Token=0C14E74477F513B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47925, Token=0C14E74477F513B5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R52, 127.0.0.1:8193] send response NON-2.05   MID=47925, Token=null, OptionSet={}, "server responds hi"
06:50:36.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R52, 127.0.0.1:8193, complete]!
06:50:36.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R52, 127.0.0.1:8193, complete] completed NON-2.04   MID=47925, Token=0C14E74477F513B5, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29!
06:50:36.362 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E52,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47925, Token=0C14E74477F513B5, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29]
06:50: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:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.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:8192-47925]
06:50:36.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L51, 127.0.0.1:8192, complete]!
06:50:36.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L51, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-0C14E74477F513B5]
06:50:36.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L51, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47925]
06:50:36.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L51, 127.0.0.1:8192, complete] completed CON-POST   MID=47925, Token=0C14E74477F513B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47925, Token=0C14E74477F513B5, OptionSet={"Object-Security":0x0C02000000}, acked CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24!
06:50:36.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L53, 127.0.0.1:8192] send request
06:50:36.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L53, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L53, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34
06:50:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L53, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47926], CON-POST   MID=47926, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34
06:50:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L53, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-4C91200193E84D1C], CON-POST   MID=47926, Token=4C91200193E84D1C, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34
06:50: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:8192-47926], KeyToken[127.0.0.1:8192-4C91200193E84D1C]]
06:50:36.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 43 bytes to 127.0.0.1:8192
06:50:36.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E53,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47926, Token=4C91200193E84D1C, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34]
06:50:36.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 43 bytes from 127.0.0.1:8193
06:50:36.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47926]
06:50:36.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R54, 127.0.0.1:8193] replace CON-POST   MID=47926, Token=4C91200193E84D1C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47926, Token=4C91200193E84D1C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R54, 127.0.0.1:8193] send response NON-2.05   MID=47926, Token=null, OptionSet={}, "server responds hi"
06:50:36.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R54, 127.0.0.1:8193, complete]!
06:50:36.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R54, 127.0.0.1:8193, complete] completed NON-2.04   MID=47926, Token=4C91200193E84D1C, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24!
06:50:36.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:8193
06:50:36.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E54,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47926, Token=4C91200193E84D1C, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24]
06:50:36.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.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:8192-47926]
06:50:36.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L53, 127.0.0.1:8192, complete]!
06:50:36.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L53, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-4C91200193E84D1C]
06:50:36.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L53, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47926]
06:50:36.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L53, 127.0.0.1:8192, complete] completed CON-POST   MID=47926, Token=4C91200193E84D1C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47926, Token=4C91200193E84D1C, OptionSet={"Object-Security":0x0C04000000}, acked 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34!
06:50:36.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L55, 127.0.0.1:8192] send request
06:50:36.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L55, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L55, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25
06:50:36.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L55, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47927], CON-POST   MID=47927, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25
06:50:36.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L55, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-B8C5C52F440DC831], CON-POST   MID=47927, Token=B8C5C52F440DC831, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25
06:50:36.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47927], KeyToken[127.0.0.1:8192-B8C5C52F440DC831]]
06:50:36.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 43 bytes to 127.0.0.1:8192
06:50:36.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E55,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47927, Token=B8C5C52F440DC831, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25]
06:50:36.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 43 bytes from 127.0.0.1:8193
06:50:36.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47927]
06:50:36.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R56, 127.0.0.1:8193] replace CON-POST   MID=47927, Token=B8C5C52F440DC831, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47927, Token=B8C5C52F440DC831, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R56, 127.0.0.1:8193] send response NON-2.05   MID=47927, Token=null, OptionSet={}, "server responds hi"
06:50:36.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R56, 127.0.0.1:8193, complete]!
06:50:36.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R56, 127.0.0.1:8193, complete] completed NON-2.04   MID=47927, Token=B8C5C52F440DC831, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5!
06:50:36.370 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E56,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47927, Token=B8C5C52F440DC831, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5]
06:50:36.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.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:8192-47927]
06:50:36.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L55, 127.0.0.1:8192, complete]!
06:50:36.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L55, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-B8C5C52F440DC831]
06:50:36.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L55, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47927]
06:50:36.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L55, 127.0.0.1:8192, complete] completed CON-POST   MID=47927, Token=B8C5C52F440DC831, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47927, Token=B8C5C52F440DC831, OptionSet={"Object-Security":0x0C08000000}, acked EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25!
06:50:36.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57, 127.0.0.1:8192] send request
06:50:36.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA
06:50:36.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47928], CON-POST   MID=47928, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA
06:50:36.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-E8E1FD2B81615DB2], CON-POST   MID=47928, Token=E8E1FD2B81615DB2, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA
06:50:36.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47928], KeyToken[127.0.0.1:8192-E8E1FD2B81615DB2]]
06:50:36.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 43 bytes to 127.0.0.1:8192
06:50:36.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E57,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47928, Token=E8E1FD2B81615DB2, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA]
06:50:36.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 43 bytes from 127.0.0.1:8193
06:50:36.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47928]
06:50:36.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R58, 127.0.0.1:8193] replace CON-POST   MID=47928, Token=E8E1FD2B81615DB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47928, Token=E8E1FD2B81615DB2, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R58, 127.0.0.1:8193] send response NON-2.05   MID=47928, Token=null, OptionSet={}, "server responds hi"
06:50:36.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R58, 127.0.0.1:8193, complete]!
06:50:36.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R58, 127.0.0.1:8193, complete] completed NON-2.04   MID=47928, Token=E8E1FD2B81615DB2, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA!
06:50:36.374 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E58,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47928, Token=E8E1FD2B81615DB2, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA]
06:50:36.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.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:8192-47928]
06:50:36.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57, 127.0.0.1:8192, complete]!
06:50:36.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-E8E1FD2B81615DB2]
06:50:36.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47928]
06:50:36.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L57, 127.0.0.1:8192, complete] completed CON-POST   MID=47928, Token=E8E1FD2B81615DB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47928, Token=E8E1FD2B81615DB2, OptionSet={"Object-Security":0x0C10000000}, acked AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA!
06:50:36.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L59, 127.0.0.1:8192] send request
06:50:36.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L59, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L59, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6
06:50:36.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L59, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-47929], CON-POST   MID=47929, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6
06:50:36.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L59, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-2C8E59F9D7220C72], CON-POST   MID=47929, Token=2C8E59F9D7220C72, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6
06:50:36.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-47929], KeyToken[127.0.0.1:8192-2C8E59F9D7220C72]]
06:50:36.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 43 bytes to 127.0.0.1:8192
06:50:36.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E59,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=47929, Token=2C8E59F9D7220C72, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6]
06:50:36.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 43 bytes from 127.0.0.1:8193
06:50:36.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47929]
06:50:36.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R60, 127.0.0.1:8193] replace CON-POST   MID=47929, Token=2C8E59F9D7220C72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47929, Token=2C8E59F9D7220C72, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R60, 127.0.0.1:8193] send response NON-2.05   MID=47929, Token=null, OptionSet={}, "server responds hi"
06:50:36.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R60, 127.0.0.1:8193, complete]!
06:50:36.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R60, 127.0.0.1:8193, complete] completed NON-2.04   MID=47929, Token=2C8E59F9D7220C72, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7!
06:50:36.378 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E60,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=47929, Token=2C8E59F9D7220C72, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7]
06:50:36.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
06:50:36.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-47929]
06:50:36.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L59, 127.0.0.1:8192, complete]!
06:50:36.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L59, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-2C8E59F9D7220C72]
06:50:36.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L59, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-47929]
06:50:36.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L59, 127.0.0.1:8192, complete] completed CON-POST   MID=47929, Token=2C8E59F9D7220C72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47929, Token=2C8E59F9D7220C72, OptionSet={"Object-Security":0x0C20000000}, acked 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6!
06:50:36.379 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:36.380 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192
06:50:36.380 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192
06:50:36.380 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ...
06:50:36.380 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1
06:50:36.380 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped.
06:50:36.380 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192
06:50:36.380 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:36.382 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:36.382 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:36.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:36.382 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:36.382 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:36.383 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:36.383 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:36.383 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:36.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:36.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194
06:50:36.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:36.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:36.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:36.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194
06:50:36.383 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:36.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L61, 127.0.0.1:8194] send request
06:50:36.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L61, 127.0.0.1:8194] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L61, 127.0.0.1:8194] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65
06:50:36.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L61, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-49744], CON-POST   MID=49744, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65
06:50:36.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L61, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-B89BCA8D82A6E966], CON-POST   MID=49744, Token=B89BCA8D82A6E966, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65
06:50:36.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-49744], KeyToken[127.0.0.1:8194-B89BCA8D82A6E966]]
06:50:36.385 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8194
06:50:36.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E61,T25) 127.0.0.1:8,193 ==> :8,194 [CON-POST   MID=49744, Token=B89BCA8D82A6E966, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65]
06:50:36.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 41 bytes from 127.0.0.1:8193
06:50:36.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49744]
06:50:36.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R62, 127.0.0.1:8193] replace CON-POST   MID=49744, Token=B89BCA8D82A6E966, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=49744, Token=B89BCA8D82A6E966, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R62, 127.0.0.1:8193] send response NON-2.05   MID=49744, Token=null, OptionSet={}, "server responds hi"
06:50:36.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R62, 127.0.0.1:8193, complete]!
06:50:36.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R62, 127.0.0.1:8193, complete] completed NON-2.04   MID=49744, Token=B89BCA8D82A6E966, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE!
06:50:36.387 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E62,T20) 127.0.0.1:8,194 ==> :8,193 [NON-2.04   MID=49744, Token=B89BCA8D82A6E966, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE]
06:50:36.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8194
06:50:36.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8194-49744]
06:50:36.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L61, 127.0.0.1:8194, complete]!
06:50:36.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L61, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-B89BCA8D82A6E966]
06:50:36.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L61, 127.0.0.1:8194, complete] for MID KeyMID[127.0.0.1:8194-49744]
06:50:36.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L61, 127.0.0.1:8194, complete] completed CON-POST   MID=49744, Token=B89BCA8D82A6E966, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=49744, Token=B89BCA8D82A6E966, OptionSet={"Object-Security":0x0A03E8}, acked 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65!
06:50:36.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L63, 127.0.0.1:8194] send request
06:50:36.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L63, 127.0.0.1:8194] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L63, 127.0.0.1:8194] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50
06:50:36.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L63, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-49745], CON-POST   MID=49745, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50
06:50:36.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L63, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-58B55886EFE1B114], CON-POST   MID=49745, Token=58B55886EFE1B114, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50
06:50:36.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-49745], KeyToken[127.0.0.1:8194-58B55886EFE1B114]]
06:50:36.389 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8194
06:50:36.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E63,T25) 127.0.0.1:8,193 ==> :8,194 [CON-POST   MID=49745, Token=58B55886EFE1B114, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50]
06:50:36.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 41 bytes from 127.0.0.1:8193
06:50:36.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49745]
06:50:36.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.390 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old
06:50:36.390 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
06:50:36.390 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
06:50:36.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R64, 127.0.0.1:8193, complete]!
06:50:36.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R64, 127.0.0.1:8193, complete] completed ACK-4.01   MID=49745, Token=58B55886EFE1B114, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
06:50:36.392 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8193
06:50:36.392 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E64,T20) 127.0.0.1:8,194 ==> :8,193 [ACK-4.01   MID=49745, Token=58B55886EFE1B114, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
06:50:36.392 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 30 bytes from 127.0.0.1:8194
06:50:36.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:36.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=49745, Token=58B55886EFE1B114, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
06:50:36.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L63, 127.0.0.1:8194, complete]!
06:50:36.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L63, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-58B55886EFE1B114]
06:50:36.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L63, 127.0.0.1:8194, complete] for MID KeyMID[127.0.0.1:8194-49745]
06:50:36.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L63, 127.0.0.1:8194, complete] completed CON-POST   MID=49745, Token=58B55886EFE1B114, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=49745, Token=58B55886EFE1B114, OptionSet={"Object-Security":0x0A0388}, acked 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50!
06:50:36.393 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:36.394 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194
06:50:36.394 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194
06:50:36.394 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ...
06:50:36.394 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1
06:50:36.394 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped.
06:50:36.394 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194
06:50:36.394 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:36.395 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:36.395 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:36.395 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:36.395 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:36.395 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:36.396 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:36.396 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:36.396 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:36.396 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:36.396 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195
06:50:36.396 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:36.396 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:36.396 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8195, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:36.396 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:36.396 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8195
06:50:36.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L65, 127.0.0.1:8195] send request
06:50:36.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L65, 127.0.0.1:8195] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L65, 127.0.0.1:8195] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:36.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L65, 127.0.0.1:8195] added with generated mid KeyMID[127.0.0.1:8195-19156], CON-POST   MID=19156, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:36.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L65, 127.0.0.1:8195] added with generated token KeyToken[127.0.0.1:8195-7CE92322E6514052], CON-POST   MID=19156, Token=7CE92322E6514052, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:36.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-19156], KeyToken[127.0.0.1:8195-7CE92322E6514052]]
06:50:36.398 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8195
06:50:36.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E65,T30) 127.0.0.1:8,193 ==> :8,195 [CON-POST   MID=19156, Token=7CE92322E6514052, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C]
06:50:36.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8195) received 40 bytes from 127.0.0.1:8193
06:50:36.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-19156]
06:50:36.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R66, 127.0.0.1:8193] replace CON-POST   MID=19156, Token=7CE92322E6514052, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=19156, Token=7CE92322E6514052, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R66, 127.0.0.1:8193] send response NON-2.05   MID=19156, Token=null, OptionSet={}, "server responds hi"
06:50:36.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R66, 127.0.0.1:8193, complete]!
06:50:36.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R66, 127.0.0.1:8193, complete] completed NON-2.04   MID=19156, Token=7CE92322E6514052, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B!
06:50:36.400 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.400 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E66,T20) 127.0.0.1:8,195 ==> :8,193 [NON-2.04   MID=19156, Token=7CE92322E6514052, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B]
06:50:36.400 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8195
06:50:36.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-19156]
06:50:36.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L65, 127.0.0.1:8195, complete]!
06:50:36.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L65, 127.0.0.1:8195, complete] for token KeyToken[127.0.0.1:8195-7CE92322E6514052]
06:50:36.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L65, 127.0.0.1:8195, complete] for MID KeyMID[127.0.0.1:8195-19156]
06:50:36.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L65, 127.0.0.1:8195, complete] completed CON-POST   MID=19156, Token=7CE92322E6514052, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=19156, Token=7CE92322E6514052, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C!
06:50:36.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L67, 127.0.0.1:8195] send request
06:50:36.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L67, 127.0.0.1:8195] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L67, 127.0.0.1:8195] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:36.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L67, 127.0.0.1:8195] added with generated mid KeyMID[127.0.0.1:8195-19157], CON-POST   MID=19157, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:36.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L67, 127.0.0.1:8195] added with generated token KeyToken[127.0.0.1:8195-90C0BDD23FB6CFDA], CON-POST   MID=19157, Token=90C0BDD23FB6CFDA, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:36.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-19157], KeyToken[127.0.0.1:8195-90C0BDD23FB6CFDA]]
06:50:36.402 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8195
06:50:36.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E67,T30) 127.0.0.1:8,193 ==> :8,195 [CON-POST   MID=19157, Token=90C0BDD23FB6CFDA, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61]
06:50:36.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8195) received 40 bytes from 127.0.0.1:8193
06:50:36.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-19157]
06:50:36.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R68, 127.0.0.1:8193] replace CON-POST   MID=19157, Token=90C0BDD23FB6CFDA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=19157, Token=90C0BDD23FB6CFDA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R68, 127.0.0.1:8193] send response NON-2.05   MID=19157, Token=null, OptionSet={}, "server responds hi"
06:50:36.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R68, 127.0.0.1:8193, complete]!
06:50:36.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R68, 127.0.0.1:8193, complete] completed NON-2.04   MID=19157, Token=90C0BDD23FB6CFDA, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16!
06:50:36.404 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.404 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E68,T20) 127.0.0.1:8,195 ==> :8,193 [NON-2.04   MID=19157, Token=90C0BDD23FB6CFDA, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16]
06:50:36.404 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8195
06:50:36.404 [: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-19157]
06:50:36.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L67, 127.0.0.1:8195, complete]!
06:50:36.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L67, 127.0.0.1:8195, complete] for token KeyToken[127.0.0.1:8195-90C0BDD23FB6CFDA]
06:50:36.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L67, 127.0.0.1:8195, complete] for MID KeyMID[127.0.0.1:8195-19157]
06:50:36.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L67, 127.0.0.1:8195, complete] completed CON-POST   MID=19157, Token=90C0BDD23FB6CFDA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=19157, Token=90C0BDD23FB6CFDA, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61!
06:50:36.404 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:36.446 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195
06:50:36.446 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8195
06:50:36.446 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] stopping ...
06:50:36.447 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /127.0.0.1
06:50:36.447 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] has stopped.
06:50:36.447 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8195
06:50:36.447 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:36.447 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:36.447 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:36.448 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:36.448 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:36.448 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:36.448 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:36.448 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:36.448 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:36.448 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:36.449 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196
06:50:36.449 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:36.449 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8196, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:36.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:36.449 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:36.449 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196
06:50:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69, 127.0.0.1:8196] send request
06:50:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47219], CON-POST   MID=47219, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FCE53407B5F8FF8C], CON-POST   MID=47219, Token=FCE53407B5F8FF8C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:36.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47219], KeyToken[127.0.0.1:8196-FCE53407B5F8FF8C]]
06:50:36.451 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E69,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47219, Token=FCE53407B5F8FF8C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85]
06:50:36.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47219]
06:50:36.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R70, 127.0.0.1:8193] replace CON-POST   MID=47219, Token=FCE53407B5F8FF8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47219, Token=FCE53407B5F8FF8C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R70, 127.0.0.1:8193] send response NON-2.05   MID=47219, Token=null, OptionSet={}, "server responds hi"
06:50:36.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R70, 127.0.0.1:8193, complete]!
06:50:36.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R70, 127.0.0.1:8193, complete] completed NON-2.04   MID=47219, Token=FCE53407B5F8FF8C, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11!
06:50:36.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E70,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47219, Token=FCE53407B5F8FF8C, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47219]
06:50:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69, 127.0.0.1:8196, complete]!
06:50:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FCE53407B5F8FF8C]
06:50:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47219]
06:50:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L69, 127.0.0.1:8196, complete] completed CON-POST   MID=47219, Token=FCE53407B5F8FF8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47219, Token=FCE53407B5F8FF8C, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85!
06:50:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L71, 127.0.0.1:8196] send request
06:50:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L71, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L71, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L71, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47220], CON-POST   MID=47220, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L71, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8069CDF5C5F3A2EC], CON-POST   MID=47220, Token=8069CDF5C5F3A2EC, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:36.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47220], KeyToken[127.0.0.1:8196-8069CDF5C5F3A2EC]]
06:50:36.455 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E71,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47220, Token=8069CDF5C5F3A2EC, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A]
06:50:36.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47220]
06:50:36.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R72, 127.0.0.1:8193] replace CON-POST   MID=47220, Token=8069CDF5C5F3A2EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47220, Token=8069CDF5C5F3A2EC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R72, 127.0.0.1:8193] send response NON-2.05   MID=47220, Token=null, OptionSet={}, "server responds hi"
06:50:36.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R72, 127.0.0.1:8193, complete]!
06:50:36.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R72, 127.0.0.1:8193, complete] completed NON-2.04   MID=47220, Token=8069CDF5C5F3A2EC, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC!
06:50:36.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:8193
06:50:36.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E72,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47220, Token=8069CDF5C5F3A2EC, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC]
06:50:36.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47220]
06:50:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L71, 127.0.0.1:8196, complete]!
06:50:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L71, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8069CDF5C5F3A2EC]
06:50:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L71, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47220]
06:50:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L71, 127.0.0.1:8196, complete] completed CON-POST   MID=47220, Token=8069CDF5C5F3A2EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47220, Token=8069CDF5C5F3A2EC, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A!
06:50:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L73, 127.0.0.1:8196] send request
06:50:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L73, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L73, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:36.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L73, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47221], CON-POST   MID=47221, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:36.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L73, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-5CAC4E80A38F0C7A], CON-POST   MID=47221, Token=5CAC4E80A38F0C7A, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50: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:8196-47221], KeyToken[127.0.0.1:8196-5CAC4E80A38F0C7A]]
06:50: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:8196
06:50:36.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E73,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47221, Token=5CAC4E80A38F0C7A, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8]
06:50:36.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47221]
06:50:36.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R74, 127.0.0.1:8193] replace CON-POST   MID=47221, Token=5CAC4E80A38F0C7A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47221, Token=5CAC4E80A38F0C7A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R74, 127.0.0.1:8193] send response NON-2.05   MID=47221, Token=null, OptionSet={}, "server responds hi"
06:50:36.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R74, 127.0.0.1:8193, complete]!
06:50:36.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R74, 127.0.0.1:8193, complete] completed NON-2.04   MID=47221, Token=5CAC4E80A38F0C7A, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09!
06:50: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:8193
06:50:36.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E74,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47221, Token=5CAC4E80A38F0C7A, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09]
06:50:36.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47221]
06:50:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L73, 127.0.0.1:8196, complete]!
06:50:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L73, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-5CAC4E80A38F0C7A]
06:50:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L73, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47221]
06:50:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L73, 127.0.0.1:8196, complete] completed CON-POST   MID=47221, Token=5CAC4E80A38F0C7A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47221, Token=5CAC4E80A38F0C7A, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8!
06:50:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L75, 127.0.0.1:8196] send request
06:50:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L75, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L75, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4
06:50:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L75, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47222], CON-POST   MID=47222, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4
06:50:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L75, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2CCDAC2CA9DAE535], CON-POST   MID=47222, Token=2CCDAC2CA9DAE535, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4
06:50:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47222], KeyToken[127.0.0.1:8196-2CCDAC2CA9DAE535]]
06:50:36.461 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E75,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47222, Token=2CCDAC2CA9DAE535, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4]
06:50:36.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47222]
06:50:36.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R76, 127.0.0.1:8193] replace CON-POST   MID=47222, Token=2CCDAC2CA9DAE535, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47222, Token=2CCDAC2CA9DAE535, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R76, 127.0.0.1:8193] send response NON-2.05   MID=47222, Token=null, OptionSet={}, "server responds hi"
06:50:36.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R76, 127.0.0.1:8193, complete]!
06:50:36.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R76, 127.0.0.1:8193, complete] completed NON-2.04   MID=47222, Token=2CCDAC2CA9DAE535, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB!
06:50: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:8193
06:50:36.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E76,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47222, Token=2CCDAC2CA9DAE535, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47222]
06:50:36.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L75, 127.0.0.1:8196, complete]!
06:50:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L75, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2CCDAC2CA9DAE535]
06:50:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L75, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47222]
06:50:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L75, 127.0.0.1:8196, complete] completed CON-POST   MID=47222, Token=2CCDAC2CA9DAE535, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47222, Token=2CCDAC2CA9DAE535, OptionSet={"Object-Security":0x0903}, acked C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4!
06:50:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L77, 127.0.0.1:8196] send request
06:50:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L77, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L77, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L77, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47223], CON-POST   MID=47223, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L77, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00B178012D00A63D], CON-POST   MID=47223, Token=00B178012D00A63D, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47223], KeyToken[127.0.0.1:8196-00B178012D00A63D]]
06:50:36.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E77,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47223, Token=00B178012D00A63D, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7]
06:50:36.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47223]
06:50:36.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R78, 127.0.0.1:8193] replace CON-POST   MID=47223, Token=00B178012D00A63D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47223, Token=00B178012D00A63D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R78, 127.0.0.1:8193] send response NON-2.05   MID=47223, Token=null, OptionSet={}, "server responds hi"
06:50:36.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R78, 127.0.0.1:8193, complete]!
06:50:36.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R78, 127.0.0.1:8193, complete] completed NON-2.04   MID=47223, Token=00B178012D00A63D, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F!
06:50:36.466 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E78,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47223, Token=00B178012D00A63D, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47223]
06:50:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L77, 127.0.0.1:8196, complete]!
06:50:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L77, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00B178012D00A63D]
06:50:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L77, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47223]
06:50:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L77, 127.0.0.1:8196, complete] completed CON-POST   MID=47223, Token=00B178012D00A63D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47223, Token=00B178012D00A63D, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7!
06:50:36.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79, 127.0.0.1:8196] send request
06:50:36.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:36.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47224], CON-POST   MID=47224, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:36.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4402AFFFC4A8042], CON-POST   MID=47224, Token=E4402AFFFC4A8042, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:36.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47224], KeyToken[127.0.0.1:8196-E4402AFFFC4A8042]]
06:50: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:8196
06:50:36.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E79,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47224, Token=E4402AFFFC4A8042, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61]
06:50:36.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47224]
06:50:36.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R80, 127.0.0.1:8193] replace CON-POST   MID=47224, Token=E4402AFFFC4A8042, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47224, Token=E4402AFFFC4A8042, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R80, 127.0.0.1:8193] send response NON-2.05   MID=47224, Token=null, OptionSet={}, "server responds hi"
06:50:36.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R80, 127.0.0.1:8193, complete]!
06:50:36.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R80, 127.0.0.1:8193, complete] completed NON-2.04   MID=47224, Token=E4402AFFFC4A8042, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16!
06:50: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:8193
06:50:36.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E80,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47224, Token=E4402AFFFC4A8042, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47224]
06:50:36.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79, 127.0.0.1:8196, complete]!
06:50:36.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4402AFFFC4A8042]
06:50:36.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47224]
06:50:36.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L79, 127.0.0.1:8196, complete] completed CON-POST   MID=47224, Token=E4402AFFFC4A8042, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47224, Token=E4402AFFFC4A8042, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61!
06:50:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L81, 127.0.0.1:8196] send request
06:50:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L81, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L81, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD
06:50:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L81, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47225], CON-POST   MID=47225, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD
06:50:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L81, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-7CF941CCC2032FAC], CON-POST   MID=47225, Token=7CF941CCC2032FAC, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD
06:50: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:8196-47225], KeyToken[127.0.0.1:8196-7CF941CCC2032FAC]]
06:50:36.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E81,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47225, Token=7CF941CCC2032FAC, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD]
06:50:36.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47225]
06:50:36.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R82, 127.0.0.1:8193] replace CON-POST   MID=47225, Token=7CF941CCC2032FAC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47225, Token=7CF941CCC2032FAC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R82, 127.0.0.1:8193] send response NON-2.05   MID=47225, Token=null, OptionSet={}, "server responds hi"
06:50:36.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R82, 127.0.0.1:8193, complete]!
06:50:36.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R82, 127.0.0.1:8193, complete] completed NON-2.04   MID=47225, Token=7CF941CCC2032FAC, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6!
06:50:36.473 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E82,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47225, Token=7CF941CCC2032FAC, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6]
06:50:36.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47225]
06:50:36.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L81, 127.0.0.1:8196, complete]!
06:50:36.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L81, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-7CF941CCC2032FAC]
06:50:36.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L81, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47225]
06:50:36.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L81, 127.0.0.1:8196, complete] completed CON-POST   MID=47225, Token=7CF941CCC2032FAC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47225, Token=7CF941CCC2032FAC, OptionSet={"Object-Security":0x0906}, acked 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD!
06:50:36.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L83, 127.0.0.1:8196] send request
06:50:36.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L83, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L83, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0
06:50:36.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L83, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47226], CON-POST   MID=47226, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0
06:50:36.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L83, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-444CAB052DF40EAB], CON-POST   MID=47226, Token=444CAB052DF40EAB, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0
06:50:36.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47226], KeyToken[127.0.0.1:8196-444CAB052DF40EAB]]
06:50:36.475 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E83,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47226, Token=444CAB052DF40EAB, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0]
06:50:36.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47226]
06:50:36.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R84, 127.0.0.1:8193] replace CON-POST   MID=47226, Token=444CAB052DF40EAB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47226, Token=444CAB052DF40EAB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R84, 127.0.0.1:8193] send response NON-2.05   MID=47226, Token=null, OptionSet={}, "server responds hi"
06:50:36.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R84, 127.0.0.1:8193, complete]!
06:50:36.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R84, 127.0.0.1:8193, complete] completed NON-2.04   MID=47226, Token=444CAB052DF40EAB, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6!
06:50:36.476 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E84,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47226, Token=444CAB052DF40EAB, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6]
06:50:36.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47226]
06:50:36.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L83, 127.0.0.1:8196, complete]!
06:50:36.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L83, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-444CAB052DF40EAB]
06:50:36.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L83, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47226]
06:50:36.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L83, 127.0.0.1:8196, complete] completed CON-POST   MID=47226, Token=444CAB052DF40EAB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47226, Token=444CAB052DF40EAB, OptionSet={"Object-Security":0x0907}, acked F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0!
06:50:36.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L85, 127.0.0.1:8196] send request
06:50:36.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L85, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L85, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:36.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L85, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47227], CON-POST   MID=47227, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:36.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L85, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E85995C2B0CAF519], CON-POST   MID=47227, Token=E85995C2B0CAF519, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:36.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47227], KeyToken[127.0.0.1:8196-E85995C2B0CAF519]]
06:50:36.478 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E85,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47227, Token=E85995C2B0CAF519, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12]
06:50:36.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47227]
06:50:36.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R86, 127.0.0.1:8193] replace CON-POST   MID=47227, Token=E85995C2B0CAF519, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47227, Token=E85995C2B0CAF519, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R86, 127.0.0.1:8193] send response NON-2.05   MID=47227, Token=null, OptionSet={}, "server responds hi"
06:50:36.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R86, 127.0.0.1:8193, complete]!
06:50:36.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R86, 127.0.0.1:8193, complete] completed NON-2.04   MID=47227, Token=E85995C2B0CAF519, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02!
06:50:36.479 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E86,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47227, Token=E85995C2B0CAF519, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02]
06:50:36.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47227]
06:50:36.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L85, 127.0.0.1:8196, complete]!
06:50:36.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L85, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E85995C2B0CAF519]
06:50:36.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L85, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47227]
06:50:36.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L85, 127.0.0.1:8196, complete] completed CON-POST   MID=47227, Token=E85995C2B0CAF519, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47227, Token=E85995C2B0CAF519, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12!
06:50:36.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L87, 127.0.0.1:8196] send request
06:50:36.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L87, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L87, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE
06:50:36.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L87, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47228], CON-POST   MID=47228, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE
06:50:36.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L87, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-88B2A81517B75406], CON-POST   MID=47228, Token=88B2A81517B75406, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE
06:50:36.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47228], KeyToken[127.0.0.1:8196-88B2A81517B75406]]
06:50:36.481 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E87,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47228, Token=88B2A81517B75406, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE]
06:50:36.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47228]
06:50:36.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R88, 127.0.0.1:8193] replace CON-POST   MID=47228, Token=88B2A81517B75406, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47228, Token=88B2A81517B75406, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R88, 127.0.0.1:8193] send response NON-2.05   MID=47228, Token=null, OptionSet={}, "server responds hi"
06:50:36.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R88, 127.0.0.1:8193, complete]!
06:50:36.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R88, 127.0.0.1:8193, complete] completed NON-2.04   MID=47228, Token=88B2A81517B75406, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C!
06:50:36.483 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E88,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47228, Token=88B2A81517B75406, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C]
06:50:36.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47228]
06:50:36.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L87, 127.0.0.1:8196, complete]!
06:50:36.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L87, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-88B2A81517B75406]
06:50:36.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L87, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47228]
06:50:36.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L87, 127.0.0.1:8196, complete] completed CON-POST   MID=47228, Token=88B2A81517B75406, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47228, Token=88B2A81517B75406, OptionSet={"Object-Security":0x0909}, acked A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE!
06:50:36.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L89, 127.0.0.1:8196] send request
06:50:36.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L89, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L89, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:36.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L89, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47229], CON-POST   MID=47229, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:36.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L89, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-48168DF2AAC8846D], CON-POST   MID=47229, Token=48168DF2AAC8846D, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:36.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47229], KeyToken[127.0.0.1:8196-48168DF2AAC8846D]]
06:50:36.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E89,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47229, Token=48168DF2AAC8846D, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C]
06:50:36.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47229]
06:50:36.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R90, 127.0.0.1:8193] replace CON-POST   MID=47229, Token=48168DF2AAC8846D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47229, Token=48168DF2AAC8846D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R90, 127.0.0.1:8193] send response NON-2.05   MID=47229, Token=null, OptionSet={}, "server responds hi"
06:50:36.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R90, 127.0.0.1:8193, complete]!
06:50:36.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R90, 127.0.0.1:8193, complete] completed NON-2.04   MID=47229, Token=48168DF2AAC8846D, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B!
06:50:36.486 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E90,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47229, Token=48168DF2AAC8846D, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B]
06:50:36.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47229]
06:50:36.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L89, 127.0.0.1:8196, complete]!
06:50:36.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L89, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-48168DF2AAC8846D]
06:50:36.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L89, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47229]
06:50:36.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L89, 127.0.0.1:8196, complete] completed CON-POST   MID=47229, Token=48168DF2AAC8846D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47229, Token=48168DF2AAC8846D, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C!
06:50:36.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L91, 127.0.0.1:8196] send request
06:50:36.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L91, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L91, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9
06:50:36.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L91, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47230], CON-POST   MID=47230, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9
06:50:36.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L91, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B86E0D380381581C], CON-POST   MID=47230, Token=B86E0D380381581C, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9
06:50:36.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47230], KeyToken[127.0.0.1:8196-B86E0D380381581C]]
06:50:36.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E91,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47230, Token=B86E0D380381581C, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9]
06:50:36.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47230]
06:50:36.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R92, 127.0.0.1:8193] replace CON-POST   MID=47230, Token=B86E0D380381581C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47230, Token=B86E0D380381581C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R92, 127.0.0.1:8193] send response NON-2.05   MID=47230, Token=null, OptionSet={}, "server responds hi"
06:50:36.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R92, 127.0.0.1:8193, complete]!
06:50:36.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R92, 127.0.0.1:8193, complete] completed NON-2.04   MID=47230, Token=B86E0D380381581C, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E!
06:50:36.489 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E92,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47230, Token=B86E0D380381581C, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E]
06:50:36.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47230]
06:50:36.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L91, 127.0.0.1:8196, complete]!
06:50:36.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L91, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B86E0D380381581C]
06:50:36.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L91, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47230]
06:50:36.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L91, 127.0.0.1:8196, complete] completed CON-POST   MID=47230, Token=B86E0D380381581C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47230, Token=B86E0D380381581C, OptionSet={"Object-Security":0x090B}, acked 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9!
06:50:36.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L93, 127.0.0.1:8196] send request
06:50:36.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L93, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L93, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93
06:50:36.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L93, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47231], CON-POST   MID=47231, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93
06:50:36.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L93, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-30EAD575C5D0DB64], CON-POST   MID=47231, Token=30EAD575C5D0DB64, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93
06:50:36.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47231], KeyToken[127.0.0.1:8196-30EAD575C5D0DB64]]
06:50:36.491 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E93,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47231, Token=30EAD575C5D0DB64, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93]
06:50:36.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47231]
06:50:36.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R94, 127.0.0.1:8193] replace CON-POST   MID=47231, Token=30EAD575C5D0DB64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47231, Token=30EAD575C5D0DB64, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R94, 127.0.0.1:8193] send response NON-2.05   MID=47231, Token=null, OptionSet={}, "server responds hi"
06:50:36.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R94, 127.0.0.1:8193, complete]!
06:50:36.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R94, 127.0.0.1:8193, complete] completed NON-2.04   MID=47231, Token=30EAD575C5D0DB64, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B!
06:50:36.493 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.493 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E94,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47231, Token=30EAD575C5D0DB64, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B]
06:50:36.493 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47231]
06:50:36.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L93, 127.0.0.1:8196, complete]!
06:50:36.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L93, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-30EAD575C5D0DB64]
06:50:36.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L93, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47231]
06:50:36.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L93, 127.0.0.1:8196, complete] completed CON-POST   MID=47231, Token=30EAD575C5D0DB64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47231, Token=30EAD575C5D0DB64, OptionSet={"Object-Security":0x090C}, acked A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93!
06:50:36.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L95, 127.0.0.1:8196] send request
06:50:36.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L95, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L95, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07
06:50:36.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L95, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47232], CON-POST   MID=47232, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07
06:50:36.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L95, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3089A4C075318F1B], CON-POST   MID=47232, Token=3089A4C075318F1B, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07
06:50:36.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47232], KeyToken[127.0.0.1:8196-3089A4C075318F1B]]
06:50:36.494 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E95,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47232, Token=3089A4C075318F1B, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07]
06:50:36.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47232]
06:50:36.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R96, 127.0.0.1:8193] replace CON-POST   MID=47232, Token=3089A4C075318F1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47232, Token=3089A4C075318F1B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R96, 127.0.0.1:8193] send response NON-2.05   MID=47232, Token=null, OptionSet={}, "server responds hi"
06:50:36.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R96, 127.0.0.1:8193, complete]!
06:50:36.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R96, 127.0.0.1:8193, complete] completed NON-2.04   MID=47232, Token=3089A4C075318F1B, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2!
06:50:36.496 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E96,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47232, Token=3089A4C075318F1B, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2]
06:50:36.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47232]
06:50:36.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L95, 127.0.0.1:8196, complete]!
06:50:36.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L95, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3089A4C075318F1B]
06:50:36.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L95, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47232]
06:50:36.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L95, 127.0.0.1:8196, complete] completed CON-POST   MID=47232, Token=3089A4C075318F1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47232, Token=3089A4C075318F1B, OptionSet={"Object-Security":0x090D}, acked 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07!
06:50:36.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L97, 127.0.0.1:8196] send request
06:50:36.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L97, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L97, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34
06:50:36.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L97, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47233], CON-POST   MID=47233, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34
06:50:36.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L97, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B4635EE8282B8F5F], CON-POST   MID=47233, Token=B4635EE8282B8F5F, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34
06:50:36.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47233], KeyToken[127.0.0.1:8196-B4635EE8282B8F5F]]
06:50:36.498 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.498 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E97,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47233, Token=B4635EE8282B8F5F, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34]
06:50:36.498 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47233]
06:50:36.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R98, 127.0.0.1:8193] replace CON-POST   MID=47233, Token=B4635EE8282B8F5F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47233, Token=B4635EE8282B8F5F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R98, 127.0.0.1:8193] send response NON-2.05   MID=47233, Token=null, OptionSet={}, "server responds hi"
06:50:36.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R98, 127.0.0.1:8193, complete]!
06:50:36.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R98, 127.0.0.1:8193, complete] completed NON-2.04   MID=47233, Token=B4635EE8282B8F5F, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13!
06:50:36.499 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.499 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E98,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47233, Token=B4635EE8282B8F5F, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13]
06:50:36.499 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47233]
06:50:36.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L97, 127.0.0.1:8196, complete]!
06:50:36.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L97, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B4635EE8282B8F5F]
06:50:36.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L97, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47233]
06:50:36.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L97, 127.0.0.1:8196, complete] completed CON-POST   MID=47233, Token=B4635EE8282B8F5F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47233, Token=B4635EE8282B8F5F, OptionSet={"Object-Security":0x090E}, acked 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34!
06:50:36.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L99, 127.0.0.1:8196] send request
06:50:36.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L99, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L99, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14
06:50:36.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L99, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47234], CON-POST   MID=47234, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14
06:50:36.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L99, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-441513EDD2AF8C21], CON-POST   MID=47234, Token=441513EDD2AF8C21, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14
06:50:36.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47234], KeyToken[127.0.0.1:8196-441513EDD2AF8C21]]
06:50:36.501 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.501 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E99,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47234, Token=441513EDD2AF8C21, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14]
06:50:36.501 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47234]
06:50:36.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R100, 127.0.0.1:8193] replace CON-POST   MID=47234, Token=441513EDD2AF8C21, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47234, Token=441513EDD2AF8C21, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R100, 127.0.0.1:8193] send response NON-2.05   MID=47234, Token=null, OptionSet={}, "server responds hi"
06:50:36.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R100, 127.0.0.1:8193, complete]!
06:50:36.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R100, 127.0.0.1:8193, complete] completed NON-2.04   MID=47234, Token=441513EDD2AF8C21, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB!
06:50:36.502 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.503 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E100,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47234, Token=441513EDD2AF8C21, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB]
06:50:36.503 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47234]
06:50:36.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L99, 127.0.0.1:8196, complete]!
06:50:36.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L99, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-441513EDD2AF8C21]
06:50:36.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L99, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47234]
06:50:36.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L99, 127.0.0.1:8196, complete] completed CON-POST   MID=47234, Token=441513EDD2AF8C21, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47234, Token=441513EDD2AF8C21, OptionSet={"Object-Security":0x090F}, acked 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14!
06:50:36.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L101, 127.0.0.1:8196] send request
06:50:36.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L101, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L101, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:36.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L101, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47235], CON-POST   MID=47235, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:36.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L101, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-104EA4D89EA937B9], CON-POST   MID=47235, Token=104EA4D89EA937B9, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:36.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47235], KeyToken[127.0.0.1:8196-104EA4D89EA937B9]]
06:50:36.504 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.504 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E101,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47235, Token=104EA4D89EA937B9, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF]
06:50:36.504 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47235]
06:50:36.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R102, 127.0.0.1:8193] replace CON-POST   MID=47235, Token=104EA4D89EA937B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47235, Token=104EA4D89EA937B9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R102, 127.0.0.1:8193] send response NON-2.05   MID=47235, Token=null, OptionSet={}, "server responds hi"
06:50:36.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R102, 127.0.0.1:8193, complete]!
06:50:36.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R102, 127.0.0.1:8193, complete] completed NON-2.04   MID=47235, Token=104EA4D89EA937B9, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87!
06:50:36.506 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.506 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E102,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47235, Token=104EA4D89EA937B9, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87]
06:50:36.506 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47235]
06:50:36.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L101, 127.0.0.1:8196, complete]!
06:50:36.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L101, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-104EA4D89EA937B9]
06:50:36.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L101, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47235]
06:50:36.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L101, 127.0.0.1:8196, complete] completed CON-POST   MID=47235, Token=104EA4D89EA937B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47235, Token=104EA4D89EA937B9, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF!
06:50:36.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L103, 127.0.0.1:8196] send request
06:50:36.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L103, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L103, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64
06:50:36.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L103, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47236], CON-POST   MID=47236, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64
06:50:36.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L103, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-AC13A11A66842476], CON-POST   MID=47236, Token=AC13A11A66842476, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64
06:50:36.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47236], KeyToken[127.0.0.1:8196-AC13A11A66842476]]
06:50:36.507 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.508 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E103,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47236, Token=AC13A11A66842476, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64]
06:50:36.546 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47236]
06:50:36.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R104, 127.0.0.1:8193] replace CON-POST   MID=47236, Token=AC13A11A66842476, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47236, Token=AC13A11A66842476, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R104, 127.0.0.1:8193] send response NON-2.05   MID=47236, Token=null, OptionSet={}, "server responds hi"
06:50:36.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R104, 127.0.0.1:8193, complete]!
06:50:36.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R104, 127.0.0.1:8193, complete] completed NON-2.04   MID=47236, Token=AC13A11A66842476, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43!
06:50: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:8193
06:50:36.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E104,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47236, Token=AC13A11A66842476, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47236]
06:50:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L103, 127.0.0.1:8196, complete]!
06:50:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L103, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-AC13A11A66842476]
06:50:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L103, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47236]
06:50:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L103, 127.0.0.1:8196, complete] completed CON-POST   MID=47236, Token=AC13A11A66842476, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47236, Token=AC13A11A66842476, OptionSet={"Object-Security":0x0911}, acked E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64!
06:50:36.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L105, 127.0.0.1:8196] send request
06:50:36.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L105, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L105, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5
06:50:36.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L105, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47237], CON-POST   MID=47237, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5
06:50:36.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L105, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-BC82163F0B0E9261], CON-POST   MID=47237, Token=BC82163F0B0E9261, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5
06:50: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:8196-47237], KeyToken[127.0.0.1:8196-BC82163F0B0E9261]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:36.550 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E105,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47237, Token=BC82163F0B0E9261, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5]
06:50:36.550 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47237]
06:50:36.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R106, 127.0.0.1:8193] replace CON-POST   MID=47237, Token=BC82163F0B0E9261, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47237, Token=BC82163F0B0E9261, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R106, 127.0.0.1:8193] send response NON-2.05   MID=47237, Token=null, OptionSet={}, "server responds hi"
06:50:36.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R106, 127.0.0.1:8193, complete]!
06:50:36.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R106, 127.0.0.1:8193, complete] completed NON-2.04   MID=47237, Token=BC82163F0B0E9261, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A!
06:50: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:8193
06:50:36.551 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E106,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47237, Token=BC82163F0B0E9261, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47237]
06:50:36.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L105, 127.0.0.1:8196, complete]!
06:50:36.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L105, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-BC82163F0B0E9261]
06:50:36.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L105, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47237]
06:50:36.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L105, 127.0.0.1:8196, complete] completed CON-POST   MID=47237, Token=BC82163F0B0E9261, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47237, Token=BC82163F0B0E9261, OptionSet={"Object-Security":0x0912}, acked 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5!
06:50:36.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L107, 127.0.0.1:8196] send request
06:50:36.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L107, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L107, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80
06:50:36.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L107, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47238], CON-POST   MID=47238, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80
06:50:36.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L107, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1CCCCE436F62E661], CON-POST   MID=47238, Token=1CCCCE436F62E661, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80
06:50:36.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47238], KeyToken[127.0.0.1:8196-1CCCCE436F62E661]]
06:50:36.552 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E107,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47238, Token=1CCCCE436F62E661, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80]
06:50:36.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47238]
06:50:36.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R108, 127.0.0.1:8193] replace CON-POST   MID=47238, Token=1CCCCE436F62E661, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47238, Token=1CCCCE436F62E661, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R108, 127.0.0.1:8193] send response NON-2.05   MID=47238, Token=null, OptionSet={}, "server responds hi"
06:50:36.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R108, 127.0.0.1:8193, complete]!
06:50:36.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R108, 127.0.0.1:8193, complete] completed NON-2.04   MID=47238, Token=1CCCCE436F62E661, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38!
06:50:36.554 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E108,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47238, Token=1CCCCE436F62E661, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38]
06:50:36.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47238]
06:50:36.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L107, 127.0.0.1:8196, complete]!
06:50:36.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L107, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1CCCCE436F62E661]
06:50:36.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L107, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47238]
06:50:36.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L107, 127.0.0.1:8196, complete] completed CON-POST   MID=47238, Token=1CCCCE436F62E661, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47238, Token=1CCCCE436F62E661, OptionSet={"Object-Security":0x0913}, acked 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80!
06:50:36.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L109, 127.0.0.1:8196] send request
06:50:36.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L109, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L109, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB
06:50:36.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L109, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47239], CON-POST   MID=47239, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB
06:50:36.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L109, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-249FAE0A04FA33BD], CON-POST   MID=47239, Token=249FAE0A04FA33BD, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB
06:50:36.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47239], KeyToken[127.0.0.1:8196-249FAE0A04FA33BD]]
06:50:36.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E109,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47239, Token=249FAE0A04FA33BD, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB]
06:50:36.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47239]
06:50:36.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R110, 127.0.0.1:8193] replace CON-POST   MID=47239, Token=249FAE0A04FA33BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47239, Token=249FAE0A04FA33BD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R110, 127.0.0.1:8193] send response NON-2.05   MID=47239, Token=null, OptionSet={}, "server responds hi"
06:50:36.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R110, 127.0.0.1:8193, complete]!
06:50:36.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R110, 127.0.0.1:8193, complete] completed NON-2.04   MID=47239, Token=249FAE0A04FA33BD, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5!
06:50:36.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E110,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47239, Token=249FAE0A04FA33BD, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5]
06:50:36.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 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47239]
06:50:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L109, 127.0.0.1:8196, complete]!
06:50:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L109, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-249FAE0A04FA33BD]
06:50:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L109, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47239]
06:50:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L109, 127.0.0.1:8196, complete] completed CON-POST   MID=47239, Token=249FAE0A04FA33BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47239, Token=249FAE0A04FA33BD, OptionSet={"Object-Security":0x0914}, acked C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB!
06:50:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L111, 127.0.0.1:8196] send request
06:50:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L111, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L111, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC
06:50:36.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L111, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47240], CON-POST   MID=47240, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC
06:50:36.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L111, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-38EC6CADB3972157], CON-POST   MID=47240, Token=38EC6CADB3972157, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC
06:50:36.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47240], KeyToken[127.0.0.1:8196-38EC6CADB3972157]]
06:50:36.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:8196
06:50:36.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E111,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47240, Token=38EC6CADB3972157, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC]
06:50:36.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47240]
06:50:36.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R112, 127.0.0.1:8193] replace CON-POST   MID=47240, Token=38EC6CADB3972157, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47240, Token=38EC6CADB3972157, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R112, 127.0.0.1:8193] send response NON-2.05   MID=47240, Token=null, OptionSet={}, "server responds hi"
06:50:36.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R112, 127.0.0.1:8193, complete]!
06:50:36.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R112, 127.0.0.1:8193, complete] completed NON-2.04   MID=47240, Token=38EC6CADB3972157, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05!
06:50: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:8193
06:50:36.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E112,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47240, Token=38EC6CADB3972157, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47240]
06:50:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L111, 127.0.0.1:8196, complete]!
06:50:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L111, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-38EC6CADB3972157]
06:50:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L111, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47240]
06:50:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L111, 127.0.0.1:8196, complete] completed CON-POST   MID=47240, Token=38EC6CADB3972157, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47240, Token=38EC6CADB3972157, OptionSet={"Object-Security":0x0915}, acked 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC!
06:50:36.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L113, 127.0.0.1:8196] send request
06:50:36.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L113, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L113, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79
06:50:36.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L113, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47241], CON-POST   MID=47241, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79
06:50:36.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L113, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F479AF14FEDB4FC1], CON-POST   MID=47241, Token=F479AF14FEDB4FC1, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79
06:50: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:8196-47241], KeyToken[127.0.0.1:8196-F479AF14FEDB4FC1]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:36.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E113,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47241, Token=F479AF14FEDB4FC1, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79]
06:50:36.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47241]
06:50:36.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R114, 127.0.0.1:8193] replace CON-POST   MID=47241, Token=F479AF14FEDB4FC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47241, Token=F479AF14FEDB4FC1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R114, 127.0.0.1:8193] send response NON-2.05   MID=47241, Token=null, OptionSet={}, "server responds hi"
06:50:36.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R114, 127.0.0.1:8193, complete]!
06:50:36.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R114, 127.0.0.1:8193, complete] completed NON-2.04   MID=47241, Token=F479AF14FEDB4FC1, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE!
06:50:36.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E114,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47241, Token=F479AF14FEDB4FC1, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE]
06:50:36.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47241]
06:50:36.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L113, 127.0.0.1:8196, complete]!
06:50:36.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L113, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F479AF14FEDB4FC1]
06:50:36.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L113, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47241]
06:50:36.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L113, 127.0.0.1:8196, complete] completed CON-POST   MID=47241, Token=F479AF14FEDB4FC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47241, Token=F479AF14FEDB4FC1, OptionSet={"Object-Security":0x0916}, acked 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79!
06:50:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L115, 127.0.0.1:8196] send request
06:50:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L115, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L115, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02
06:50:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L115, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47242], CON-POST   MID=47242, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02
06:50:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L115, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D4EE7E5F07C1F9C1], CON-POST   MID=47242, Token=D4EE7E5F07C1F9C1, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02
06:50:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47242], KeyToken[127.0.0.1:8196-D4EE7E5F07C1F9C1]]
06:50:36.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:8196
06:50:36.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E115,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47242, Token=D4EE7E5F07C1F9C1, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02]
06:50:36.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47242]
06:50:36.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R116, 127.0.0.1:8193] replace CON-POST   MID=47242, Token=D4EE7E5F07C1F9C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47242, Token=D4EE7E5F07C1F9C1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R116, 127.0.0.1:8193] send response NON-2.05   MID=47242, Token=null, OptionSet={}, "server responds hi"
06:50:36.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R116, 127.0.0.1:8193, complete]!
06:50:36.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R116, 127.0.0.1:8193, complete] completed NON-2.04   MID=47242, Token=D4EE7E5F07C1F9C1, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78!
06:50:36.567 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E116,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47242, Token=D4EE7E5F07C1F9C1, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78]
06:50:36.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47242]
06:50:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L115, 127.0.0.1:8196, complete]!
06:50:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L115, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D4EE7E5F07C1F9C1]
06:50:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L115, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47242]
06:50:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L115, 127.0.0.1:8196, complete] completed CON-POST   MID=47242, Token=D4EE7E5F07C1F9C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47242, Token=D4EE7E5F07C1F9C1, OptionSet={"Object-Security":0x0917}, acked 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02!
06:50:36.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L117, 127.0.0.1:8196] send request
06:50:36.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L117, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L117, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93
06:50:36.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L117, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47243], CON-POST   MID=47243, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93
06:50:36.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L117, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-60B83E1C35C80CFA], CON-POST   MID=47243, Token=60B83E1C35C80CFA, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93
06:50:36.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-47243], KeyToken[127.0.0.1:8196-60B83E1C35C80CFA]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:36.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E117,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47243, Token=60B83E1C35C80CFA, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93]
06:50:36.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47243]
06:50:36.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R118, 127.0.0.1:8193] replace CON-POST   MID=47243, Token=60B83E1C35C80CFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47243, Token=60B83E1C35C80CFA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R118, 127.0.0.1:8193] send response NON-2.05   MID=47243, Token=null, OptionSet={}, "server responds hi"
06:50:36.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R118, 127.0.0.1:8193, complete]!
06:50:36.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R118, 127.0.0.1:8193, complete] completed NON-2.04   MID=47243, Token=60B83E1C35C80CFA, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E!
06:50: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:8193
06:50:36.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E118,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47243, Token=60B83E1C35C80CFA, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E]
06:50:36.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47243]
06:50:36.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L117, 127.0.0.1:8196, complete]!
06:50:36.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L117, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-60B83E1C35C80CFA]
06:50:36.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L117, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47243]
06:50:36.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L117, 127.0.0.1:8196, complete] completed CON-POST   MID=47243, Token=60B83E1C35C80CFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47243, Token=60B83E1C35C80CFA, OptionSet={"Object-Security":0x0918}, acked 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93!
06:50:36.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L119, 127.0.0.1:8196] send request
06:50:36.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L119, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L119, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42
06:50:36.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L119, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47244], CON-POST   MID=47244, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42
06:50:36.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L119, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-904540697F028BB0], CON-POST   MID=47244, Token=904540697F028BB0, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42
06:50:36.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47244], KeyToken[127.0.0.1:8196-904540697F028BB0]]
06:50:36.571 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E119,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47244, Token=904540697F028BB0, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42]
06:50:36.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47244]
06:50:36.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R120, 127.0.0.1:8193] replace CON-POST   MID=47244, Token=904540697F028BB0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47244, Token=904540697F028BB0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R120, 127.0.0.1:8193] send response NON-2.05   MID=47244, Token=null, OptionSet={}, "server responds hi"
06:50:36.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R120, 127.0.0.1:8193, complete]!
06:50:36.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R120, 127.0.0.1:8193, complete] completed NON-2.04   MID=47244, Token=904540697F028BB0, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E!
06:50:36.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E120,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47244, Token=904540697F028BB0, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E]
06:50:36.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47244]
06:50:36.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L119, 127.0.0.1:8196, complete]!
06:50:36.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L119, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-904540697F028BB0]
06:50:36.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L119, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47244]
06:50:36.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L119, 127.0.0.1:8196, complete] completed CON-POST   MID=47244, Token=904540697F028BB0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47244, Token=904540697F028BB0, OptionSet={"Object-Security":0x0919}, acked 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42!
06:50:36.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L121, 127.0.0.1:8196] send request
06:50:36.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L121, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L121, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6
06:50:36.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L121, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47245], CON-POST   MID=47245, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6
06:50:36.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L121, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-507972E241BA9454], CON-POST   MID=47245, Token=507972E241BA9454, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6
06:50:36.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47245], KeyToken[127.0.0.1:8196-507972E241BA9454]]
06:50:36.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E121,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47245, Token=507972E241BA9454, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6]
06:50:36.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47245]
06:50:36.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R122, 127.0.0.1:8193] replace CON-POST   MID=47245, Token=507972E241BA9454, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47245, Token=507972E241BA9454, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R122, 127.0.0.1:8193] send response NON-2.05   MID=47245, Token=null, OptionSet={}, "server responds hi"
06:50:36.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R122, 127.0.0.1:8193, complete]!
06:50:36.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R122, 127.0.0.1:8193, complete] completed NON-2.04   MID=47245, Token=507972E241BA9454, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB!
06:50:36.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E122,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47245, Token=507972E241BA9454, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB]
06:50:36.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47245]
06:50:36.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L121, 127.0.0.1:8196, complete]!
06:50:36.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L121, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-507972E241BA9454]
06:50:36.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L121, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47245]
06:50:36.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L121, 127.0.0.1:8196, complete] completed CON-POST   MID=47245, Token=507972E241BA9454, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47245, Token=507972E241BA9454, OptionSet={"Object-Security":0x091A}, acked 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6!
06:50:36.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L123, 127.0.0.1:8196] send request
06:50:36.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L123, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L123, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5
06:50:36.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L123, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47246], CON-POST   MID=47246, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5
06:50:36.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L123, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-18F6C0472DB55159], CON-POST   MID=47246, Token=18F6C0472DB55159, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5
06:50:36.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47246], KeyToken[127.0.0.1:8196-18F6C0472DB55159]]
06:50:36.577 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E123,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47246, Token=18F6C0472DB55159, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5]
06:50:36.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47246]
06:50:36.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R124, 127.0.0.1:8193] replace CON-POST   MID=47246, Token=18F6C0472DB55159, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47246, Token=18F6C0472DB55159, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R124, 127.0.0.1:8193] send response NON-2.05   MID=47246, Token=null, OptionSet={}, "server responds hi"
06:50:36.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R124, 127.0.0.1:8193, complete]!
06:50:36.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R124, 127.0.0.1:8193, complete] completed NON-2.04   MID=47246, Token=18F6C0472DB55159, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8!
06:50:36.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E124,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47246, Token=18F6C0472DB55159, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8]
06:50:36.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47246]
06:50:36.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L123, 127.0.0.1:8196, complete]!
06:50:36.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L123, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-18F6C0472DB55159]
06:50:36.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L123, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47246]
06:50:36.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L123, 127.0.0.1:8196, complete] completed CON-POST   MID=47246, Token=18F6C0472DB55159, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47246, Token=18F6C0472DB55159, OptionSet={"Object-Security":0x091B}, acked 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5!
06:50:36.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L125, 127.0.0.1:8196] send request
06:50:36.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L125, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L125, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1
06:50:36.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L125, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47247], CON-POST   MID=47247, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1
06:50:36.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L125, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9C76533CB0BC5791], CON-POST   MID=47247, Token=9C76533CB0BC5791, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1
06:50:36.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47247], KeyToken[127.0.0.1:8196-9C76533CB0BC5791]]
06:50:36.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E125,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47247, Token=9C76533CB0BC5791, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1]
06:50:36.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47247]
06:50:36.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R126, 127.0.0.1:8193] replace CON-POST   MID=47247, Token=9C76533CB0BC5791, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47247, Token=9C76533CB0BC5791, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R126, 127.0.0.1:8193] send response NON-2.05   MID=47247, Token=null, OptionSet={}, "server responds hi"
06:50:36.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R126, 127.0.0.1:8193, complete]!
06:50:36.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R126, 127.0.0.1:8193, complete] completed NON-2.04   MID=47247, Token=9C76533CB0BC5791, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4!
06:50:36.582 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E126,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47247, Token=9C76533CB0BC5791, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4]
06:50:36.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47247]
06:50:36.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L125, 127.0.0.1:8196, complete]!
06:50:36.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L125, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9C76533CB0BC5791]
06:50:36.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L125, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47247]
06:50:36.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L125, 127.0.0.1:8196, complete] completed CON-POST   MID=47247, Token=9C76533CB0BC5791, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47247, Token=9C76533CB0BC5791, OptionSet={"Object-Security":0x091C}, acked 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1!
06:50:36.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L127, 127.0.0.1:8196] send request
06:50:36.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L127, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L127, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5
06:50:36.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L127, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47248], CON-POST   MID=47248, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5
06:50:36.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L127, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-28D9D7EBD7076B30], CON-POST   MID=47248, Token=28D9D7EBD7076B30, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5
06:50:36.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-47248], KeyToken[127.0.0.1:8196-28D9D7EBD7076B30]]
06:50:36.583 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E127,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47248, Token=28D9D7EBD7076B30, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5]
06:50:36.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47248]
06:50:36.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R128, 127.0.0.1:8193] replace CON-POST   MID=47248, Token=28D9D7EBD7076B30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47248, Token=28D9D7EBD7076B30, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R128, 127.0.0.1:8193] send response NON-2.05   MID=47248, Token=null, OptionSet={}, "server responds hi"
06:50:36.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R128, 127.0.0.1:8193, complete]!
06:50:36.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R128, 127.0.0.1:8193, complete] completed NON-2.04   MID=47248, Token=28D9D7EBD7076B30, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18!
06:50:36.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E128,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47248, Token=28D9D7EBD7076B30, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18]
06:50:36.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47248]
06:50:36.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L127, 127.0.0.1:8196, complete]!
06:50:36.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L127, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-28D9D7EBD7076B30]
06:50:36.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L127, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47248]
06:50:36.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L127, 127.0.0.1:8196, complete] completed CON-POST   MID=47248, Token=28D9D7EBD7076B30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47248, Token=28D9D7EBD7076B30, OptionSet={"Object-Security":0x091D}, acked D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5!
06:50:36.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L129, 127.0.0.1:8196] send request
06:50:36.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L129, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L129, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46
06:50:36.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L129, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47249], CON-POST   MID=47249, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46
06:50:36.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L129, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C0A1578C0ACB5E97], CON-POST   MID=47249, Token=C0A1578C0ACB5E97, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46
06:50:36.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47249], KeyToken[127.0.0.1:8196-C0A1578C0ACB5E97]]
06:50:36.587 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E129,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47249, Token=C0A1578C0ACB5E97, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46]
06:50:36.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47249]
06:50:36.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R130, 127.0.0.1:8193] replace CON-POST   MID=47249, Token=C0A1578C0ACB5E97, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47249, Token=C0A1578C0ACB5E97, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R130, 127.0.0.1:8193] send response NON-2.05   MID=47249, Token=null, OptionSet={}, "server responds hi"
06:50:36.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R130, 127.0.0.1:8193, complete]!
06:50:36.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R130, 127.0.0.1:8193, complete] completed NON-2.04   MID=47249, Token=C0A1578C0ACB5E97, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6!
06:50:36.589 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E130,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47249, Token=C0A1578C0ACB5E97, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6]
06:50:36.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47249]
06:50:36.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L129, 127.0.0.1:8196, complete]!
06:50:36.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L129, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C0A1578C0ACB5E97]
06:50:36.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L129, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47249]
06:50:36.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L129, 127.0.0.1:8196, complete] completed CON-POST   MID=47249, Token=C0A1578C0ACB5E97, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47249, Token=C0A1578C0ACB5E97, OptionSet={"Object-Security":0x091E}, acked 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46!
06:50:36.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L131, 127.0.0.1:8196] send request
06:50:36.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L131, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L131, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55
06:50:36.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L131, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47250], CON-POST   MID=47250, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55
06:50:36.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L131, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-706106877A07A4A9], CON-POST   MID=47250, Token=706106877A07A4A9, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55
06:50:36.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47250], KeyToken[127.0.0.1:8196-706106877A07A4A9]]
06:50:36.590 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E131,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47250, Token=706106877A07A4A9, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55]
06:50:36.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47250]
06:50:36.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R132, 127.0.0.1:8193] replace CON-POST   MID=47250, Token=706106877A07A4A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47250, Token=706106877A07A4A9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R132, 127.0.0.1:8193] send response NON-2.05   MID=47250, Token=null, OptionSet={}, "server responds hi"
06:50:36.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R132, 127.0.0.1:8193, complete]!
06:50:36.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R132, 127.0.0.1:8193, complete] completed NON-2.04   MID=47250, Token=706106877A07A4A9, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80!
06:50:36.592 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E132,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47250, Token=706106877A07A4A9, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80]
06:50:36.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47250]
06:50:36.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L131, 127.0.0.1:8196, complete]!
06:50:36.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L131, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-706106877A07A4A9]
06:50:36.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L131, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47250]
06:50:36.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L131, 127.0.0.1:8196, complete] completed CON-POST   MID=47250, Token=706106877A07A4A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47250, Token=706106877A07A4A9, OptionSet={"Object-Security":0x091F}, acked 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55!
06:50:36.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L133, 127.0.0.1:8196] send request
06:50:36.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L133, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L133, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:36.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L133, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47251], CON-POST   MID=47251, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:36.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L133, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FC6119201EBD944D], CON-POST   MID=47251, Token=FC6119201EBD944D, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:36.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47251], KeyToken[127.0.0.1:8196-FC6119201EBD944D]]
06:50:36.593 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E133,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47251, Token=FC6119201EBD944D, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01]
06:50:36.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47251]
06:50:36.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R134, 127.0.0.1:8193] replace CON-POST   MID=47251, Token=FC6119201EBD944D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47251, Token=FC6119201EBD944D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R134, 127.0.0.1:8193] send response NON-2.05   MID=47251, Token=null, OptionSet={}, "server responds hi"
06:50:36.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R134, 127.0.0.1:8193, complete]!
06:50:36.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R134, 127.0.0.1:8193, complete] completed NON-2.04   MID=47251, Token=FC6119201EBD944D, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE!
06:50:36.594 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E134,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47251, Token=FC6119201EBD944D, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE]
06:50:36.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47251]
06:50:36.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L133, 127.0.0.1:8196, complete]!
06:50:36.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L133, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FC6119201EBD944D]
06:50:36.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L133, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47251]
06:50:36.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L133, 127.0.0.1:8196, complete] completed CON-POST   MID=47251, Token=FC6119201EBD944D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47251, Token=FC6119201EBD944D, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01!
06:50:36.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L135, 127.0.0.1:8196] send request
06:50:36.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L135, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L135, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35
06:50:36.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L135, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47252], CON-POST   MID=47252, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35
06:50:36.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L135, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-60BCCAFB8BC31B0B], CON-POST   MID=47252, Token=60BCCAFB8BC31B0B, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35
06:50:36.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47252], KeyToken[127.0.0.1:8196-60BCCAFB8BC31B0B]]
06:50:36.596 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E135,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47252, Token=60BCCAFB8BC31B0B, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35]
06:50:36.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47252]
06:50:36.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R136, 127.0.0.1:8193] replace CON-POST   MID=47252, Token=60BCCAFB8BC31B0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47252, Token=60BCCAFB8BC31B0B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R136, 127.0.0.1:8193] send response NON-2.05   MID=47252, Token=null, OptionSet={}, "server responds hi"
06:50:36.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R136, 127.0.0.1:8193, complete]!
06:50:36.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R136, 127.0.0.1:8193, complete] completed NON-2.04   MID=47252, Token=60BCCAFB8BC31B0B, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C!
06:50:36.597 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.597 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E136,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47252, Token=60BCCAFB8BC31B0B, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C]
06:50:36.597 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47252]
06:50:36.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L135, 127.0.0.1:8196, complete]!
06:50:36.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L135, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-60BCCAFB8BC31B0B]
06:50:36.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L135, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47252]
06:50:36.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L135, 127.0.0.1:8196, complete] completed CON-POST   MID=47252, Token=60BCCAFB8BC31B0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47252, Token=60BCCAFB8BC31B0B, OptionSet={"Object-Security":0x0921}, acked 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35!
06:50:36.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L137, 127.0.0.1:8196] send request
06:50:36.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L137, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L137, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC
06:50:36.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L137, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47253], CON-POST   MID=47253, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC
06:50:36.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L137, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F0476FF50041B0D1], CON-POST   MID=47253, Token=F0476FF50041B0D1, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC
06:50:36.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47253], KeyToken[127.0.0.1:8196-F0476FF50041B0D1]]
06:50:36.599 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E137,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47253, Token=F0476FF50041B0D1, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC]
06:50:36.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47253]
06:50:36.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R138, 127.0.0.1:8193] replace CON-POST   MID=47253, Token=F0476FF50041B0D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47253, Token=F0476FF50041B0D1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R138, 127.0.0.1:8193] send response NON-2.05   MID=47253, Token=null, OptionSet={}, "server responds hi"
06:50:36.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R138, 127.0.0.1:8193, complete]!
06:50:36.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R138, 127.0.0.1:8193, complete] completed NON-2.04   MID=47253, Token=F0476FF50041B0D1, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C!
06:50:36.600 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E138,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47253, Token=F0476FF50041B0D1, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C]
06:50:36.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47253]
06:50:36.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L137, 127.0.0.1:8196, complete]!
06:50:36.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L137, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F0476FF50041B0D1]
06:50:36.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L137, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47253]
06:50:36.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L137, 127.0.0.1:8196, complete] completed CON-POST   MID=47253, Token=F0476FF50041B0D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47253, Token=F0476FF50041B0D1, OptionSet={"Object-Security":0x0922}, acked FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC!
06:50:36.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L139, 127.0.0.1:8196] send request
06:50:36.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L139, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L139, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E
06:50:36.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L139, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47254], CON-POST   MID=47254, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E
06:50:36.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L139, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-347708DE6C5EEE0B], CON-POST   MID=47254, Token=347708DE6C5EEE0B, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E
06:50:36.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47254], KeyToken[127.0.0.1:8196-347708DE6C5EEE0B]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:36.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E139,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47254, Token=347708DE6C5EEE0B, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E]
06:50:36.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47254]
06:50:36.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R140, 127.0.0.1:8193] replace CON-POST   MID=47254, Token=347708DE6C5EEE0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47254, Token=347708DE6C5EEE0B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R140, 127.0.0.1:8193] send response NON-2.05   MID=47254, Token=null, OptionSet={}, "server responds hi"
06:50:36.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R140, 127.0.0.1:8193, complete]!
06:50:36.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R140, 127.0.0.1:8193, complete] completed NON-2.04   MID=47254, Token=347708DE6C5EEE0B, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74!
06:50: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:8193
06:50:36.649 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E140,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47254, Token=347708DE6C5EEE0B, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47254]
06:50:36.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L139, 127.0.0.1:8196, complete]!
06:50:36.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L139, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-347708DE6C5EEE0B]
06:50:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L139, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47254]
06:50:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L139, 127.0.0.1:8196, complete] completed CON-POST   MID=47254, Token=347708DE6C5EEE0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47254, Token=347708DE6C5EEE0B, OptionSet={"Object-Security":0x0923}, acked 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E!
06:50:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L141, 127.0.0.1:8196] send request
06:50:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L141, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L141, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC
06:50:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L141, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47255], CON-POST   MID=47255, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC
06:50:36.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L141, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0898740D962B8B28], CON-POST   MID=47255, Token=0898740D962B8B28, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC
06:50:36.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47255], KeyToken[127.0.0.1:8196-0898740D962B8B28]]
06:50:36.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:8196
06:50:36.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E141,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47255, Token=0898740D962B8B28, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC]
06:50:36.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47255]
06:50:36.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R142, 127.0.0.1:8193] replace CON-POST   MID=47255, Token=0898740D962B8B28, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47255, Token=0898740D962B8B28, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R142, 127.0.0.1:8193] send response NON-2.05   MID=47255, Token=null, OptionSet={}, "server responds hi"
06:50:36.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R142, 127.0.0.1:8193, complete]!
06:50:36.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R142, 127.0.0.1:8193, complete] completed NON-2.04   MID=47255, Token=0898740D962B8B28, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8!
06:50:36.652 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E142,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47255, Token=0898740D962B8B28, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8]
06:50:36.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47255]
06:50:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L141, 127.0.0.1:8196, complete]!
06:50:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L141, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0898740D962B8B28]
06:50:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L141, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47255]
06:50:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L141, 127.0.0.1:8196, complete] completed CON-POST   MID=47255, Token=0898740D962B8B28, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47255, Token=0898740D962B8B28, OptionSet={"Object-Security":0x0924}, acked 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC!
06:50:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L143, 127.0.0.1:8196] send request
06:50:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L143, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L143, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9
06:50:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L143, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47256], CON-POST   MID=47256, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9
06:50:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L143, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F470F4842508C0C5], CON-POST   MID=47256, Token=F470F4842508C0C5, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9
06:50:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47256], KeyToken[127.0.0.1:8196-F470F4842508C0C5]]
06:50:36.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:8196
06:50:36.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E143,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47256, Token=F470F4842508C0C5, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9]
06:50:36.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47256]
06:50:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R144, 127.0.0.1:8193] replace CON-POST   MID=47256, Token=F470F4842508C0C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47256, Token=F470F4842508C0C5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R144, 127.0.0.1:8193] send response NON-2.05   MID=47256, Token=null, OptionSet={}, "server responds hi"
06:50:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R144, 127.0.0.1:8193, complete]!
06:50:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R144, 127.0.0.1:8193, complete] completed NON-2.04   MID=47256, Token=F470F4842508C0C5, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82!
06:50:36.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:8193
06:50:36.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E144,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47256, Token=F470F4842508C0C5, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82]
06:50:36.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47256]
06:50:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L143, 127.0.0.1:8196, complete]!
06:50:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L143, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F470F4842508C0C5]
06:50:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L143, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47256]
06:50:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L143, 127.0.0.1:8196, complete] completed CON-POST   MID=47256, Token=F470F4842508C0C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47256, Token=F470F4842508C0C5, OptionSet={"Object-Security":0x0925}, acked 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9!
06:50:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L145, 127.0.0.1:8196] send request
06:50:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L145, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L145, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2
06:50:36.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L145, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47257], CON-POST   MID=47257, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2
06:50:36.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L145, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-503DA73E2106A6AC], CON-POST   MID=47257, Token=503DA73E2106A6AC, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2
06:50:36.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47257], KeyToken[127.0.0.1:8196-503DA73E2106A6AC]]
06:50:36.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:8196
06:50:36.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E145,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47257, Token=503DA73E2106A6AC, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2]
06:50:36.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47257]
06:50:36.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R146, 127.0.0.1:8193] replace CON-POST   MID=47257, Token=503DA73E2106A6AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47257, Token=503DA73E2106A6AC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R146, 127.0.0.1:8193] send response NON-2.05   MID=47257, Token=null, OptionSet={}, "server responds hi"
06:50:36.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R146, 127.0.0.1:8193, complete]!
06:50:36.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R146, 127.0.0.1:8193, complete] completed NON-2.04   MID=47257, Token=503DA73E2106A6AC, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3!
06:50:36.657 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E146,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47257, Token=503DA73E2106A6AC, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47257]
06:50:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L145, 127.0.0.1:8196, complete]!
06:50:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L145, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-503DA73E2106A6AC]
06:50:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L145, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47257]
06:50:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L145, 127.0.0.1:8196, complete] completed CON-POST   MID=47257, Token=503DA73E2106A6AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47257, Token=503DA73E2106A6AC, OptionSet={"Object-Security":0x0926}, acked 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2!
06:50:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L147, 127.0.0.1:8196] send request
06:50:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L147, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L147, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47
06:50:36.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L147, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47258], CON-POST   MID=47258, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47
06:50:36.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L147, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-54ABD05CD39EDDD6], CON-POST   MID=47258, Token=54ABD05CD39EDDD6, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47
06:50: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:8196-47258], KeyToken[127.0.0.1:8196-54ABD05CD39EDDD6]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:36.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E147,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47258, Token=54ABD05CD39EDDD6, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47]
06:50:36.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47258]
06:50:36.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R148, 127.0.0.1:8193] replace CON-POST   MID=47258, Token=54ABD05CD39EDDD6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47258, Token=54ABD05CD39EDDD6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R148, 127.0.0.1:8193] send response NON-2.05   MID=47258, Token=null, OptionSet={}, "server responds hi"
06:50:36.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R148, 127.0.0.1:8193, complete]!
06:50:36.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R148, 127.0.0.1:8193, complete] completed NON-2.04   MID=47258, Token=54ABD05CD39EDDD6, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73!
06:50: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:8193
06:50:36.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E148,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47258, Token=54ABD05CD39EDDD6, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73]
06:50:36.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47258]
06:50:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L147, 127.0.0.1:8196, complete]!
06:50:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L147, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-54ABD05CD39EDDD6]
06:50:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L147, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47258]
06:50:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L147, 127.0.0.1:8196, complete] completed CON-POST   MID=47258, Token=54ABD05CD39EDDD6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47258, Token=54ABD05CD39EDDD6, OptionSet={"Object-Security":0x0927}, acked 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47!
06:50:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L149, 127.0.0.1:8196] send request
06:50:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L149, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L149, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6
06:50:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L149, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47259], CON-POST   MID=47259, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6
06:50:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L149, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8CA8F8064A283789], CON-POST   MID=47259, Token=8CA8F8064A283789, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6
06:50: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:8196-47259], KeyToken[127.0.0.1:8196-8CA8F8064A283789]]
06:50:36.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E149,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47259, Token=8CA8F8064A283789, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6]
06:50:36.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47259]
06:50:36.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R150, 127.0.0.1:8193] replace CON-POST   MID=47259, Token=8CA8F8064A283789, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47259, Token=8CA8F8064A283789, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R150, 127.0.0.1:8193] send response NON-2.05   MID=47259, Token=null, OptionSet={}, "server responds hi"
06:50:36.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R150, 127.0.0.1:8193, complete]!
06:50:36.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R150, 127.0.0.1:8193, complete] completed NON-2.04   MID=47259, Token=8CA8F8064A283789, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A!
06:50: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:8193
06:50:36.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E150,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47259, Token=8CA8F8064A283789, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47259]
06:50:36.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L149, 127.0.0.1:8196, complete]!
06:50:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L149, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8CA8F8064A283789]
06:50:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L149, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47259]
06:50:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L149, 127.0.0.1:8196, complete] completed CON-POST   MID=47259, Token=8CA8F8064A283789, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47259, Token=8CA8F8064A283789, OptionSet={"Object-Security":0x0928}, acked A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6!
06:50:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L151, 127.0.0.1:8196] send request
06:50:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L151, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L151, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A
06:50:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L151, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47260], CON-POST   MID=47260, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A
06:50:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L151, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-5CC181E3DE6A7730], CON-POST   MID=47260, Token=5CC181E3DE6A7730, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A
06:50:36.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47260], KeyToken[127.0.0.1:8196-5CC181E3DE6A7730]]
06:50:36.665 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E151,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47260, Token=5CC181E3DE6A7730, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A]
06:50:36.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47260]
06:50:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R152, 127.0.0.1:8193] replace CON-POST   MID=47260, Token=5CC181E3DE6A7730, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47260, Token=5CC181E3DE6A7730, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R152, 127.0.0.1:8193] send response NON-2.05   MID=47260, Token=null, OptionSet={}, "server responds hi"
06:50:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R152, 127.0.0.1:8193, complete]!
06:50:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R152, 127.0.0.1:8193, complete] completed NON-2.04   MID=47260, Token=5CC181E3DE6A7730, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7!
06:50:36.666 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E152,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47260, Token=5CC181E3DE6A7730, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7]
06:50:36.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47260]
06:50:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L151, 127.0.0.1:8196, complete]!
06:50:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L151, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-5CC181E3DE6A7730]
06:50:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L151, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47260]
06:50:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L151, 127.0.0.1:8196, complete] completed CON-POST   MID=47260, Token=5CC181E3DE6A7730, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47260, Token=5CC181E3DE6A7730, OptionSet={"Object-Security":0x0929}, acked CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A!
06:50:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L153, 127.0.0.1:8196] send request
06:50:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L153, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L153, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3
06:50:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L153, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47261], CON-POST   MID=47261, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3
06:50:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L153, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-6053F7EB5FA388CB], CON-POST   MID=47261, Token=6053F7EB5FA388CB, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3
06:50:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47261], KeyToken[127.0.0.1:8196-6053F7EB5FA388CB]]
06:50:36.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:8196
06:50:36.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E153,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47261, Token=6053F7EB5FA388CB, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3]
06:50:36.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47261]
06:50:36.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R154, 127.0.0.1:8193] replace CON-POST   MID=47261, Token=6053F7EB5FA388CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47261, Token=6053F7EB5FA388CB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R154, 127.0.0.1:8193] send response NON-2.05   MID=47261, Token=null, OptionSet={}, "server responds hi"
06:50:36.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R154, 127.0.0.1:8193, complete]!
06:50:36.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R154, 127.0.0.1:8193, complete] completed NON-2.04   MID=47261, Token=6053F7EB5FA388CB, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75!
06:50:36.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:8193
06:50:36.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E154,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47261, Token=6053F7EB5FA388CB, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47261]
06:50:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L153, 127.0.0.1:8196, complete]!
06:50:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L153, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-6053F7EB5FA388CB]
06:50:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L153, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47261]
06:50:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L153, 127.0.0.1:8196, complete] completed CON-POST   MID=47261, Token=6053F7EB5FA388CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47261, Token=6053F7EB5FA388CB, OptionSet={"Object-Security":0x092A}, acked 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3!
06:50:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L155, 127.0.0.1:8196] send request
06:50:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L155, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L155, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54
06:50:36.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L155, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47262], CON-POST   MID=47262, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54
06:50:36.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L155, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0C9DAC60CC5237E3], CON-POST   MID=47262, Token=0C9DAC60CC5237E3, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54
06:50: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:8196-47262], KeyToken[127.0.0.1:8196-0C9DAC60CC5237E3]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:36.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E155,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47262, Token=0C9DAC60CC5237E3, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54]
06:50:36.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47262]
06:50:36.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R156, 127.0.0.1:8193] replace CON-POST   MID=47262, Token=0C9DAC60CC5237E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47262, Token=0C9DAC60CC5237E3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R156, 127.0.0.1:8193] send response NON-2.05   MID=47262, Token=null, OptionSet={}, "server responds hi"
06:50:36.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R156, 127.0.0.1:8193, complete]!
06:50:36.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R156, 127.0.0.1:8193, complete] completed NON-2.04   MID=47262, Token=0C9DAC60CC5237E3, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26!
06:50:36.671 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E156,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47262, Token=0C9DAC60CC5237E3, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47262]
06:50:36.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L155, 127.0.0.1:8196, complete]!
06:50:36.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L155, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0C9DAC60CC5237E3]
06:50:36.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L155, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47262]
06:50:36.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L155, 127.0.0.1:8196, complete] completed CON-POST   MID=47262, Token=0C9DAC60CC5237E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47262, Token=0C9DAC60CC5237E3, OptionSet={"Object-Security":0x092B}, acked 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54!
06:50:36.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L157, 127.0.0.1:8196] send request
06:50:36.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L157, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L157, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A
06:50:36.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L157, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47263], CON-POST   MID=47263, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A
06:50:36.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L157, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4C33048C124DAC97], CON-POST   MID=47263, Token=4C33048C124DAC97, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A
06:50:36.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47263], KeyToken[127.0.0.1:8196-4C33048C124DAC97]]
06:50:36.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:8196
06:50:36.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E157,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47263, Token=4C33048C124DAC97, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A]
06:50:36.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47263]
06:50:36.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R158, 127.0.0.1:8193] replace CON-POST   MID=47263, Token=4C33048C124DAC97, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47263, Token=4C33048C124DAC97, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R158, 127.0.0.1:8193] send response NON-2.05   MID=47263, Token=null, OptionSet={}, "server responds hi"
06:50:36.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R158, 127.0.0.1:8193, complete]!
06:50:36.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R158, 127.0.0.1:8193, complete] completed NON-2.04   MID=47263, Token=4C33048C124DAC97, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8!
06:50:36.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:8193
06:50:36.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E158,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47263, Token=4C33048C124DAC97, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8]
06:50:36.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47263]
06:50:36.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L157, 127.0.0.1:8196, complete]!
06:50:36.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L157, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4C33048C124DAC97]
06:50:36.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L157, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47263]
06:50:36.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L157, 127.0.0.1:8196, complete] completed CON-POST   MID=47263, Token=4C33048C124DAC97, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47263, Token=4C33048C124DAC97, OptionSet={"Object-Security":0x092C}, acked F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A!
06:50:36.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L159, 127.0.0.1:8196] send request
06:50:36.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L159, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L159, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90
06:50:36.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L159, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47264], CON-POST   MID=47264, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90
06:50:36.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L159, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-ACAFA1C08B277B29], CON-POST   MID=47264, Token=ACAFA1C08B277B29, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90
06:50:36.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47264], KeyToken[127.0.0.1:8196-ACAFA1C08B277B29]]
06:50:36.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E159,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47264, Token=ACAFA1C08B277B29, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90]
06:50:36.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47264]
06:50:36.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R160, 127.0.0.1:8193] replace CON-POST   MID=47264, Token=ACAFA1C08B277B29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47264, Token=ACAFA1C08B277B29, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R160, 127.0.0.1:8193] send response NON-2.05   MID=47264, Token=null, OptionSet={}, "server responds hi"
06:50:36.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R160, 127.0.0.1:8193, complete]!
06:50:36.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R160, 127.0.0.1:8193, complete] completed NON-2.04   MID=47264, Token=ACAFA1C08B277B29, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08!
06:50:36.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E160,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47264, Token=ACAFA1C08B277B29, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08]
06:50:36.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47264]
06:50:36.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L159, 127.0.0.1:8196, complete]!
06:50:36.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L159, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-ACAFA1C08B277B29]
06:50:36.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L159, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47264]
06:50:36.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L159, 127.0.0.1:8196, complete] completed CON-POST   MID=47264, Token=ACAFA1C08B277B29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47264, Token=ACAFA1C08B277B29, OptionSet={"Object-Security":0x092D}, acked 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90!
06:50:36.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L161, 127.0.0.1:8196] send request
06:50:36.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L161, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L161, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F
06:50:36.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L161, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47265], CON-POST   MID=47265, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F
06:50:36.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L161, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-587073B9D2DF8A0A], CON-POST   MID=47265, Token=587073B9D2DF8A0A, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F
06:50:36.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47265], KeyToken[127.0.0.1:8196-587073B9D2DF8A0A]]
06:50:36.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E161,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47265, Token=587073B9D2DF8A0A, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F]
06:50:36.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47265]
06:50:36.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R162, 127.0.0.1:8193] replace CON-POST   MID=47265, Token=587073B9D2DF8A0A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47265, Token=587073B9D2DF8A0A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R162, 127.0.0.1:8193] send response NON-2.05   MID=47265, Token=null, OptionSet={}, "server responds hi"
06:50:36.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R162, 127.0.0.1:8193, complete]!
06:50:36.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R162, 127.0.0.1:8193, complete] completed NON-2.04   MID=47265, Token=587073B9D2DF8A0A, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13!
06:50:36.679 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E162,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47265, Token=587073B9D2DF8A0A, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13]
06:50:36.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47265]
06:50:36.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L161, 127.0.0.1:8196, complete]!
06:50:36.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L161, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-587073B9D2DF8A0A]
06:50:36.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L161, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47265]
06:50:36.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L161, 127.0.0.1:8196, complete] completed CON-POST   MID=47265, Token=587073B9D2DF8A0A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47265, Token=587073B9D2DF8A0A, OptionSet={"Object-Security":0x092E}, acked 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F!
06:50:36.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L163, 127.0.0.1:8196] send request
06:50:36.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L163, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L163, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7
06:50:36.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L163, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47266], CON-POST   MID=47266, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7
06:50:36.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L163, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-90D55A8385564F8B], CON-POST   MID=47266, Token=90D55A8385564F8B, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7
06:50:36.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47266], KeyToken[127.0.0.1:8196-90D55A8385564F8B]]
06:50:36.681 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E163,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47266, Token=90D55A8385564F8B, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7]
06:50:36.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47266]
06:50:36.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R164, 127.0.0.1:8193] replace CON-POST   MID=47266, Token=90D55A8385564F8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47266, Token=90D55A8385564F8B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R164, 127.0.0.1:8193] send response NON-2.05   MID=47266, Token=null, OptionSet={}, "server responds hi"
06:50:36.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R164, 127.0.0.1:8193, complete]!
06:50:36.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R164, 127.0.0.1:8193, complete] completed NON-2.04   MID=47266, Token=90D55A8385564F8B, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1!
06:50:36.682 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E164,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47266, Token=90D55A8385564F8B, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1]
06:50:36.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47266]
06:50:36.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L163, 127.0.0.1:8196, complete]!
06:50:36.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L163, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-90D55A8385564F8B]
06:50:36.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L163, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47266]
06:50:36.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L163, 127.0.0.1:8196, complete] completed CON-POST   MID=47266, Token=90D55A8385564F8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47266, Token=90D55A8385564F8B, OptionSet={"Object-Security":0x092F}, acked 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7!
06:50:36.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L165, 127.0.0.1:8196] send request
06:50:36.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L165, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L165, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48
06:50:36.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L165, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47267], CON-POST   MID=47267, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48
06:50:36.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L165, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DCB714A8DBF01D4D], CON-POST   MID=47267, Token=DCB714A8DBF01D4D, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48
06:50:36.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47267], KeyToken[127.0.0.1:8196-DCB714A8DBF01D4D]]
06:50:36.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E165,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47267, Token=DCB714A8DBF01D4D, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48]
06:50:36.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47267]
06:50:36.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R166, 127.0.0.1:8193] replace CON-POST   MID=47267, Token=DCB714A8DBF01D4D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47267, Token=DCB714A8DBF01D4D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R166, 127.0.0.1:8193] send response NON-2.05   MID=47267, Token=null, OptionSet={}, "server responds hi"
06:50:36.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R166, 127.0.0.1:8193, complete]!
06:50:36.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R166, 127.0.0.1:8193, complete] completed NON-2.04   MID=47267, Token=DCB714A8DBF01D4D, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83!
06:50:36.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E166,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47267, Token=DCB714A8DBF01D4D, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83]
06:50:36.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47267]
06:50:36.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L165, 127.0.0.1:8196, complete]!
06:50:36.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L165, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DCB714A8DBF01D4D]
06:50:36.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L165, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47267]
06:50:36.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L165, 127.0.0.1:8196, complete] completed CON-POST   MID=47267, Token=DCB714A8DBF01D4D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47267, Token=DCB714A8DBF01D4D, OptionSet={"Object-Security":0x0930}, acked 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48!
06:50:36.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L167, 127.0.0.1:8196] send request
06:50:36.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L167, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L167, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1
06:50:36.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L167, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47268], CON-POST   MID=47268, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1
06:50:36.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L167, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-BC4AF49C022E98AD], CON-POST   MID=47268, Token=BC4AF49C022E98AD, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1
06:50:36.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47268], KeyToken[127.0.0.1:8196-BC4AF49C022E98AD]]
06:50:36.686 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E167,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47268, Token=BC4AF49C022E98AD, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1]
06:50:36.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47268]
06:50:36.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R168, 127.0.0.1:8193] replace CON-POST   MID=47268, Token=BC4AF49C022E98AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47268, Token=BC4AF49C022E98AD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R168, 127.0.0.1:8193] send response NON-2.05   MID=47268, Token=null, OptionSet={}, "server responds hi"
06:50:36.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R168, 127.0.0.1:8193, complete]!
06:50:36.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R168, 127.0.0.1:8193, complete] completed NON-2.04   MID=47268, Token=BC4AF49C022E98AD, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C!
06:50:36.687 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E168,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47268, Token=BC4AF49C022E98AD, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C]
06:50:36.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47268]
06:50:36.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L167, 127.0.0.1:8196, complete]!
06:50:36.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L167, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-BC4AF49C022E98AD]
06:50:36.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L167, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47268]
06:50:36.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L167, 127.0.0.1:8196, complete] completed CON-POST   MID=47268, Token=BC4AF49C022E98AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47268, Token=BC4AF49C022E98AD, OptionSet={"Object-Security":0x0931}, acked 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1!
06:50:36.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L169, 127.0.0.1:8196] send request
06:50:36.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L169, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L169, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB
06:50:36.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L169, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47269], CON-POST   MID=47269, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB
06:50:36.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L169, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9032A1583B385C6D], CON-POST   MID=47269, Token=9032A1583B385C6D, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB
06:50:36.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47269], KeyToken[127.0.0.1:8196-9032A1583B385C6D]]
06:50:36.689 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E169,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47269, Token=9032A1583B385C6D, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB]
06:50:36.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47269]
06:50:36.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R170, 127.0.0.1:8193] replace CON-POST   MID=47269, Token=9032A1583B385C6D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47269, Token=9032A1583B385C6D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R170, 127.0.0.1:8193] send response NON-2.05   MID=47269, Token=null, OptionSet={}, "server responds hi"
06:50:36.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R170, 127.0.0.1:8193, complete]!
06:50:36.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R170, 127.0.0.1:8193, complete] completed NON-2.04   MID=47269, Token=9032A1583B385C6D, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0!
06:50:36.690 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E170,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47269, Token=9032A1583B385C6D, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0]
06:50:36.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47269]
06:50:36.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L169, 127.0.0.1:8196, complete]!
06:50:36.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L169, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9032A1583B385C6D]
06:50:36.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L169, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47269]
06:50:36.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L169, 127.0.0.1:8196, complete] completed CON-POST   MID=47269, Token=9032A1583B385C6D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47269, Token=9032A1583B385C6D, OptionSet={"Object-Security":0x0932}, acked 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB!
06:50:36.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L171, 127.0.0.1:8196] send request
06:50:36.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L171, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L171, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23
06:50:36.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L171, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47270], CON-POST   MID=47270, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23
06:50:36.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L171, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FC8832A46AF2C06D], CON-POST   MID=47270, Token=FC8832A46AF2C06D, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23
06:50:36.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47270], KeyToken[127.0.0.1:8196-FC8832A46AF2C06D]]
06:50:36.691 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E171,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47270, Token=FC8832A46AF2C06D, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23]
06:50:36.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47270]
06:50:36.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R172, 127.0.0.1:8193] replace CON-POST   MID=47270, Token=FC8832A46AF2C06D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47270, Token=FC8832A46AF2C06D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R172, 127.0.0.1:8193] send response NON-2.05   MID=47270, Token=null, OptionSet={}, "server responds hi"
06:50:36.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R172, 127.0.0.1:8193, complete]!
06:50:36.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R172, 127.0.0.1:8193, complete] completed NON-2.04   MID=47270, Token=FC8832A46AF2C06D, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4!
06:50:36.692 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E172,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47270, Token=FC8832A46AF2C06D, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4]
06:50:36.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47270]
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L171, 127.0.0.1:8196, complete]!
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L171, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FC8832A46AF2C06D]
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L171, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47270]
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L171, 127.0.0.1:8196, complete] completed CON-POST   MID=47270, Token=FC8832A46AF2C06D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47270, Token=FC8832A46AF2C06D, OptionSet={"Object-Security":0x0933}, acked 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23!
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L173, 127.0.0.1:8196] send request
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L173, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L173, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A
06:50:36.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L173, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47271], CON-POST   MID=47271, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A
06:50:36.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L173, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-309BC92DB4C007F0], CON-POST   MID=47271, Token=309BC92DB4C007F0, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A
06:50:36.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47271], KeyToken[127.0.0.1:8196-309BC92DB4C007F0]]
06:50:36.694 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E173,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47271, Token=309BC92DB4C007F0, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A]
06:50:36.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47271]
06:50:36.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R174, 127.0.0.1:8193] replace CON-POST   MID=47271, Token=309BC92DB4C007F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47271, Token=309BC92DB4C007F0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R174, 127.0.0.1:8193] send response NON-2.05   MID=47271, Token=null, OptionSet={}, "server responds hi"
06:50:36.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R174, 127.0.0.1:8193, complete]!
06:50:36.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R174, 127.0.0.1:8193, complete] completed NON-2.04   MID=47271, Token=309BC92DB4C007F0, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81!
06:50:36.695 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E174,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47271, Token=309BC92DB4C007F0, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81]
06:50:36.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47271]
06:50:36.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L173, 127.0.0.1:8196, complete]!
06:50:36.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L173, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-309BC92DB4C007F0]
06:50:36.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L173, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47271]
06:50:36.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L173, 127.0.0.1:8196, complete] completed CON-POST   MID=47271, Token=309BC92DB4C007F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47271, Token=309BC92DB4C007F0, OptionSet={"Object-Security":0x0934}, acked B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A!
06:50:36.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L175, 127.0.0.1:8196] send request
06:50:36.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L175, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L175, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36
06:50:36.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L175, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47272], CON-POST   MID=47272, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36
06:50:36.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L175, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-CCB8A8D2BFC4BF4A], CON-POST   MID=47272, Token=CCB8A8D2BFC4BF4A, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36
06:50:36.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47272], KeyToken[127.0.0.1:8196-CCB8A8D2BFC4BF4A]]
06:50:36.696 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E175,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47272, Token=CCB8A8D2BFC4BF4A, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36]
06:50:36.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47272]
06:50:36.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R176, 127.0.0.1:8193] replace CON-POST   MID=47272, Token=CCB8A8D2BFC4BF4A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47272, Token=CCB8A8D2BFC4BF4A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R176, 127.0.0.1:8193] send response NON-2.05   MID=47272, Token=null, OptionSet={}, "server responds hi"
06:50:36.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R176, 127.0.0.1:8193, complete]!
06:50:36.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R176, 127.0.0.1:8193, complete] completed NON-2.04   MID=47272, Token=CCB8A8D2BFC4BF4A, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D!
06:50:36.697 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.697 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E176,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47272, Token=CCB8A8D2BFC4BF4A, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D]
06:50:36.697 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47272]
06:50:36.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L175, 127.0.0.1:8196, complete]!
06:50:36.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L175, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-CCB8A8D2BFC4BF4A]
06:50:36.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L175, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47272]
06:50:36.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L175, 127.0.0.1:8196, complete] completed CON-POST   MID=47272, Token=CCB8A8D2BFC4BF4A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47272, Token=CCB8A8D2BFC4BF4A, OptionSet={"Object-Security":0x0935}, acked 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36!
06:50:36.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L177, 127.0.0.1:8196] send request
06:50:36.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L177, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L177, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA
06:50:36.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L177, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47273], CON-POST   MID=47273, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA
06:50:36.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L177, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-BC696F015DF24B1F], CON-POST   MID=47273, Token=BC696F015DF24B1F, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA
06:50:36.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47273], KeyToken[127.0.0.1:8196-BC696F015DF24B1F]]
06:50:36.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:8196
06:50:36.748 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E177,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47273, Token=BC696F015DF24B1F, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA]
06:50:36.748 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47273]
06:50:36.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R178, 127.0.0.1:8193] replace CON-POST   MID=47273, Token=BC696F015DF24B1F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47273, Token=BC696F015DF24B1F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R178, 127.0.0.1:8193] send response NON-2.05   MID=47273, Token=null, OptionSet={}, "server responds hi"
06:50:36.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R178, 127.0.0.1:8193, complete]!
06:50:36.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R178, 127.0.0.1:8193, complete] completed NON-2.04   MID=47273, Token=BC696F015DF24B1F, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75!
06:50:36.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:8193
06:50:36.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E178,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47273, Token=BC696F015DF24B1F, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75]
06:50:36.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47273]
06:50:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L177, 127.0.0.1:8196, complete]!
06:50:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L177, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-BC696F015DF24B1F]
06:50:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L177, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47273]
06:50:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L177, 127.0.0.1:8196, complete] completed CON-POST   MID=47273, Token=BC696F015DF24B1F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47273, Token=BC696F015DF24B1F, OptionSet={"Object-Security":0x0936}, acked 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA!
06:50:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L179, 127.0.0.1:8196] send request
06:50:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L179, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L179, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33
06:50:36.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L179, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47274], CON-POST   MID=47274, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33
06:50:36.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L179, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4D8D6427D93471B], CON-POST   MID=47274, Token=E4D8D6427D93471B, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33
06:50:36.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47274], KeyToken[127.0.0.1:8196-E4D8D6427D93471B]]
06:50:36.751 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E179,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47274, Token=E4D8D6427D93471B, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33]
06:50:36.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47274]
06:50:36.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R180, 127.0.0.1:8193] replace CON-POST   MID=47274, Token=E4D8D6427D93471B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47274, Token=E4D8D6427D93471B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R180, 127.0.0.1:8193] send response NON-2.05   MID=47274, Token=null, OptionSet={}, "server responds hi"
06:50:36.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R180, 127.0.0.1:8193, complete]!
06:50:36.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R180, 127.0.0.1:8193, complete] completed NON-2.04   MID=47274, Token=E4D8D6427D93471B, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01!
06:50:36.752 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E180,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47274, Token=E4D8D6427D93471B, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01]
06:50:36.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47274]
06:50:36.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L179, 127.0.0.1:8196, complete]!
06:50:36.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L179, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4D8D6427D93471B]
06:50:36.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L179, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47274]
06:50:36.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L179, 127.0.0.1:8196, complete] completed CON-POST   MID=47274, Token=E4D8D6427D93471B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47274, Token=E4D8D6427D93471B, OptionSet={"Object-Security":0x0937}, acked 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33!
06:50:36.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L181, 127.0.0.1:8196] send request
06:50:36.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L181, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L181, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B
06:50:36.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L181, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47275], CON-POST   MID=47275, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B
06:50:36.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L181, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-90FD780A2EE95AD3], CON-POST   MID=47275, Token=90FD780A2EE95AD3, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B
06:50:36.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47275], KeyToken[127.0.0.1:8196-90FD780A2EE95AD3]]
06:50:36.753 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E181,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47275, Token=90FD780A2EE95AD3, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B]
06:50:36.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47275]
06:50:36.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R182, 127.0.0.1:8193] replace CON-POST   MID=47275, Token=90FD780A2EE95AD3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47275, Token=90FD780A2EE95AD3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R182, 127.0.0.1:8193] send response NON-2.05   MID=47275, Token=null, OptionSet={}, "server responds hi"
06:50:36.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R182, 127.0.0.1:8193, complete]!
06:50:36.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R182, 127.0.0.1:8193, complete] completed NON-2.04   MID=47275, Token=90FD780A2EE95AD3, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0!
06:50:36.754 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E182,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47275, Token=90FD780A2EE95AD3, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47275]
06:50:36.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L181, 127.0.0.1:8196, complete]!
06:50:36.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L181, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-90FD780A2EE95AD3]
06:50:36.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L181, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47275]
06:50:36.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L181, 127.0.0.1:8196, complete] completed CON-POST   MID=47275, Token=90FD780A2EE95AD3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47275, Token=90FD780A2EE95AD3, OptionSet={"Object-Security":0x0938}, acked A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B!
06:50:36.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L183, 127.0.0.1:8196] send request
06:50:36.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L183, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L183, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7
06:50:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L183, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47276], CON-POST   MID=47276, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7
06:50:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L183, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0482DEAF2B2BB152], CON-POST   MID=47276, Token=0482DEAF2B2BB152, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7
06:50: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:8196-47276], KeyToken[127.0.0.1:8196-0482DEAF2B2BB152]]
06:50: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:8196
06:50:36.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E183,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47276, Token=0482DEAF2B2BB152, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7]
06:50:36.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47276]
06:50:36.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R184, 127.0.0.1:8193] replace CON-POST   MID=47276, Token=0482DEAF2B2BB152, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47276, Token=0482DEAF2B2BB152, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R184, 127.0.0.1:8193] send response NON-2.05   MID=47276, Token=null, OptionSet={}, "server responds hi"
06:50:36.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R184, 127.0.0.1:8193, complete]!
06:50:36.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R184, 127.0.0.1:8193, complete] completed NON-2.04   MID=47276, Token=0482DEAF2B2BB152, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8!
06:50: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:8193
06:50:36.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E184,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47276, Token=0482DEAF2B2BB152, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47276]
06:50:36.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L183, 127.0.0.1:8196, complete]!
06:50:36.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L183, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0482DEAF2B2BB152]
06:50:36.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L183, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47276]
06:50:36.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L183, 127.0.0.1:8196, complete] completed CON-POST   MID=47276, Token=0482DEAF2B2BB152, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47276, Token=0482DEAF2B2BB152, OptionSet={"Object-Security":0x0939}, acked D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7!
06:50:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L185, 127.0.0.1:8196] send request
06:50:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L185, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L185, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6
06:50:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L185, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47277], CON-POST   MID=47277, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6
06:50:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L185, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-98D6C3C979460538], CON-POST   MID=47277, Token=98D6C3C979460538, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6
06:50: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:8196-47277], KeyToken[127.0.0.1:8196-98D6C3C979460538]]
06:50: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:8196
06:50:36.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E185,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47277, Token=98D6C3C979460538, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6]
06:50:36.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47277]
06:50:36.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R186, 127.0.0.1:8193] replace CON-POST   MID=47277, Token=98D6C3C979460538, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47277, Token=98D6C3C979460538, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R186, 127.0.0.1:8193] send response NON-2.05   MID=47277, Token=null, OptionSet={}, "server responds hi"
06:50:36.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R186, 127.0.0.1:8193, complete]!
06:50:36.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R186, 127.0.0.1:8193, complete] completed NON-2.04   MID=47277, Token=98D6C3C979460538, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:36.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E186,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47277, Token=98D6C3C979460538, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47277]
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L185, 127.0.0.1:8196, complete]!
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L185, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-98D6C3C979460538]
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L185, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47277]
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L185, 127.0.0.1:8196, complete] completed CON-POST   MID=47277, Token=98D6C3C979460538, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47277, Token=98D6C3C979460538, OptionSet={"Object-Security":0x093A}, acked 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6!
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L187, 127.0.0.1:8196] send request
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L187, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L187, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98
06:50:36.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L187, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47278], CON-POST   MID=47278, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98
06:50:36.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L187, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4DD40E09BA51EC9], CON-POST   MID=47278, Token=E4DD40E09BA51EC9, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98
06:50:36.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47278], KeyToken[127.0.0.1:8196-E4DD40E09BA51EC9]]
06:50:36.761 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E187,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47278, Token=E4DD40E09BA51EC9, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98]
06:50:36.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47278]
06:50:36.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R188, 127.0.0.1:8193] replace CON-POST   MID=47278, Token=E4DD40E09BA51EC9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47278, Token=E4DD40E09BA51EC9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R188, 127.0.0.1:8193] send response NON-2.05   MID=47278, Token=null, OptionSet={}, "server responds hi"
06:50:36.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R188, 127.0.0.1:8193, complete]!
06:50:36.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R188, 127.0.0.1:8193, complete] completed NON-2.04   MID=47278, Token=E4DD40E09BA51EC9, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B!
06:50:36.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E188,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47278, Token=E4DD40E09BA51EC9, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B]
06:50:36.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47278]
06:50:36.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L187, 127.0.0.1:8196, complete]!
06:50:36.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L187, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4DD40E09BA51EC9]
06:50:36.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L187, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47278]
06:50:36.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L187, 127.0.0.1:8196, complete] completed CON-POST   MID=47278, Token=E4DD40E09BA51EC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47278, Token=E4DD40E09BA51EC9, OptionSet={"Object-Security":0x093B}, acked 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98!
06:50:36.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L189, 127.0.0.1:8196] send request
06:50:36.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L189, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L189, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76
06:50:36.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L189, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47279], CON-POST   MID=47279, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76
06:50:36.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L189, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-70FD49FC7D40F61B], CON-POST   MID=47279, Token=70FD49FC7D40F61B, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76
06:50:36.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47279], KeyToken[127.0.0.1:8196-70FD49FC7D40F61B]]
06:50:36.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E189,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47279, Token=70FD49FC7D40F61B, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76]
06:50:36.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47279]
06:50:36.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R190, 127.0.0.1:8193] replace CON-POST   MID=47279, Token=70FD49FC7D40F61B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47279, Token=70FD49FC7D40F61B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R190, 127.0.0.1:8193] send response NON-2.05   MID=47279, Token=null, OptionSet={}, "server responds hi"
06:50:36.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R190, 127.0.0.1:8193, complete]!
06:50:36.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R190, 127.0.0.1:8193, complete] completed NON-2.04   MID=47279, Token=70FD49FC7D40F61B, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE!
06:50:36.764 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E190,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47279, Token=70FD49FC7D40F61B, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE]
06:50:36.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47279]
06:50:36.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L189, 127.0.0.1:8196, complete]!
06:50:36.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L189, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-70FD49FC7D40F61B]
06:50:36.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L189, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47279]
06:50:36.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L189, 127.0.0.1:8196, complete] completed CON-POST   MID=47279, Token=70FD49FC7D40F61B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47279, Token=70FD49FC7D40F61B, OptionSet={"Object-Security":0x093C}, acked 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76!
06:50:36.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L191, 127.0.0.1:8196] send request
06:50:36.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L191, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L191, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE
06:50:36.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L191, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47280], CON-POST   MID=47280, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE
06:50:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L191, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-78CE314591C2614E], CON-POST   MID=47280, Token=78CE314591C2614E, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE
06:50: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:8196-47280], KeyToken[127.0.0.1:8196-78CE314591C2614E]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:36.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E191,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47280, Token=78CE314591C2614E, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE]
06:50:36.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47280]
06:50:36.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R192, 127.0.0.1:8193] replace CON-POST   MID=47280, Token=78CE314591C2614E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47280, Token=78CE314591C2614E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R192, 127.0.0.1:8193] send response NON-2.05   MID=47280, Token=null, OptionSet={}, "server responds hi"
06:50:36.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R192, 127.0.0.1:8193, complete]!
06:50:36.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R192, 127.0.0.1:8193, complete] completed NON-2.04   MID=47280, Token=78CE314591C2614E, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25!
06:50: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:8193
06:50:36.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E192,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47280, Token=78CE314591C2614E, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47280]
06:50:36.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L191, 127.0.0.1:8196, complete]!
06:50:36.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L191, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-78CE314591C2614E]
06:50:36.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L191, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47280]
06:50:36.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L191, 127.0.0.1:8196, complete] completed CON-POST   MID=47280, Token=78CE314591C2614E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47280, Token=78CE314591C2614E, OptionSet={"Object-Security":0x093D}, acked 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE!
06:50:36.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L193, 127.0.0.1:8196] send request
06:50:36.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L193, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L193, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D
06:50:36.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L193, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47281], CON-POST   MID=47281, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D
06:50:36.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L193, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B4383D70B1EE2E40], CON-POST   MID=47281, Token=B4383D70B1EE2E40, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D
06:50:36.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47281], KeyToken[127.0.0.1:8196-B4383D70B1EE2E40]]
06:50:36.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:8196
06:50:36.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E193,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47281, Token=B4383D70B1EE2E40, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D]
06:50:36.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47281]
06:50:36.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R194, 127.0.0.1:8193] replace CON-POST   MID=47281, Token=B4383D70B1EE2E40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47281, Token=B4383D70B1EE2E40, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R194, 127.0.0.1:8193] send response NON-2.05   MID=47281, Token=null, OptionSet={}, "server responds hi"
06:50:36.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R194, 127.0.0.1:8193, complete]!
06:50:36.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R194, 127.0.0.1:8193, complete] completed NON-2.04   MID=47281, Token=B4383D70B1EE2E40, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E!
06:50:36.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:8193
06:50:36.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E194,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47281, Token=B4383D70B1EE2E40, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E]
06:50:36.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47281]
06:50:36.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L193, 127.0.0.1:8196, complete]!
06:50:36.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L193, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B4383D70B1EE2E40]
06:50:36.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L193, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47281]
06:50:36.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L193, 127.0.0.1:8196, complete] completed CON-POST   MID=47281, Token=B4383D70B1EE2E40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47281, Token=B4383D70B1EE2E40, OptionSet={"Object-Security":0x093E}, acked F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D!
06:50:36.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L195, 127.0.0.1:8196] send request
06:50:36.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L195, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L195, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A
06:50:36.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L195, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47282], CON-POST   MID=47282, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A
06:50:36.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L195, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-78D7FBE537F3A115], CON-POST   MID=47282, Token=78D7FBE537F3A115, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A
06:50:36.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47282], KeyToken[127.0.0.1:8196-78D7FBE537F3A115]]
06:50:36.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:8196
06:50:36.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E195,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47282, Token=78D7FBE537F3A115, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A]
06:50:36.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47282]
06:50:36.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R196, 127.0.0.1:8193] replace CON-POST   MID=47282, Token=78D7FBE537F3A115, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47282, Token=78D7FBE537F3A115, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R196, 127.0.0.1:8193] send response NON-2.05   MID=47282, Token=null, OptionSet={}, "server responds hi"
06:50:36.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R196, 127.0.0.1:8193, complete]!
06:50:36.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R196, 127.0.0.1:8193, complete] completed NON-2.04   MID=47282, Token=78D7FBE537F3A115, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02!
06:50:36.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:8193
06:50:36.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E196,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47282, Token=78D7FBE537F3A115, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02]
06:50:36.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47282]
06:50:36.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L195, 127.0.0.1:8196, complete]!
06:50:36.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L195, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-78D7FBE537F3A115]
06:50:36.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L195, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47282]
06:50:36.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L195, 127.0.0.1:8196, complete] completed CON-POST   MID=47282, Token=78D7FBE537F3A115, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47282, Token=78D7FBE537F3A115, OptionSet={"Object-Security":0x093F}, acked E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A!
06:50:36.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L197, 127.0.0.1:8196] send request
06:50:36.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L197, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L197, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:36.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L197, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47283], CON-POST   MID=47283, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:36.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L197, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2044172491023685], CON-POST   MID=47283, Token=2044172491023685, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:36.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47283], KeyToken[127.0.0.1:8196-2044172491023685]]
06:50:36.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E197,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47283, Token=2044172491023685, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49]
06:50:36.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47283]
06:50:36.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R198, 127.0.0.1:8193] replace CON-POST   MID=47283, Token=2044172491023685, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47283, Token=2044172491023685, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R198, 127.0.0.1:8193] send response NON-2.05   MID=47283, Token=null, OptionSet={}, "server responds hi"
06:50:36.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R198, 127.0.0.1:8193, complete]!
06:50:36.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R198, 127.0.0.1:8193, complete] completed NON-2.04   MID=47283, Token=2044172491023685, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E!
06:50:36.774 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E198,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47283, Token=2044172491023685, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E]
06:50:36.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47283]
06:50:36.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L197, 127.0.0.1:8196, complete]!
06:50:36.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L197, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2044172491023685]
06:50:36.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L197, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47283]
06:50:36.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L197, 127.0.0.1:8196, complete] completed CON-POST   MID=47283, Token=2044172491023685, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47283, Token=2044172491023685, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49!
06:50:36.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L199, 127.0.0.1:8196] send request
06:50:36.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L199, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L199, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6
06:50:36.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L199, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47284], CON-POST   MID=47284, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6
06:50:36.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L199, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-08FAE96231DCD69B], CON-POST   MID=47284, Token=08FAE96231DCD69B, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6
06:50:36.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47284], KeyToken[127.0.0.1:8196-08FAE96231DCD69B]]
06:50:36.776 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E199,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47284, Token=08FAE96231DCD69B, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6]
06:50:36.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47284]
06:50:36.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R200, 127.0.0.1:8193] replace CON-POST   MID=47284, Token=08FAE96231DCD69B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47284, Token=08FAE96231DCD69B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R200, 127.0.0.1:8193] send response NON-2.05   MID=47284, Token=null, OptionSet={}, "server responds hi"
06:50:36.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R200, 127.0.0.1:8193, complete]!
06:50:36.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R200, 127.0.0.1:8193, complete] completed NON-2.04   MID=47284, Token=08FAE96231DCD69B, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C!
06:50:36.777 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E200,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47284, Token=08FAE96231DCD69B, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C]
06:50:36.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47284]
06:50:36.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L199, 127.0.0.1:8196, complete]!
06:50:36.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L199, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-08FAE96231DCD69B]
06:50:36.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L199, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47284]
06:50:36.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L199, 127.0.0.1:8196, complete] completed CON-POST   MID=47284, Token=08FAE96231DCD69B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47284, Token=08FAE96231DCD69B, OptionSet={"Object-Security":0x0941}, acked 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6!
06:50:36.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L201, 127.0.0.1:8196] send request
06:50:36.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L201, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L201, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77
06:50:36.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L201, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47285], CON-POST   MID=47285, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77
06:50:36.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L201, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-CC08A62806D18F42], CON-POST   MID=47285, Token=CC08A62806D18F42, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77
06:50:36.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47285], KeyToken[127.0.0.1:8196-CC08A62806D18F42]]
06:50:36.778 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E201,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47285, Token=CC08A62806D18F42, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77]
06:50:36.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47285]
06:50:36.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R202, 127.0.0.1:8193] replace CON-POST   MID=47285, Token=CC08A62806D18F42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47285, Token=CC08A62806D18F42, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R202, 127.0.0.1:8193] send response NON-2.05   MID=47285, Token=null, OptionSet={}, "server responds hi"
06:50:36.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R202, 127.0.0.1:8193, complete]!
06:50:36.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R202, 127.0.0.1:8193, complete] completed NON-2.04   MID=47285, Token=CC08A62806D18F42, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA!
06:50:36.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E202,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47285, Token=CC08A62806D18F42, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA]
06:50:36.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47285]
06:50:36.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L201, 127.0.0.1:8196, complete]!
06:50:36.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L201, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-CC08A62806D18F42]
06:50:36.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L201, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47285]
06:50:36.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L201, 127.0.0.1:8196, complete] completed CON-POST   MID=47285, Token=CC08A62806D18F42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47285, Token=CC08A62806D18F42, OptionSet={"Object-Security":0x0942}, acked FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77!
06:50:36.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L203, 127.0.0.1:8196] send request
06:50:36.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L203, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L203, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1
06:50:36.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L203, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47286], CON-POST   MID=47286, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1
06:50:36.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L203, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-08D633BBEA645D42], CON-POST   MID=47286, Token=08D633BBEA645D42, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1
06:50:36.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47286], KeyToken[127.0.0.1:8196-08D633BBEA645D42]]
06:50:36.780 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E203,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47286, Token=08D633BBEA645D42, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1]
06:50:36.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47286]
06:50:36.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R204, 127.0.0.1:8193] replace CON-POST   MID=47286, Token=08D633BBEA645D42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47286, Token=08D633BBEA645D42, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R204, 127.0.0.1:8193] send response NON-2.05   MID=47286, Token=null, OptionSet={}, "server responds hi"
06:50:36.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R204, 127.0.0.1:8193, complete]!
06:50:36.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R204, 127.0.0.1:8193, complete] completed NON-2.04   MID=47286, Token=08D633BBEA645D42, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2!
06:50:36.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E204,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47286, Token=08D633BBEA645D42, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2]
06:50:36.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47286]
06:50:36.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L203, 127.0.0.1:8196, complete]!
06:50:36.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L203, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-08D633BBEA645D42]
06:50:36.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L203, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47286]
06:50:36.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L203, 127.0.0.1:8196, complete] completed CON-POST   MID=47286, Token=08D633BBEA645D42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47286, Token=08D633BBEA645D42, OptionSet={"Object-Security":0x0943}, acked 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1!
06:50:36.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L205, 127.0.0.1:8196] send request
06:50:36.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L205, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L205, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B
06:50:36.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L205, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47287], CON-POST   MID=47287, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B
06:50:36.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L205, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-08D595B4D206EE1F], CON-POST   MID=47287, Token=08D595B4D206EE1F, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B
06:50:36.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47287], KeyToken[127.0.0.1:8196-08D595B4D206EE1F]]
06:50:36.783 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E205,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47287, Token=08D595B4D206EE1F, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B]
06:50:36.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47287]
06:50:36.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R206, 127.0.0.1:8193] replace CON-POST   MID=47287, Token=08D595B4D206EE1F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47287, Token=08D595B4D206EE1F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R206, 127.0.0.1:8193] send response NON-2.05   MID=47287, Token=null, OptionSet={}, "server responds hi"
06:50:36.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R206, 127.0.0.1:8193, complete]!
06:50:36.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R206, 127.0.0.1:8193, complete] completed NON-2.04   MID=47287, Token=08D595B4D206EE1F, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7!
06:50:36.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E206,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47287, Token=08D595B4D206EE1F, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7]
06:50:36.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47287]
06:50:36.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L205, 127.0.0.1:8196, complete]!
06:50:36.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L205, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-08D595B4D206EE1F]
06:50:36.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L205, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47287]
06:50:36.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L205, 127.0.0.1:8196, complete] completed CON-POST   MID=47287, Token=08D595B4D206EE1F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47287, Token=08D595B4D206EE1F, OptionSet={"Object-Security":0x0944}, acked F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B!
06:50:36.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L207, 127.0.0.1:8196] send request
06:50:36.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L207, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L207, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB
06:50:36.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L207, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47288], CON-POST   MID=47288, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB
06:50:36.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L207, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FC78DC89C79A6E90], CON-POST   MID=47288, Token=FC78DC89C79A6E90, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB
06:50:36.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47288], KeyToken[127.0.0.1:8196-FC78DC89C79A6E90]]
06:50:36.785 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E207,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47288, Token=FC78DC89C79A6E90, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB]
06:50:36.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47288]
06:50:36.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R208, 127.0.0.1:8193] replace CON-POST   MID=47288, Token=FC78DC89C79A6E90, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47288, Token=FC78DC89C79A6E90, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R208, 127.0.0.1:8193] send response NON-2.05   MID=47288, Token=null, OptionSet={}, "server responds hi"
06:50:36.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R208, 127.0.0.1:8193, complete]!
06:50:36.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R208, 127.0.0.1:8193, complete] completed NON-2.04   MID=47288, Token=FC78DC89C79A6E90, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C!
06:50:36.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E208,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47288, Token=FC78DC89C79A6E90, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C]
06:50:36.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47288]
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L207, 127.0.0.1:8196, complete]!
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L207, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FC78DC89C79A6E90]
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L207, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47288]
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L207, 127.0.0.1:8196, complete] completed CON-POST   MID=47288, Token=FC78DC89C79A6E90, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47288, Token=FC78DC89C79A6E90, OptionSet={"Object-Security":0x0945}, acked F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB!
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L209, 127.0.0.1:8196] send request
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L209, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L209, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E
06:50:36.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L209, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47289], CON-POST   MID=47289, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E
06:50:36.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L209, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-40DB7EDA6FB807FD], CON-POST   MID=47289, Token=40DB7EDA6FB807FD, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E
06:50:36.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47289], KeyToken[127.0.0.1:8196-40DB7EDA6FB807FD]]
06:50:36.788 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E209,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47289, Token=40DB7EDA6FB807FD, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E]
06:50:36.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47289]
06:50:36.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R210, 127.0.0.1:8193] replace CON-POST   MID=47289, Token=40DB7EDA6FB807FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47289, Token=40DB7EDA6FB807FD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R210, 127.0.0.1:8193] send response NON-2.05   MID=47289, Token=null, OptionSet={}, "server responds hi"
06:50:36.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R210, 127.0.0.1:8193, complete]!
06:50:36.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R210, 127.0.0.1:8193, complete] completed NON-2.04   MID=47289, Token=40DB7EDA6FB807FD, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66!
06:50:36.789 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.789 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E210,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47289, Token=40DB7EDA6FB807FD, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66]
06:50:36.789 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47289]
06:50:36.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L209, 127.0.0.1:8196, complete]!
06:50:36.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L209, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-40DB7EDA6FB807FD]
06:50:36.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L209, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47289]
06:50:36.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L209, 127.0.0.1:8196, complete] completed CON-POST   MID=47289, Token=40DB7EDA6FB807FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47289, Token=40DB7EDA6FB807FD, OptionSet={"Object-Security":0x0946}, acked 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E!
06:50:36.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L211, 127.0.0.1:8196] send request
06:50:36.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L211, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L211, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41
06:50:36.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L211, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47290], CON-POST   MID=47290, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41
06:50:36.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L211, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-CC62D178FFB945F3], CON-POST   MID=47290, Token=CC62D178FFB945F3, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41
06:50:36.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47290], KeyToken[127.0.0.1:8196-CC62D178FFB945F3]]
06:50:36.790 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E211,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47290, Token=CC62D178FFB945F3, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41]
06:50:36.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47290]
06:50:36.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R212, 127.0.0.1:8193] replace CON-POST   MID=47290, Token=CC62D178FFB945F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47290, Token=CC62D178FFB945F3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R212, 127.0.0.1:8193] send response NON-2.05   MID=47290, Token=null, OptionSet={}, "server responds hi"
06:50:36.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R212, 127.0.0.1:8193, complete]!
06:50:36.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R212, 127.0.0.1:8193, complete] completed NON-2.04   MID=47290, Token=CC62D178FFB945F3, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51!
06:50:36.791 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.791 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E212,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47290, Token=CC62D178FFB945F3, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51]
06:50:36.791 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47290]
06:50:36.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L211, 127.0.0.1:8196, complete]!
06:50:36.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L211, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-CC62D178FFB945F3]
06:50:36.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L211, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47290]
06:50:36.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L211, 127.0.0.1:8196, complete] completed CON-POST   MID=47290, Token=CC62D178FFB945F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47290, Token=CC62D178FFB945F3, OptionSet={"Object-Security":0x0947}, acked 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41!
06:50:36.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L213, 127.0.0.1:8196] send request
06:50:36.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L213, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L213, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95
06:50:36.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L213, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47291], CON-POST   MID=47291, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95
06:50:36.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L213, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E04CBE6CB8AE6490], CON-POST   MID=47291, Token=E04CBE6CB8AE6490, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95
06:50:36.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47291], KeyToken[127.0.0.1:8196-E04CBE6CB8AE6490]]
06:50:36.792 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E213,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47291, Token=E04CBE6CB8AE6490, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95]
06:50:36.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47291]
06:50:36.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R214, 127.0.0.1:8193] replace CON-POST   MID=47291, Token=E04CBE6CB8AE6490, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47291, Token=E04CBE6CB8AE6490, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R214, 127.0.0.1:8193] send response NON-2.05   MID=47291, Token=null, OptionSet={}, "server responds hi"
06:50:36.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R214, 127.0.0.1:8193, complete]!
06:50:36.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R214, 127.0.0.1:8193, complete] completed NON-2.04   MID=47291, Token=E04CBE6CB8AE6490, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2!
06:50:36.793 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E214,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47291, Token=E04CBE6CB8AE6490, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2]
06:50:36.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47291]
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L213, 127.0.0.1:8196, complete]!
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L213, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E04CBE6CB8AE6490]
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L213, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47291]
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L213, 127.0.0.1:8196, complete] completed CON-POST   MID=47291, Token=E04CBE6CB8AE6490, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47291, Token=E04CBE6CB8AE6490, OptionSet={"Object-Security":0x0948}, acked 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95!
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L215, 127.0.0.1:8196] send request
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L215, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L215, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95
06:50:36.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L215, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47292], CON-POST   MID=47292, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95
06:50:36.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L215, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00D7FF686BC7E0EA], CON-POST   MID=47292, Token=00D7FF686BC7E0EA, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95
06:50:36.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47292], KeyToken[127.0.0.1:8196-00D7FF686BC7E0EA]]
06:50:36.795 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E215,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47292, Token=00D7FF686BC7E0EA, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95]
06:50:36.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47292]
06:50:36.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R216, 127.0.0.1:8193] replace CON-POST   MID=47292, Token=00D7FF686BC7E0EA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47292, Token=00D7FF686BC7E0EA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R216, 127.0.0.1:8193] send response NON-2.05   MID=47292, Token=null, OptionSet={}, "server responds hi"
06:50:36.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R216, 127.0.0.1:8193, complete]!
06:50:36.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R216, 127.0.0.1:8193, complete] completed NON-2.04   MID=47292, Token=00D7FF686BC7E0EA, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7!
06:50:36.796 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E216,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47292, Token=00D7FF686BC7E0EA, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7]
06:50:36.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47292]
06:50:36.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L215, 127.0.0.1:8196, complete]!
06:50:36.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L215, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00D7FF686BC7E0EA]
06:50:36.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L215, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47292]
06:50:36.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L215, 127.0.0.1:8196, complete] completed CON-POST   MID=47292, Token=00D7FF686BC7E0EA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47292, Token=00D7FF686BC7E0EA, OptionSet={"Object-Security":0x0949}, acked DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95!
06:50:36.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L217, 127.0.0.1:8196] send request
06:50:36.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L217, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L217, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB
06:50:36.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L217, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47293], CON-POST   MID=47293, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB
06:50:36.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L217, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-486405F095C70760], CON-POST   MID=47293, Token=486405F095C70760, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB
06:50:36.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47293], KeyToken[127.0.0.1:8196-486405F095C70760]]
06:50:36.797 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E217,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47293, Token=486405F095C70760, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB]
06:50:36.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47293]
06:50:36.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R218, 127.0.0.1:8193] replace CON-POST   MID=47293, Token=486405F095C70760, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47293, Token=486405F095C70760, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R218, 127.0.0.1:8193] send response NON-2.05   MID=47293, Token=null, OptionSet={}, "server responds hi"
06:50:36.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R218, 127.0.0.1:8193, complete]!
06:50:36.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R218, 127.0.0.1:8193, complete] completed NON-2.04   MID=47293, Token=486405F095C70760, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27!
06:50:36.798 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.798 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E218,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47293, Token=486405F095C70760, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27]
06:50:36.798 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47293]
06:50:36.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L217, 127.0.0.1:8196, complete]!
06:50:36.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L217, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-486405F095C70760]
06:50:36.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L217, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47293]
06:50:36.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L217, 127.0.0.1:8196, complete] completed CON-POST   MID=47293, Token=486405F095C70760, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47293, Token=486405F095C70760, OptionSet={"Object-Security":0x094A}, acked 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB!
06:50:36.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L219, 127.0.0.1:8196] send request
06:50:36.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L219, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L219, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A
06:50:36.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L219, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47294], CON-POST   MID=47294, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A
06:50:36.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L219, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-60B8085DDA206071], CON-POST   MID=47294, Token=60B8085DDA206071, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A
06:50:36.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47294], KeyToken[127.0.0.1:8196-60B8085DDA206071]]
06:50:36.799 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.800 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E219,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47294, Token=60B8085DDA206071, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A]
06:50:36.800 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47294]
06:50:36.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R220, 127.0.0.1:8193] replace CON-POST   MID=47294, Token=60B8085DDA206071, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47294, Token=60B8085DDA206071, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R220, 127.0.0.1:8193] send response NON-2.05   MID=47294, Token=null, OptionSet={}, "server responds hi"
06:50:36.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R220, 127.0.0.1:8193, complete]!
06:50:36.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R220, 127.0.0.1:8193, complete] completed NON-2.04   MID=47294, Token=60B8085DDA206071, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68!
06:50:36.800 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E220,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47294, Token=60B8085DDA206071, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68]
06:50:36.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47294]
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L219, 127.0.0.1:8196, complete]!
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L219, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-60B8085DDA206071]
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L219, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47294]
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L219, 127.0.0.1:8196, complete] completed CON-POST   MID=47294, Token=60B8085DDA206071, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47294, Token=60B8085DDA206071, OptionSet={"Object-Security":0x094B}, acked 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A!
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L221, 127.0.0.1:8196] send request
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L221, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L221, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A
06:50:36.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L221, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47295], CON-POST   MID=47295, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A
06:50:36.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L221, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-10D1122ACA727BE7], CON-POST   MID=47295, Token=10D1122ACA727BE7, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A
06:50:36.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47295], KeyToken[127.0.0.1:8196-10D1122ACA727BE7]]
06:50:36.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:8196
06:50:36.847 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E221,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47295, Token=10D1122ACA727BE7, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A]
06:50:36.847 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47295]
06:50:36.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R222, 127.0.0.1:8193] replace CON-POST   MID=47295, Token=10D1122ACA727BE7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47295, Token=10D1122ACA727BE7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R222, 127.0.0.1:8193] send response NON-2.05   MID=47295, Token=null, OptionSet={}, "server responds hi"
06:50:36.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R222, 127.0.0.1:8193, complete]!
06:50:36.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R222, 127.0.0.1:8193, complete] completed NON-2.04   MID=47295, Token=10D1122ACA727BE7, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1!
06:50:36.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:8193
06:50:36.848 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E222,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47295, Token=10D1122ACA727BE7, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1]
06:50:36.848 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47295]
06:50:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L221, 127.0.0.1:8196, complete]!
06:50:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L221, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-10D1122ACA727BE7]
06:50:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L221, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47295]
06:50:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L221, 127.0.0.1:8196, complete] completed CON-POST   MID=47295, Token=10D1122ACA727BE7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47295, Token=10D1122ACA727BE7, OptionSet={"Object-Security":0x094C}, acked 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A!
06:50:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L223, 127.0.0.1:8196] send request
06:50:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L223, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L223, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10
06:50:36.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L223, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47296], CON-POST   MID=47296, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10
06:50:36.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L223, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8804C9BF09F8C314], CON-POST   MID=47296, Token=8804C9BF09F8C314, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10
06:50:36.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47296], KeyToken[127.0.0.1:8196-8804C9BF09F8C314]]
06:50:36.849 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.849 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E223,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47296, Token=8804C9BF09F8C314, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10]
06:50:36.849 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47296]
06:50:36.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R224, 127.0.0.1:8193] replace CON-POST   MID=47296, Token=8804C9BF09F8C314, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47296, Token=8804C9BF09F8C314, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R224, 127.0.0.1:8193] send response NON-2.05   MID=47296, Token=null, OptionSet={}, "server responds hi"
06:50:36.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R224, 127.0.0.1:8193, complete]!
06:50:36.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R224, 127.0.0.1:8193, complete] completed NON-2.04   MID=47296, Token=8804C9BF09F8C314, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2!
06:50:36.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:8193
06:50:36.850 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E224,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47296, Token=8804C9BF09F8C314, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2]
06:50:36.850 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47296]
06:50:36.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L223, 127.0.0.1:8196, complete]!
06:50:36.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L223, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8804C9BF09F8C314]
06:50:36.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L223, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47296]
06:50:36.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L223, 127.0.0.1:8196, complete] completed CON-POST   MID=47296, Token=8804C9BF09F8C314, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47296, Token=8804C9BF09F8C314, OptionSet={"Object-Security":0x094D}, acked 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10!
06:50:36.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L225, 127.0.0.1:8196] send request
06:50:36.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L225, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L225, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B
06:50:36.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L225, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47297], CON-POST   MID=47297, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B
06:50:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L225, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DC87ADA6B9750A84], CON-POST   MID=47297, Token=DC87ADA6B9750A84, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B
06:50: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:8196-47297], KeyToken[127.0.0.1:8196-DC87ADA6B9750A84]]
06:50:36.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:8196
06:50:36.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E225,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47297, Token=DC87ADA6B9750A84, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B]
06:50:36.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47297]
06:50:36.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R226, 127.0.0.1:8193] replace CON-POST   MID=47297, Token=DC87ADA6B9750A84, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47297, Token=DC87ADA6B9750A84, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R226, 127.0.0.1:8193] send response NON-2.05   MID=47297, Token=null, OptionSet={}, "server responds hi"
06:50:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R226, 127.0.0.1:8193, complete]!
06:50:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R226, 127.0.0.1:8193, complete] completed NON-2.04   MID=47297, Token=DC87ADA6B9750A84, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C!
06:50:36.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E226,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47297, Token=DC87ADA6B9750A84, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C]
06:50:36.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47297]
06:50:36.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L225, 127.0.0.1:8196, complete]!
06:50:36.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L225, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DC87ADA6B9750A84]
06:50:36.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L225, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47297]
06:50:36.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L225, 127.0.0.1:8196, complete] completed CON-POST   MID=47297, Token=DC87ADA6B9750A84, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47297, Token=DC87ADA6B9750A84, OptionSet={"Object-Security":0x094E}, acked 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B!
06:50:36.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L227, 127.0.0.1:8196] send request
06:50:36.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L227, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L227, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D
06:50:36.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L227, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47298], CON-POST   MID=47298, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D
06:50:36.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L227, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D87981822BBDC8AF], CON-POST   MID=47298, Token=D87981822BBDC8AF, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D
06:50:36.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47298], KeyToken[127.0.0.1:8196-D87981822BBDC8AF]]
06:50:36.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:8196
06:50:36.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E227,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47298, Token=D87981822BBDC8AF, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D]
06:50:36.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47298]
06:50:36.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R228, 127.0.0.1:8193] replace CON-POST   MID=47298, Token=D87981822BBDC8AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47298, Token=D87981822BBDC8AF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R228, 127.0.0.1:8193] send response NON-2.05   MID=47298, Token=null, OptionSet={}, "server responds hi"
06:50:36.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R228, 127.0.0.1:8193, complete]!
06:50:36.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R228, 127.0.0.1:8193, complete] completed NON-2.04   MID=47298, Token=D87981822BBDC8AF, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A!
06:50:36.855 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E228,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47298, Token=D87981822BBDC8AF, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A]
06:50:36.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47298]
06:50:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L227, 127.0.0.1:8196, complete]!
06:50:36.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L227, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D87981822BBDC8AF]
06:50:36.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L227, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47298]
06:50:36.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L227, 127.0.0.1:8196, complete] completed CON-POST   MID=47298, Token=D87981822BBDC8AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47298, Token=D87981822BBDC8AF, OptionSet={"Object-Security":0x094F}, acked F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D!
06:50:36.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L229, 127.0.0.1:8196] send request
06:50:36.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L229, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L229, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C
06:50:36.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L229, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47299], CON-POST   MID=47299, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C
06:50:36.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L229, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-489EEA59AFCA2DD4], CON-POST   MID=47299, Token=489EEA59AFCA2DD4, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C
06:50:36.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47299], KeyToken[127.0.0.1:8196-489EEA59AFCA2DD4]]
06:50:36.857 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E229,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47299, Token=489EEA59AFCA2DD4, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C]
06:50:36.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47299]
06:50:36.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R230, 127.0.0.1:8193] replace CON-POST   MID=47299, Token=489EEA59AFCA2DD4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47299, Token=489EEA59AFCA2DD4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R230, 127.0.0.1:8193] send response NON-2.05   MID=47299, Token=null, OptionSet={}, "server responds hi"
06:50:36.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R230, 127.0.0.1:8193, complete]!
06:50:36.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R230, 127.0.0.1:8193, complete] completed NON-2.04   MID=47299, Token=489EEA59AFCA2DD4, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC!
06:50:36.858 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E230,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47299, Token=489EEA59AFCA2DD4, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC]
06:50:36.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47299]
06:50:36.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L229, 127.0.0.1:8196, complete]!
06:50:36.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L229, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-489EEA59AFCA2DD4]
06:50:36.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L229, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47299]
06:50:36.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L229, 127.0.0.1:8196, complete] completed CON-POST   MID=47299, Token=489EEA59AFCA2DD4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47299, Token=489EEA59AFCA2DD4, OptionSet={"Object-Security":0x0950}, acked F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C!
06:50:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L231, 127.0.0.1:8196] send request
06:50:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L231, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L231, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08
06:50:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L231, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47300], CON-POST   MID=47300, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08
06:50:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L231, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8411F42C10C0D24D], CON-POST   MID=47300, Token=8411F42C10C0D24D, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08
06:50: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:8196-47300], KeyToken[127.0.0.1:8196-8411F42C10C0D24D]]
06:50:36.859 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E231,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47300, Token=8411F42C10C0D24D, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08]
06:50:36.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47300]
06:50:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R232, 127.0.0.1:8193] replace CON-POST   MID=47300, Token=8411F42C10C0D24D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47300, Token=8411F42C10C0D24D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R232, 127.0.0.1:8193] send response NON-2.05   MID=47300, Token=null, OptionSet={}, "server responds hi"
06:50:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R232, 127.0.0.1:8193, complete]!
06:50:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R232, 127.0.0.1:8193, complete] completed NON-2.04   MID=47300, Token=8411F42C10C0D24D, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:36.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E232,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47300, Token=8411F42C10C0D24D, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1]
06:50:36.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47300]
06:50:36.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L231, 127.0.0.1:8196, complete]!
06:50:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L231, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8411F42C10C0D24D]
06:50:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L231, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47300]
06:50:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L231, 127.0.0.1:8196, complete] completed CON-POST   MID=47300, Token=8411F42C10C0D24D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47300, Token=8411F42C10C0D24D, OptionSet={"Object-Security":0x0951}, acked F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08!
06:50:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L233, 127.0.0.1:8196] send request
06:50:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L233, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L233, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB
06:50:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L233, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47301], CON-POST   MID=47301, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB
06:50:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L233, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3462B59E93D697F7], CON-POST   MID=47301, Token=3462B59E93D697F7, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB
06:50: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:8196-47301], KeyToken[127.0.0.1:8196-3462B59E93D697F7]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:36.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E233,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47301, Token=3462B59E93D697F7, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB]
06:50:36.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47301]
06:50:36.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R234, 127.0.0.1:8193] replace CON-POST   MID=47301, Token=3462B59E93D697F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47301, Token=3462B59E93D697F7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R234, 127.0.0.1:8193] send response NON-2.05   MID=47301, Token=null, OptionSet={}, "server responds hi"
06:50:36.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R234, 127.0.0.1:8193, complete]!
06:50:36.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R234, 127.0.0.1:8193, complete] completed NON-2.04   MID=47301, Token=3462B59E93D697F7, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:36.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E234,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47301, Token=3462B59E93D697F7, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47301]
06:50:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L233, 127.0.0.1:8196, complete]!
06:50:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L233, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3462B59E93D697F7]
06:50:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L233, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47301]
06:50:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L233, 127.0.0.1:8196, complete] completed CON-POST   MID=47301, Token=3462B59E93D697F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47301, Token=3462B59E93D697F7, OptionSet={"Object-Security":0x0952}, acked E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB!
06:50:36.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L235, 127.0.0.1:8196] send request
06:50:36.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L235, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L235, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C
06:50:36.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L235, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47302], CON-POST   MID=47302, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C
06:50:36.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L235, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-584E371D0613F9DD], CON-POST   MID=47302, Token=584E371D0613F9DD, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C
06:50: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:8196-47302], KeyToken[127.0.0.1:8196-584E371D0613F9DD]]
06:50:36.865 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E235,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47302, Token=584E371D0613F9DD, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C]
06:50:36.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47302]
06:50:36.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R236, 127.0.0.1:8193] replace CON-POST   MID=47302, Token=584E371D0613F9DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47302, Token=584E371D0613F9DD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R236, 127.0.0.1:8193] send response NON-2.05   MID=47302, Token=null, OptionSet={}, "server responds hi"
06:50:36.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R236, 127.0.0.1:8193, complete]!
06:50:36.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R236, 127.0.0.1:8193, complete] completed NON-2.04   MID=47302, Token=584E371D0613F9DD, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D!
06:50:36.866 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E236,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47302, Token=584E371D0613F9DD, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D]
06:50:36.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47302]
06:50:36.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L235, 127.0.0.1:8196, complete]!
06:50:36.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L235, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-584E371D0613F9DD]
06:50:36.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L235, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47302]
06:50:36.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L235, 127.0.0.1:8196, complete] completed CON-POST   MID=47302, Token=584E371D0613F9DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47302, Token=584E371D0613F9DD, OptionSet={"Object-Security":0x0953}, acked 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C!
06:50:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L237, 127.0.0.1:8196] send request
06:50:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L237, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L237, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A
06:50:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L237, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47303], CON-POST   MID=47303, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A
06:50:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L237, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4D1DCB478180C30], CON-POST   MID=47303, Token=E4D1DCB478180C30, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A
06:50:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47303], KeyToken[127.0.0.1:8196-E4D1DCB478180C30]]
06:50:36.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:8196
06:50:36.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E237,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47303, Token=E4D1DCB478180C30, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A]
06:50:36.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47303]
06:50:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R238, 127.0.0.1:8193] replace CON-POST   MID=47303, Token=E4D1DCB478180C30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47303, Token=E4D1DCB478180C30, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R238, 127.0.0.1:8193] send response NON-2.05   MID=47303, Token=null, OptionSet={}, "server responds hi"
06:50:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R238, 127.0.0.1:8193, complete]!
06:50:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R238, 127.0.0.1:8193, complete] completed NON-2.04   MID=47303, Token=E4D1DCB478180C30, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:36.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E238,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47303, Token=E4D1DCB478180C30, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47303]
06:50:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L237, 127.0.0.1:8196, complete]!
06:50:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L237, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4D1DCB478180C30]
06:50:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L237, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47303]
06:50:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L237, 127.0.0.1:8196, complete] completed CON-POST   MID=47303, Token=E4D1DCB478180C30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47303, Token=E4D1DCB478180C30, OptionSet={"Object-Security":0x0954}, acked 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A!
06:50:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L239, 127.0.0.1:8196] send request
06:50:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L239, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L239, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4
06:50:36.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L239, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47304], CON-POST   MID=47304, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4
06:50:36.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L239, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FCCCD0685E222695], CON-POST   MID=47304, Token=FCCCD0685E222695, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4
06:50:36.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47304], KeyToken[127.0.0.1:8196-FCCCD0685E222695]]
06:50:36.870 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E239,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47304, Token=FCCCD0685E222695, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4]
06:50:36.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47304]
06:50:36.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R240, 127.0.0.1:8193] replace CON-POST   MID=47304, Token=FCCCD0685E222695, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47304, Token=FCCCD0685E222695, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R240, 127.0.0.1:8193] send response NON-2.05   MID=47304, Token=null, OptionSet={}, "server responds hi"
06:50:36.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R240, 127.0.0.1:8193, complete]!
06:50:36.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R240, 127.0.0.1:8193, complete] completed NON-2.04   MID=47304, Token=FCCCD0685E222695, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A!
06:50:36.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:8193
06:50:36.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E240,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47304, Token=FCCCD0685E222695, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A]
06:50:36.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47304]
06:50:36.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L239, 127.0.0.1:8196, complete]!
06:50:36.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L239, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FCCCD0685E222695]
06:50:36.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L239, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47304]
06:50:36.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L239, 127.0.0.1:8196, complete] completed CON-POST   MID=47304, Token=FCCCD0685E222695, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47304, Token=FCCCD0685E222695, OptionSet={"Object-Security":0x0955}, acked 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4!
06:50:36.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L241, 127.0.0.1:8196] send request
06:50:36.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L241, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L241, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B
06:50:36.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L241, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47305], CON-POST   MID=47305, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B
06:50:36.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L241, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C0A40605368FE76B], CON-POST   MID=47305, Token=C0A40605368FE76B, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B
06:50:36.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47305], KeyToken[127.0.0.1:8196-C0A40605368FE76B]]
06:50:36.872 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E241,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47305, Token=C0A40605368FE76B, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B]
06:50:36.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47305]
06:50:36.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R242, 127.0.0.1:8193] replace CON-POST   MID=47305, Token=C0A40605368FE76B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47305, Token=C0A40605368FE76B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R242, 127.0.0.1:8193] send response NON-2.05   MID=47305, Token=null, OptionSet={}, "server responds hi"
06:50:36.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R242, 127.0.0.1:8193, complete]!
06:50:36.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R242, 127.0.0.1:8193, complete] completed NON-2.04   MID=47305, Token=C0A40605368FE76B, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90!
06:50:36.873 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E242,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47305, Token=C0A40605368FE76B, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90]
06:50:36.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47305]
06:50:36.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L241, 127.0.0.1:8196, complete]!
06:50:36.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L241, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C0A40605368FE76B]
06:50:36.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L241, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47305]
06:50:36.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L241, 127.0.0.1:8196, complete] completed CON-POST   MID=47305, Token=C0A40605368FE76B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47305, Token=C0A40605368FE76B, OptionSet={"Object-Security":0x0956}, acked 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B!
06:50:36.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L243, 127.0.0.1:8196] send request
06:50:36.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L243, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L243, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25
06:50:36.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L243, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47306], CON-POST   MID=47306, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25
06:50:36.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L243, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1C4E4C33FA995227], CON-POST   MID=47306, Token=1C4E4C33FA995227, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25
06:50:36.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47306], KeyToken[127.0.0.1:8196-1C4E4C33FA995227]]
06:50:36.874 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E243,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47306, Token=1C4E4C33FA995227, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25]
06:50:36.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47306]
06:50:36.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R244, 127.0.0.1:8193] replace CON-POST   MID=47306, Token=1C4E4C33FA995227, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47306, Token=1C4E4C33FA995227, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R244, 127.0.0.1:8193] send response NON-2.05   MID=47306, Token=null, OptionSet={}, "server responds hi"
06:50:36.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R244, 127.0.0.1:8193, complete]!
06:50:36.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R244, 127.0.0.1:8193, complete] completed NON-2.04   MID=47306, Token=1C4E4C33FA995227, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5!
06:50:36.875 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E244,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47306, Token=1C4E4C33FA995227, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5]
06:50:36.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47306]
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L243, 127.0.0.1:8196, complete]!
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L243, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1C4E4C33FA995227]
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L243, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47306]
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L243, 127.0.0.1:8196, complete] completed CON-POST   MID=47306, Token=1C4E4C33FA995227, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47306, Token=1C4E4C33FA995227, OptionSet={"Object-Security":0x0957}, acked 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25!
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L245, 127.0.0.1:8196] send request
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L245, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L245, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L245, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47307], CON-POST   MID=47307, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60
06:50:36.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L245, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-94020EB40683B346], CON-POST   MID=47307, Token=94020EB40683B346, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60
06:50:36.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47307], KeyToken[127.0.0.1:8196-94020EB40683B346]]
06:50:36.877 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E245,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47307, Token=94020EB40683B346, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60]
06:50:36.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47307]
06:50:36.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R246, 127.0.0.1:8193] replace CON-POST   MID=47307, Token=94020EB40683B346, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47307, Token=94020EB40683B346, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R246, 127.0.0.1:8193] send response NON-2.05   MID=47307, Token=null, OptionSet={}, "server responds hi"
06:50:36.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R246, 127.0.0.1:8193, complete]!
06:50:36.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R246, 127.0.0.1:8193, complete] completed NON-2.04   MID=47307, Token=94020EB40683B346, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B!
06:50:36.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:8193
06:50:36.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E246,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47307, Token=94020EB40683B346, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B]
06:50:36.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47307]
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L245, 127.0.0.1:8196, complete]!
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L245, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-94020EB40683B346]
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L245, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47307]
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L245, 127.0.0.1:8196, complete] completed CON-POST   MID=47307, Token=94020EB40683B346, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47307, Token=94020EB40683B346, OptionSet={"Object-Security":0x0958}, acked 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60!
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L247, 127.0.0.1:8196] send request
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L247, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L247, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L247, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47308], CON-POST   MID=47308, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60
06:50:36.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L247, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4410A834AAE96801], CON-POST   MID=47308, Token=4410A834AAE96801, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60
06:50:36.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47308], KeyToken[127.0.0.1:8196-4410A834AAE96801]]
06:50:36.879 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E247,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47308, Token=4410A834AAE96801, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60]
06:50:36.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47308]
06:50:36.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R248, 127.0.0.1:8193] replace CON-POST   MID=47308, Token=4410A834AAE96801, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47308, Token=4410A834AAE96801, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R248, 127.0.0.1:8193] send response NON-2.05   MID=47308, Token=null, OptionSet={}, "server responds hi"
06:50:36.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R248, 127.0.0.1:8193, complete]!
06:50:36.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R248, 127.0.0.1:8193, complete] completed NON-2.04   MID=47308, Token=4410A834AAE96801, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A!
06:50:36.879 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E248,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47308, Token=4410A834AAE96801, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A]
06:50:36.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47308]
06:50:36.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L247, 127.0.0.1:8196, complete]!
06:50:36.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L247, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4410A834AAE96801]
06:50:36.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L247, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47308]
06:50:36.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L247, 127.0.0.1:8196, complete] completed CON-POST   MID=47308, Token=4410A834AAE96801, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47308, Token=4410A834AAE96801, OptionSet={"Object-Security":0x0959}, acked C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60!
06:50:36.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L249, 127.0.0.1:8196] send request
06:50:36.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L249, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L249, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D
06:50:36.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L249, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47309], CON-POST   MID=47309, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D
06:50:36.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L249, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-48F01E9D94A0C014], CON-POST   MID=47309, Token=48F01E9D94A0C014, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D
06:50:36.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47309], KeyToken[127.0.0.1:8196-48F01E9D94A0C014]]
06:50:36.881 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E249,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47309, Token=48F01E9D94A0C014, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D]
06:50:36.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47309]
06:50:36.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R250, 127.0.0.1:8193] replace CON-POST   MID=47309, Token=48F01E9D94A0C014, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47309, Token=48F01E9D94A0C014, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R250, 127.0.0.1:8193] send response NON-2.05   MID=47309, Token=null, OptionSet={}, "server responds hi"
06:50:36.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R250, 127.0.0.1:8193, complete]!
06:50:36.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R250, 127.0.0.1:8193, complete] completed NON-2.04   MID=47309, Token=48F01E9D94A0C014, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA!
06:50:36.882 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E250,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47309, Token=48F01E9D94A0C014, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA]
06:50:36.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47309]
06:50:36.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L249, 127.0.0.1:8196, complete]!
06:50:36.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L249, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-48F01E9D94A0C014]
06:50:36.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L249, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47309]
06:50:36.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L249, 127.0.0.1:8196, complete] completed CON-POST   MID=47309, Token=48F01E9D94A0C014, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47309, Token=48F01E9D94A0C014, OptionSet={"Object-Security":0x095A}, acked 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D!
06:50:36.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L251, 127.0.0.1:8196] send request
06:50:36.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L251, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L251, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82
06:50:36.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L251, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47310], CON-POST   MID=47310, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82
06:50:36.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L251, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A86089C82382979A], CON-POST   MID=47310, Token=A86089C82382979A, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82
06:50:36.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47310], KeyToken[127.0.0.1:8196-A86089C82382979A]]
06:50:36.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E251,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47310, Token=A86089C82382979A, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82]
06:50:36.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47310]
06:50:36.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R252, 127.0.0.1:8193] replace CON-POST   MID=47310, Token=A86089C82382979A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47310, Token=A86089C82382979A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R252, 127.0.0.1:8193] send response NON-2.05   MID=47310, Token=null, OptionSet={}, "server responds hi"
06:50:36.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R252, 127.0.0.1:8193, complete]!
06:50:36.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R252, 127.0.0.1:8193, complete] completed NON-2.04   MID=47310, Token=A86089C82382979A, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24!
06:50:36.884 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E252,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47310, Token=A86089C82382979A, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24]
06:50:36.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47310]
06:50:36.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L251, 127.0.0.1:8196, complete]!
06:50:36.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L251, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A86089C82382979A]
06:50:36.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L251, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47310]
06:50:36.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L251, 127.0.0.1:8196, complete] completed CON-POST   MID=47310, Token=A86089C82382979A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47310, Token=A86089C82382979A, OptionSet={"Object-Security":0x095B}, acked 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82!
06:50:36.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L253, 127.0.0.1:8196] send request
06:50:36.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L253, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L253, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C
06:50:36.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L253, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47311], CON-POST   MID=47311, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C
06:50:36.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L253, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9CD32FFC4545FD54], CON-POST   MID=47311, Token=9CD32FFC4545FD54, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C
06:50:36.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47311], KeyToken[127.0.0.1:8196-9CD32FFC4545FD54]]
06:50:36.885 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E253,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47311, Token=9CD32FFC4545FD54, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C]
06:50:36.886 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47311]
06:50:36.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R254, 127.0.0.1:8193] replace CON-POST   MID=47311, Token=9CD32FFC4545FD54, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47311, Token=9CD32FFC4545FD54, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R254, 127.0.0.1:8193] send response NON-2.05   MID=47311, Token=null, OptionSet={}, "server responds hi"
06:50:36.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R254, 127.0.0.1:8193, complete]!
06:50:36.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R254, 127.0.0.1:8193, complete] completed NON-2.04   MID=47311, Token=9CD32FFC4545FD54, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59!
06:50:36.886 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E254,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47311, Token=9CD32FFC4545FD54, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59]
06:50:36.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47311]
06:50:36.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L253, 127.0.0.1:8196, complete]!
06:50:36.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L253, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9CD32FFC4545FD54]
06:50:36.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L253, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47311]
06:50:36.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L253, 127.0.0.1:8196, complete] completed CON-POST   MID=47311, Token=9CD32FFC4545FD54, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47311, Token=9CD32FFC4545FD54, OptionSet={"Object-Security":0x095C}, acked AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C!
06:50:36.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L255, 127.0.0.1:8196] send request
06:50:36.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L255, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L255, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22
06:50:36.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L255, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47312], CON-POST   MID=47312, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22
06:50:36.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L255, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-5C604C9440AAF0FD], CON-POST   MID=47312, Token=5C604C9440AAF0FD, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22
06:50:36.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47312], KeyToken[127.0.0.1:8196-5C604C9440AAF0FD]]
06:50:36.888 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E255,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47312, Token=5C604C9440AAF0FD, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22]
06:50:36.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47312]
06:50:36.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R256, 127.0.0.1:8193] replace CON-POST   MID=47312, Token=5C604C9440AAF0FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47312, Token=5C604C9440AAF0FD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R256, 127.0.0.1:8193] send response NON-2.05   MID=47312, Token=null, OptionSet={}, "server responds hi"
06:50:36.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R256, 127.0.0.1:8193, complete]!
06:50:36.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R256, 127.0.0.1:8193, complete] completed NON-2.04   MID=47312, Token=5C604C9440AAF0FD, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A!
06:50:36.889 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E256,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47312, Token=5C604C9440AAF0FD, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A]
06:50:36.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47312]
06:50:36.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L255, 127.0.0.1:8196, complete]!
06:50:36.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L255, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-5C604C9440AAF0FD]
06:50:36.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L255, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47312]
06:50:36.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L255, 127.0.0.1:8196, complete] completed CON-POST   MID=47312, Token=5C604C9440AAF0FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47312, Token=5C604C9440AAF0FD, OptionSet={"Object-Security":0x095D}, acked C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22!
06:50:36.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L257, 127.0.0.1:8196] send request
06:50:36.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L257, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L257, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46
06:50:36.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L257, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47313], CON-POST   MID=47313, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46
06:50:36.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L257, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F80D3FAEA5C9C503], CON-POST   MID=47313, Token=F80D3FAEA5C9C503, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46
06:50:36.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47313], KeyToken[127.0.0.1:8196-F80D3FAEA5C9C503]]
06:50:36.890 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E257,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47313, Token=F80D3FAEA5C9C503, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46]
06:50:36.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47313]
06:50:36.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R258, 127.0.0.1:8193] replace CON-POST   MID=47313, Token=F80D3FAEA5C9C503, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47313, Token=F80D3FAEA5C9C503, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R258, 127.0.0.1:8193] send response NON-2.05   MID=47313, Token=null, OptionSet={}, "server responds hi"
06:50:36.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R258, 127.0.0.1:8193, complete]!
06:50:36.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R258, 127.0.0.1:8193, complete] completed NON-2.04   MID=47313, Token=F80D3FAEA5C9C503, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6!
06:50:36.891 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E258,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47313, Token=F80D3FAEA5C9C503, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6]
06:50:36.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47313]
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L257, 127.0.0.1:8196, complete]!
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L257, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F80D3FAEA5C9C503]
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L257, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47313]
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L257, 127.0.0.1:8196, complete] completed CON-POST   MID=47313, Token=F80D3FAEA5C9C503, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47313, Token=F80D3FAEA5C9C503, OptionSet={"Object-Security":0x095E}, acked 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46!
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L259, 127.0.0.1:8196] send request
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L259, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L259, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82
06:50:36.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L259, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47314], CON-POST   MID=47314, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82
06:50:36.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L259, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9064EB3914F01407], CON-POST   MID=47314, Token=9064EB3914F01407, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82
06:50:36.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47314], KeyToken[127.0.0.1:8196-9064EB3914F01407]]
06:50:36.893 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.893 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E259,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47314, Token=9064EB3914F01407, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82]
06:50:36.893 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47314]
06:50:36.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R260, 127.0.0.1:8193] replace CON-POST   MID=47314, Token=9064EB3914F01407, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47314, Token=9064EB3914F01407, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R260, 127.0.0.1:8193] send response NON-2.05   MID=47314, Token=null, OptionSet={}, "server responds hi"
06:50:36.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R260, 127.0.0.1:8193, complete]!
06:50:36.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R260, 127.0.0.1:8193, complete] completed NON-2.04   MID=47314, Token=9064EB3914F01407, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52!
06:50:36.894 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E260,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47314, Token=9064EB3914F01407, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52]
06:50:36.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47314]
06:50:36.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L259, 127.0.0.1:8196, complete]!
06:50:36.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L259, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9064EB3914F01407]
06:50:36.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L259, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47314]
06:50:36.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L259, 127.0.0.1:8196, complete] completed CON-POST   MID=47314, Token=9064EB3914F01407, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47314, Token=9064EB3914F01407, OptionSet={"Object-Security":0x095F}, acked 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82!
06:50:36.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L261, 127.0.0.1:8196] send request
06:50:36.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L261, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L261, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83
06:50:36.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L261, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47315], CON-POST   MID=47315, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83
06:50:36.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L261, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E8930E4DE9816B18], CON-POST   MID=47315, Token=E8930E4DE9816B18, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83
06:50:36.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47315], KeyToken[127.0.0.1:8196-E8930E4DE9816B18]]
06:50:36.895 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.895 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E261,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47315, Token=E8930E4DE9816B18, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83]
06:50:36.895 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47315]
06:50:36.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R262, 127.0.0.1:8193] replace CON-POST   MID=47315, Token=E8930E4DE9816B18, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47315, Token=E8930E4DE9816B18, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R262, 127.0.0.1:8193] send response NON-2.05   MID=47315, Token=null, OptionSet={}, "server responds hi"
06:50:36.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R262, 127.0.0.1:8193, complete]!
06:50:36.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R262, 127.0.0.1:8193, complete] completed NON-2.04   MID=47315, Token=E8930E4DE9816B18, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4!
06:50:36.896 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E262,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47315, Token=E8930E4DE9816B18, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4]
06:50:36.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47315]
06:50:36.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L261, 127.0.0.1:8196, complete]!
06:50:36.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L261, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E8930E4DE9816B18]
06:50:36.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L261, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47315]
06:50:36.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L261, 127.0.0.1:8196, complete] completed CON-POST   MID=47315, Token=E8930E4DE9816B18, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47315, Token=E8930E4DE9816B18, OptionSet={"Object-Security":0x0960}, acked F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83!
06:50:36.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L263, 127.0.0.1:8196] send request
06:50:36.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L263, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L263, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C
06:50:36.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L263, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47316], CON-POST   MID=47316, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C
06:50:36.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L263, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-80A241A6F5AA264B], CON-POST   MID=47316, Token=80A241A6F5AA264B, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C
06:50:36.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47316], KeyToken[127.0.0.1:8196-80A241A6F5AA264B]]
06:50:36.947 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.948 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E263,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47316, Token=80A241A6F5AA264B, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C]
06:50:36.948 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47316]
06:50:36.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R264, 127.0.0.1:8193] replace CON-POST   MID=47316, Token=80A241A6F5AA264B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47316, Token=80A241A6F5AA264B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R264, 127.0.0.1:8193] send response NON-2.05   MID=47316, Token=null, OptionSet={}, "server responds hi"
06:50:36.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R264, 127.0.0.1:8193, complete]!
06:50:36.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R264, 127.0.0.1:8193, complete] completed NON-2.04   MID=47316, Token=80A241A6F5AA264B, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33!
06:50:36.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:8193
06:50:36.949 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E264,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47316, Token=80A241A6F5AA264B, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33]
06:50:36.949 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47316]
06:50:36.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L263, 127.0.0.1:8196, complete]!
06:50:36.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L263, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-80A241A6F5AA264B]
06:50:36.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L263, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47316]
06:50:36.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L263, 127.0.0.1:8196, complete] completed CON-POST   MID=47316, Token=80A241A6F5AA264B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47316, Token=80A241A6F5AA264B, OptionSet={"Object-Security":0x0961}, acked E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C!
06:50:36.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L265, 127.0.0.1:8196] send request
06:50:36.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L265, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L265, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43
06:50:36.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L265, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47317], CON-POST   MID=47317, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43
06:50:36.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L265, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A82DFD44FB023F87], CON-POST   MID=47317, Token=A82DFD44FB023F87, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43
06:50:36.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47317], KeyToken[127.0.0.1:8196-A82DFD44FB023F87]]
06:50:36.950 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.950 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E265,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47317, Token=A82DFD44FB023F87, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43]
06:50:36.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47317]
06:50:36.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R266, 127.0.0.1:8193] replace CON-POST   MID=47317, Token=A82DFD44FB023F87, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47317, Token=A82DFD44FB023F87, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R266, 127.0.0.1:8193] send response NON-2.05   MID=47317, Token=null, OptionSet={}, "server responds hi"
06:50:36.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R266, 127.0.0.1:8193, complete]!
06:50:36.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R266, 127.0.0.1:8193, complete] completed NON-2.04   MID=47317, Token=A82DFD44FB023F87, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED!
06:50:36.951 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E266,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47317, Token=A82DFD44FB023F87, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED]
06:50:36.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47317]
06:50:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L265, 127.0.0.1:8196, complete]!
06:50:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L265, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A82DFD44FB023F87]
06:50:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L265, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47317]
06:50:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L265, 127.0.0.1:8196, complete] completed CON-POST   MID=47317, Token=A82DFD44FB023F87, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47317, Token=A82DFD44FB023F87, OptionSet={"Object-Security":0x0962}, acked 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43!
06:50:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L267, 127.0.0.1:8196] send request
06:50:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L267, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L267, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F
06:50:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L267, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47318], CON-POST   MID=47318, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F
06:50:36.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L267, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C80F6A8EC63AE0B8], CON-POST   MID=47318, Token=C80F6A8EC63AE0B8, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F
06:50:36.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47318], KeyToken[127.0.0.1:8196-C80F6A8EC63AE0B8]]
06:50:36.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:8196
06:50:36.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E267,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47318, Token=C80F6A8EC63AE0B8, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F]
06:50:36.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47318]
06:50:36.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R268, 127.0.0.1:8193] replace CON-POST   MID=47318, Token=C80F6A8EC63AE0B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47318, Token=C80F6A8EC63AE0B8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R268, 127.0.0.1:8193] send response NON-2.05   MID=47318, Token=null, OptionSet={}, "server responds hi"
06:50:36.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R268, 127.0.0.1:8193, complete]!
06:50:36.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R268, 127.0.0.1:8193, complete] completed NON-2.04   MID=47318, Token=C80F6A8EC63AE0B8, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B!
06:50:36.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:8193
06:50:36.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E268,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47318, Token=C80F6A8EC63AE0B8, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B]
06:50:36.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47318]
06:50:36.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L267, 127.0.0.1:8196, complete]!
06:50:36.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L267, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C80F6A8EC63AE0B8]
06:50:36.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L267, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47318]
06:50:36.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L267, 127.0.0.1:8196, complete] completed CON-POST   MID=47318, Token=C80F6A8EC63AE0B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47318, Token=C80F6A8EC63AE0B8, OptionSet={"Object-Security":0x0963}, acked 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F!
06:50:36.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L269, 127.0.0.1:8196] send request
06:50:36.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L269, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L269, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70
06:50:36.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L269, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47319], CON-POST   MID=47319, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70
06:50:36.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L269, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00D874A7E762C12F], CON-POST   MID=47319, Token=00D874A7E762C12F, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70
06:50:36.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47319], KeyToken[127.0.0.1:8196-00D874A7E762C12F]]
06:50:36.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:8196
06:50:36.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E269,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47319, Token=00D874A7E762C12F, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70]
06:50:36.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47319]
06:50:36.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R270, 127.0.0.1:8193] replace CON-POST   MID=47319, Token=00D874A7E762C12F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47319, Token=00D874A7E762C12F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R270, 127.0.0.1:8193] send response NON-2.05   MID=47319, Token=null, OptionSet={}, "server responds hi"
06:50:36.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R270, 127.0.0.1:8193, complete]!
06:50:36.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R270, 127.0.0.1:8193, complete] completed NON-2.04   MID=47319, Token=00D874A7E762C12F, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE!
06:50:36.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:8193
06:50:36.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E270,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47319, Token=00D874A7E762C12F, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE]
06:50:36.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47319]
06:50:36.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L269, 127.0.0.1:8196, complete]!
06:50:36.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L269, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00D874A7E762C12F]
06:50:36.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L269, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47319]
06:50:36.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L269, 127.0.0.1:8196, complete] completed CON-POST   MID=47319, Token=00D874A7E762C12F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47319, Token=00D874A7E762C12F, OptionSet={"Object-Security":0x0964}, acked 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70!
06:50:36.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L271, 127.0.0.1:8196] send request
06:50:36.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L271, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L271, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55
06:50:36.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L271, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47320], CON-POST   MID=47320, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55
06:50:36.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L271, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D0A75028E54847BF], CON-POST   MID=47320, Token=D0A75028E54847BF, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55
06:50:36.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47320], KeyToken[127.0.0.1:8196-D0A75028E54847BF]]
06:50:36.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:8196
06:50:36.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E271,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47320, Token=D0A75028E54847BF, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55]
06:50:36.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47320]
06:50:36.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R272, 127.0.0.1:8193] replace CON-POST   MID=47320, Token=D0A75028E54847BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47320, Token=D0A75028E54847BF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R272, 127.0.0.1:8193] send response NON-2.05   MID=47320, Token=null, OptionSet={}, "server responds hi"
06:50:36.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R272, 127.0.0.1:8193, complete]!
06:50:36.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R272, 127.0.0.1:8193, complete] completed NON-2.04   MID=47320, Token=D0A75028E54847BF, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5!
06:50:36.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:8193
06:50:36.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E272,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47320, Token=D0A75028E54847BF, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5]
06:50:36.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47320]
06:50:36.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L271, 127.0.0.1:8196, complete]!
06:50:36.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L271, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D0A75028E54847BF]
06:50:36.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L271, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47320]
06:50:36.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L271, 127.0.0.1:8196, complete] completed CON-POST   MID=47320, Token=D0A75028E54847BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47320, Token=D0A75028E54847BF, OptionSet={"Object-Security":0x0965}, acked CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55!
06:50:36.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L273, 127.0.0.1:8196] send request
06:50:36.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L273, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L273, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60
06:50:36.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L273, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47321], CON-POST   MID=47321, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60
06:50:36.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L273, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-6C54FA1796BD7405], CON-POST   MID=47321, Token=6C54FA1796BD7405, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60
06:50:36.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47321], KeyToken[127.0.0.1:8196-6C54FA1796BD7405]]
06:50:36.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:8196
06:50:36.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E273,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47321, Token=6C54FA1796BD7405, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60]
06:50:36.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47321]
06:50:36.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R274, 127.0.0.1:8193] replace CON-POST   MID=47321, Token=6C54FA1796BD7405, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47321, Token=6C54FA1796BD7405, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R274, 127.0.0.1:8193] send response NON-2.05   MID=47321, Token=null, OptionSet={}, "server responds hi"
06:50:36.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R274, 127.0.0.1:8193, complete]!
06:50:36.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R274, 127.0.0.1:8193, complete] completed NON-2.04   MID=47321, Token=6C54FA1796BD7405, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07!
06:50:36.960 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E274,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47321, Token=6C54FA1796BD7405, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07]
06:50:36.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47321]
06:50:36.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L273, 127.0.0.1:8196, complete]!
06:50:36.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L273, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-6C54FA1796BD7405]
06:50:36.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L273, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47321]
06:50:36.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L273, 127.0.0.1:8196, complete] completed CON-POST   MID=47321, Token=6C54FA1796BD7405, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47321, Token=6C54FA1796BD7405, OptionSet={"Object-Security":0x0966}, acked 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60!
06:50:36.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L275, 127.0.0.1:8196] send request
06:50:36.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L275, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L275, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7
06:50:36.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L275, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47322], CON-POST   MID=47322, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7
06:50:36.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L275, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C00F7467B74A6B7A], CON-POST   MID=47322, Token=C00F7467B74A6B7A, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7
06:50:36.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47322], KeyToken[127.0.0.1:8196-C00F7467B74A6B7A]]
06:50:36.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:8196
06:50:36.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E275,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47322, Token=C00F7467B74A6B7A, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7]
06:50:36.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47322]
06:50:36.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R276, 127.0.0.1:8193] replace CON-POST   MID=47322, Token=C00F7467B74A6B7A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47322, Token=C00F7467B74A6B7A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R276, 127.0.0.1:8193] send response NON-2.05   MID=47322, Token=null, OptionSet={}, "server responds hi"
06:50:36.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R276, 127.0.0.1:8193, complete]!
06:50:36.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R276, 127.0.0.1:8193, complete] completed NON-2.04   MID=47322, Token=C00F7467B74A6B7A, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A!
06:50:36.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:8193
06:50:36.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E276,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47322, Token=C00F7467B74A6B7A, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A]
06:50:36.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47322]
06:50:36.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L275, 127.0.0.1:8196, complete]!
06:50:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L275, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C00F7467B74A6B7A]
06:50:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L275, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47322]
06:50:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L275, 127.0.0.1:8196, complete] completed CON-POST   MID=47322, Token=C00F7467B74A6B7A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47322, Token=C00F7467B74A6B7A, OptionSet={"Object-Security":0x0967}, acked 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7!
06:50:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L277, 127.0.0.1:8196] send request
06:50:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L277, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L277, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22
06:50:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L277, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47323], CON-POST   MID=47323, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22
06:50:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L277, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8C5D87662DD3E262], CON-POST   MID=47323, Token=8C5D87662DD3E262, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22
06:50:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47323], KeyToken[127.0.0.1:8196-8C5D87662DD3E262]]
06:50:36.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:8196
06:50:36.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E277,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47323, Token=8C5D87662DD3E262, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22]
06:50:36.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47323]
06:50:36.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R278, 127.0.0.1:8193] replace CON-POST   MID=47323, Token=8C5D87662DD3E262, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47323, Token=8C5D87662DD3E262, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R278, 127.0.0.1:8193] send response NON-2.05   MID=47323, Token=null, OptionSet={}, "server responds hi"
06:50:36.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R278, 127.0.0.1:8193, complete]!
06:50:36.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R278, 127.0.0.1:8193, complete] completed NON-2.04   MID=47323, Token=8C5D87662DD3E262, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD!
06:50:36.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:8193
06:50:36.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E278,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47323, Token=8C5D87662DD3E262, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD]
06:50:36.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47323]
06:50:36.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L277, 127.0.0.1:8196, complete]!
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L277, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8C5D87662DD3E262]
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L277, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47323]
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L277, 127.0.0.1:8196, complete] completed CON-POST   MID=47323, Token=8C5D87662DD3E262, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47323, Token=8C5D87662DD3E262, OptionSet={"Object-Security":0x0968}, acked 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22!
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L279, 127.0.0.1:8196] send request
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L279, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L279, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L279, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47324], CON-POST   MID=47324, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L279, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F871A4A84E389ED4], CON-POST   MID=47324, Token=F871A4A84E389ED4, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88
06:50:36.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47324], KeyToken[127.0.0.1:8196-F871A4A84E389ED4]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:36.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E279,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47324, Token=F871A4A84E389ED4, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88]
06:50:36.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47324]
06:50:36.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R280, 127.0.0.1:8193] replace CON-POST   MID=47324, Token=F871A4A84E389ED4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47324, Token=F871A4A84E389ED4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R280, 127.0.0.1:8193] send response NON-2.05   MID=47324, Token=null, OptionSet={}, "server responds hi"
06:50:36.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R280, 127.0.0.1:8193, complete]!
06:50:36.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R280, 127.0.0.1:8193, complete] completed NON-2.04   MID=47324, Token=F871A4A84E389ED4, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E!
06:50:36.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:8193
06:50:36.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E280,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47324, Token=F871A4A84E389ED4, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E]
06:50:36.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47324]
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L279, 127.0.0.1:8196, complete]!
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L279, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F871A4A84E389ED4]
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L279, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47324]
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L279, 127.0.0.1:8196, complete] completed CON-POST   MID=47324, Token=F871A4A84E389ED4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47324, Token=F871A4A84E389ED4, OptionSet={"Object-Security":0x0969}, acked FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88!
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L281, 127.0.0.1:8196] send request
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L281, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L281, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L281, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47325], CON-POST   MID=47325, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L281, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DC1E2177FF5AE17B], CON-POST   MID=47325, Token=DC1E2177FF5AE17B, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F
06:50:36.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47325], KeyToken[127.0.0.1:8196-DC1E2177FF5AE17B]]
06:50:36.968 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E281,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47325, Token=DC1E2177FF5AE17B, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F]
06:50:36.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47325]
06:50:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R282, 127.0.0.1:8193] replace CON-POST   MID=47325, Token=DC1E2177FF5AE17B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47325, Token=DC1E2177FF5AE17B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R282, 127.0.0.1:8193] send response NON-2.05   MID=47325, Token=null, OptionSet={}, "server responds hi"
06:50:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R282, 127.0.0.1:8193, complete]!
06:50:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R282, 127.0.0.1:8193, complete] completed NON-2.04   MID=47325, Token=DC1E2177FF5AE17B, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:36.969 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E282,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47325, Token=DC1E2177FF5AE17B, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47325]
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L281, 127.0.0.1:8196, complete]!
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L281, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DC1E2177FF5AE17B]
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L281, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47325]
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L281, 127.0.0.1:8196, complete] completed CON-POST   MID=47325, Token=DC1E2177FF5AE17B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47325, Token=DC1E2177FF5AE17B, OptionSet={"Object-Security":0x096A}, acked 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F!
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L283, 127.0.0.1:8196] send request
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L283, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L283, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L283, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47326], CON-POST   MID=47326, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L283, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F8F378871D813F72], CON-POST   MID=47326, Token=F8F378871D813F72, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE
06:50:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47326], KeyToken[127.0.0.1:8196-F8F378871D813F72]]
06:50:36.970 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E283,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47326, Token=F8F378871D813F72, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE]
06:50:36.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47326]
06:50:36.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R284, 127.0.0.1:8193] replace CON-POST   MID=47326, Token=F8F378871D813F72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47326, Token=F8F378871D813F72, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R284, 127.0.0.1:8193] send response NON-2.05   MID=47326, Token=null, OptionSet={}, "server responds hi"
06:50:36.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R284, 127.0.0.1:8193, complete]!
06:50:36.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R284, 127.0.0.1:8193, complete] completed NON-2.04   MID=47326, Token=F8F378871D813F72, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D!
06:50:36.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:8193
06:50:36.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E284,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47326, Token=F8F378871D813F72, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D]
06:50:36.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47326]
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L283, 127.0.0.1:8196, complete]!
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L283, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F8F378871D813F72]
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L283, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47326]
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L283, 127.0.0.1:8196, complete] completed CON-POST   MID=47326, Token=F8F378871D813F72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47326, Token=F8F378871D813F72, OptionSet={"Object-Security":0x096B}, acked F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE!
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L285, 127.0.0.1:8196] send request
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L285, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L285, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L285, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47327], CON-POST   MID=47327, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L285, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-5828E6506A5EB4AD], CON-POST   MID=47327, Token=5828E6506A5EB4AD, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E
06:50:36.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47327], KeyToken[127.0.0.1:8196-5828E6506A5EB4AD]]
06:50:36.972 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E285,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47327, Token=5828E6506A5EB4AD, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E]
06:50:36.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47327]
06:50:36.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R286, 127.0.0.1:8193] replace CON-POST   MID=47327, Token=5828E6506A5EB4AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47327, Token=5828E6506A5EB4AD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R286, 127.0.0.1:8193] send response NON-2.05   MID=47327, Token=null, OptionSet={}, "server responds hi"
06:50:36.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R286, 127.0.0.1:8193, complete]!
06:50:36.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R286, 127.0.0.1:8193, complete] completed NON-2.04   MID=47327, Token=5828E6506A5EB4AD, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5!
06:50:36.972 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E286,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47327, Token=5828E6506A5EB4AD, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5]
06:50:36.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47327]
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L285, 127.0.0.1:8196, complete]!
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L285, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-5828E6506A5EB4AD]
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L285, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47327]
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L285, 127.0.0.1:8196, complete] completed CON-POST   MID=47327, Token=5828E6506A5EB4AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47327, Token=5828E6506A5EB4AD, OptionSet={"Object-Security":0x096C}, acked BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E!
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L287, 127.0.0.1:8196] send request
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L287, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L287, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L287, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47328], CON-POST   MID=47328, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27
06:50:36.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L287, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A08FDF7E2DB0DB7F], CON-POST   MID=47328, Token=A08FDF7E2DB0DB7F, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27
06:50:36.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47328], KeyToken[127.0.0.1:8196-A08FDF7E2DB0DB7F]]
06:50:36.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:8196
06:50:36.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E287,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47328, Token=A08FDF7E2DB0DB7F, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27]
06:50:36.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47328]
06:50:36.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R288, 127.0.0.1:8193] replace CON-POST   MID=47328, Token=A08FDF7E2DB0DB7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47328, Token=A08FDF7E2DB0DB7F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R288, 127.0.0.1:8193] send response NON-2.05   MID=47328, Token=null, OptionSet={}, "server responds hi"
06:50:36.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R288, 127.0.0.1:8193, complete]!
06:50:36.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R288, 127.0.0.1:8193, complete] completed NON-2.04   MID=47328, Token=A08FDF7E2DB0DB7F, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A!
06:50:36.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E288,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47328, Token=A08FDF7E2DB0DB7F, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A]
06:50:36.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.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:8196-47328]
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L287, 127.0.0.1:8196, complete]!
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L287, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A08FDF7E2DB0DB7F]
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L287, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47328]
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L287, 127.0.0.1:8196, complete] completed CON-POST   MID=47328, Token=A08FDF7E2DB0DB7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47328, Token=A08FDF7E2DB0DB7F, OptionSet={"Object-Security":0x096D}, acked 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27!
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L289, 127.0.0.1:8196] send request
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L289, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L289, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L289, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47329], CON-POST   MID=47329, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L289, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2CFF23AA4D8E46CE], CON-POST   MID=47329, Token=2CFF23AA4D8E46CE, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D
06:50:36.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47329], KeyToken[127.0.0.1:8196-2CFF23AA4D8E46CE]]
06:50:36.975 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E289,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47329, Token=2CFF23AA4D8E46CE, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D]
06:50:36.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47329]
06:50:36.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R290, 127.0.0.1:8193] replace CON-POST   MID=47329, Token=2CFF23AA4D8E46CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47329, Token=2CFF23AA4D8E46CE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R290, 127.0.0.1:8193] send response NON-2.05   MID=47329, Token=null, OptionSet={}, "server responds hi"
06:50:36.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R290, 127.0.0.1:8193, complete]!
06:50:36.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R290, 127.0.0.1:8193, complete] completed NON-2.04   MID=47329, Token=2CFF23AA4D8E46CE, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50!
06:50:36.976 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E290,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47329, Token=2CFF23AA4D8E46CE, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50]
06:50:36.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47329]
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L289, 127.0.0.1:8196, complete]!
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L289, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2CFF23AA4D8E46CE]
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L289, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47329]
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L289, 127.0.0.1:8196, complete] completed CON-POST   MID=47329, Token=2CFF23AA4D8E46CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47329, Token=2CFF23AA4D8E46CE, OptionSet={"Object-Security":0x096E}, acked D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D!
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L291, 127.0.0.1:8196] send request
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L291, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L291, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L291, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47330], CON-POST   MID=47330, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L291, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-BC612FE4339E7C65], CON-POST   MID=47330, Token=BC612FE4339E7C65, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C
06:50:36.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47330], KeyToken[127.0.0.1:8196-BC612FE4339E7C65]]
06:50:36.978 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E291,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47330, Token=BC612FE4339E7C65, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C]
06:50:36.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47330]
06:50:36.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R292, 127.0.0.1:8193] replace CON-POST   MID=47330, Token=BC612FE4339E7C65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47330, Token=BC612FE4339E7C65, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R292, 127.0.0.1:8193] send response NON-2.05   MID=47330, Token=null, OptionSet={}, "server responds hi"
06:50:36.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R292, 127.0.0.1:8193, complete]!
06:50:36.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R292, 127.0.0.1:8193, complete] completed NON-2.04   MID=47330, Token=BC612FE4339E7C65, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D!
06:50:36.978 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E292,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47330, Token=BC612FE4339E7C65, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D]
06:50:36.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47330]
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L291, 127.0.0.1:8196, complete]!
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L291, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-BC612FE4339E7C65]
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L291, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47330]
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L291, 127.0.0.1:8196, complete] completed CON-POST   MID=47330, Token=BC612FE4339E7C65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47330, Token=BC612FE4339E7C65, OptionSet={"Object-Security":0x096F}, acked 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C!
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L293, 127.0.0.1:8196] send request
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L293, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L293, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L293, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47331], CON-POST   MID=47331, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L293, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-289B2EA2655C5F4A], CON-POST   MID=47331, Token=289B2EA2655C5F4A, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB
06:50:36.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47331], KeyToken[127.0.0.1:8196-289B2EA2655C5F4A]]
06:50:36.980 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E293,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47331, Token=289B2EA2655C5F4A, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB]
06:50:36.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47331]
06:50:36.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R294, 127.0.0.1:8193] replace CON-POST   MID=47331, Token=289B2EA2655C5F4A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47331, Token=289B2EA2655C5F4A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R294, 127.0.0.1:8193] send response NON-2.05   MID=47331, Token=null, OptionSet={}, "server responds hi"
06:50:36.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R294, 127.0.0.1:8193, complete]!
06:50:36.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R294, 127.0.0.1:8193, complete] completed NON-2.04   MID=47331, Token=289B2EA2655C5F4A, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92!
06:50:36.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E294,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47331, Token=289B2EA2655C5F4A, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92]
06:50:36.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47331]
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L293, 127.0.0.1:8196, complete]!
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L293, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-289B2EA2655C5F4A]
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L293, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47331]
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L293, 127.0.0.1:8196, complete] completed CON-POST   MID=47331, Token=289B2EA2655C5F4A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47331, Token=289B2EA2655C5F4A, OptionSet={"Object-Security":0x0970}, acked 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB!
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L295, 127.0.0.1:8196] send request
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L295, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L295, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L295, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47332], CON-POST   MID=47332, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L295, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-40394E02D3A819C4], CON-POST   MID=47332, Token=40394E02D3A819C4, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD
06:50:36.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47332], KeyToken[127.0.0.1:8196-40394E02D3A819C4]]
06:50:36.982 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E295,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47332, Token=40394E02D3A819C4, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD]
06:50:36.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47332]
06:50:36.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R296, 127.0.0.1:8193] replace CON-POST   MID=47332, Token=40394E02D3A819C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47332, Token=40394E02D3A819C4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R296, 127.0.0.1:8193] send response NON-2.05   MID=47332, Token=null, OptionSet={}, "server responds hi"
06:50:36.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R296, 127.0.0.1:8193, complete]!
06:50:36.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R296, 127.0.0.1:8193, complete] completed NON-2.04   MID=47332, Token=40394E02D3A819C4, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09!
06:50:36.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E296,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47332, Token=40394E02D3A819C4, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09]
06:50:36.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47332]
06:50:36.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L295, 127.0.0.1:8196, complete]!
06:50:36.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L295, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-40394E02D3A819C4]
06:50:36.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L295, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47332]
06:50:36.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L295, 127.0.0.1:8196, complete] completed CON-POST   MID=47332, Token=40394E02D3A819C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47332, Token=40394E02D3A819C4, OptionSet={"Object-Security":0x0971}, acked 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD!
06:50:36.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L297, 127.0.0.1:8196] send request
06:50:36.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L297, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L297, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67
06:50:36.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L297, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47333], CON-POST   MID=47333, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67
06:50:36.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L297, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00DB4AA74817791C], CON-POST   MID=47333, Token=00DB4AA74817791C, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67
06:50:36.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47333], KeyToken[127.0.0.1:8196-00DB4AA74817791C]]
06:50:36.984 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E297,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47333, Token=00DB4AA74817791C, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67]
06:50:36.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47333]
06:50:36.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R298, 127.0.0.1:8193] replace CON-POST   MID=47333, Token=00DB4AA74817791C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47333, Token=00DB4AA74817791C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R298, 127.0.0.1:8193] send response NON-2.05   MID=47333, Token=null, OptionSet={}, "server responds hi"
06:50:36.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R298, 127.0.0.1:8193, complete]!
06:50:36.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R298, 127.0.0.1:8193, complete] completed NON-2.04   MID=47333, Token=00DB4AA74817791C, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F!
06:50:36.985 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E298,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47333, Token=00DB4AA74817791C, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F]
06:50:36.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47333]
06:50:36.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L297, 127.0.0.1:8196, complete]!
06:50:36.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L297, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00DB4AA74817791C]
06:50:36.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L297, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47333]
06:50:36.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L297, 127.0.0.1:8196, complete] completed CON-POST   MID=47333, Token=00DB4AA74817791C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47333, Token=00DB4AA74817791C, OptionSet={"Object-Security":0x0972}, acked A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67!
06:50:36.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L299, 127.0.0.1:8196] send request
06:50:36.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L299, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L299, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D
06:50:36.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L299, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47334], CON-POST   MID=47334, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D
06:50:36.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L299, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-500FD012CD09AD50], CON-POST   MID=47334, Token=500FD012CD09AD50, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D
06:50:36.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47334], KeyToken[127.0.0.1:8196-500FD012CD09AD50]]
06:50:36.986 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E299,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47334, Token=500FD012CD09AD50, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D]
06:50:36.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47334]
06:50:36.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R300, 127.0.0.1:8193] replace CON-POST   MID=47334, Token=500FD012CD09AD50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47334, Token=500FD012CD09AD50, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R300, 127.0.0.1:8193] send response NON-2.05   MID=47334, Token=null, OptionSet={}, "server responds hi"
06:50:36.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R300, 127.0.0.1:8193, complete]!
06:50:36.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R300, 127.0.0.1:8193, complete] completed NON-2.04   MID=47334, Token=500FD012CD09AD50, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6!
06:50:36.987 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E300,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47334, Token=500FD012CD09AD50, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6]
06:50:36.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47334]
06:50:36.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L299, 127.0.0.1:8196, complete]!
06:50:36.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L299, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-500FD012CD09AD50]
06:50:36.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L299, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47334]
06:50:36.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L299, 127.0.0.1:8196, complete] completed CON-POST   MID=47334, Token=500FD012CD09AD50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47334, Token=500FD012CD09AD50, OptionSet={"Object-Security":0x0973}, acked 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D!
06:50:36.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L301, 127.0.0.1:8196] send request
06:50:36.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L301, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L301, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D
06:50:36.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L301, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47335], CON-POST   MID=47335, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D
06:50:36.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L301, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-604E0F6D665DAF29], CON-POST   MID=47335, Token=604E0F6D665DAF29, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D
06:50:36.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47335], KeyToken[127.0.0.1:8196-604E0F6D665DAF29]]
06:50:36.988 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E301,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47335, Token=604E0F6D665DAF29, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D]
06:50:36.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:36.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47335]
06:50:36.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R302, 127.0.0.1:8193] replace CON-POST   MID=47335, Token=604E0F6D665DAF29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47335, Token=604E0F6D665DAF29, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R302, 127.0.0.1:8193] send response NON-2.05   MID=47335, Token=null, OptionSet={}, "server responds hi"
06:50:36.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R302, 127.0.0.1:8193, complete]!
06:50:36.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R302, 127.0.0.1:8193, complete] completed NON-2.04   MID=47335, Token=604E0F6D665DAF29, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB!
06:50:36.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:36.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E302,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47335, Token=604E0F6D665DAF29, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB]
06:50:36.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:36.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47335]
06:50:36.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L301, 127.0.0.1:8196, complete]!
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L301, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-604E0F6D665DAF29]
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L301, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47335]
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L301, 127.0.0.1:8196, complete] completed CON-POST   MID=47335, Token=604E0F6D665DAF29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47335, Token=604E0F6D665DAF29, OptionSet={"Object-Security":0x0974}, acked 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D!
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L303, 127.0.0.1:8196] send request
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L303, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L303, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L303, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47336], CON-POST   MID=47336, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L303, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9CBB3786F3844841], CON-POST   MID=47336, Token=9CBB3786F3844841, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE
06:50:36.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47336], KeyToken[127.0.0.1:8196-9CBB3786F3844841]]
06:50:36.990 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:36.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E303,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47336, Token=9CBB3786F3844841, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE]
06:50:36.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47336]
06:50:37.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R304, 127.0.0.1:8193] replace CON-POST   MID=47336, Token=9CBB3786F3844841, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47336, Token=9CBB3786F3844841, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R304, 127.0.0.1:8193] send response NON-2.05   MID=47336, Token=null, OptionSet={}, "server responds hi"
06:50:37.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R304, 127.0.0.1:8193, complete]!
06:50:37.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R304, 127.0.0.1:8193, complete] completed NON-2.04   MID=47336, Token=9CBB3786F3844841, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E304,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47336, Token=9CBB3786F3844841, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47336]
06:50:37.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L303, 127.0.0.1:8196, complete]!
06:50:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L303, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9CBB3786F3844841]
06:50:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L303, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47336]
06:50:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L303, 127.0.0.1:8196, complete] completed CON-POST   MID=47336, Token=9CBB3786F3844841, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47336, Token=9CBB3786F3844841, OptionSet={"Object-Security":0x0975}, acked 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE!
06:50:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L305, 127.0.0.1:8196] send request
06:50:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L305, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L305, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85
06:50:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L305, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47337], CON-POST   MID=47337, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85
06:50:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L305, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-40E08CDD0D38E533], CON-POST   MID=47337, Token=40E08CDD0D38E533, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85
06:50:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47337], KeyToken[127.0.0.1:8196-40E08CDD0D38E533]]
06:50:37.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:8196
06:50:37.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E305,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47337, Token=40E08CDD0D38E533, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85]
06:50:37.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47337]
06:50:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R306, 127.0.0.1:8193] replace CON-POST   MID=47337, Token=40E08CDD0D38E533, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47337, Token=40E08CDD0D38E533, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R306, 127.0.0.1:8193] send response NON-2.05   MID=47337, Token=null, OptionSet={}, "server responds hi"
06:50:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R306, 127.0.0.1:8193, complete]!
06:50:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R306, 127.0.0.1:8193, complete] completed NON-2.04   MID=47337, Token=40E08CDD0D38E533, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E306,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47337, Token=40E08CDD0D38E533, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47337]
06:50:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L305, 127.0.0.1:8196, complete]!
06:50:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L305, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-40E08CDD0D38E533]
06:50:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L305, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47337]
06:50:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L305, 127.0.0.1:8196, complete] completed CON-POST   MID=47337, Token=40E08CDD0D38E533, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47337, Token=40E08CDD0D38E533, OptionSet={"Object-Security":0x0976}, acked BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85!
06:50:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L307, 127.0.0.1:8196] send request
06:50:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L307, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L307, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20
06:50:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L307, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47338], CON-POST   MID=47338, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20
06:50:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L307, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-443ED4DAA9D73665], CON-POST   MID=47338, Token=443ED4DAA9D73665, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20
06:50: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:8196-47338], KeyToken[127.0.0.1:8196-443ED4DAA9D73665]]
06:50: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:8196
06:50:37.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E307,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47338, Token=443ED4DAA9D73665, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20]
06:50:37.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47338]
06:50:37.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R308, 127.0.0.1:8193] replace CON-POST   MID=47338, Token=443ED4DAA9D73665, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47338, Token=443ED4DAA9D73665, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R308, 127.0.0.1:8193] send response NON-2.05   MID=47338, Token=null, OptionSet={}, "server responds hi"
06:50:37.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R308, 127.0.0.1:8193, complete]!
06:50:37.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R308, 127.0.0.1:8193, complete] completed NON-2.04   MID=47338, Token=443ED4DAA9D73665, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E308,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47338, Token=443ED4DAA9D73665, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47338]
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L307, 127.0.0.1:8196, complete]!
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L307, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-443ED4DAA9D73665]
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L307, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47338]
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L307, 127.0.0.1:8196, complete] completed CON-POST   MID=47338, Token=443ED4DAA9D73665, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47338, Token=443ED4DAA9D73665, OptionSet={"Object-Security":0x0977}, acked D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20!
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L309, 127.0.0.1:8196] send request
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L309, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L309, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L309, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47339], CON-POST   MID=47339, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L309, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1C2B943B76FA3DA4], CON-POST   MID=47339, Token=1C2B943B76FA3DA4, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21
06:50:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47339], KeyToken[127.0.0.1:8196-1C2B943B76FA3DA4]]
06:50:37.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:8196
06:50:37.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E309,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47339, Token=1C2B943B76FA3DA4, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21]
06:50:37.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47339]
06:50:37.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R310, 127.0.0.1:8193] replace CON-POST   MID=47339, Token=1C2B943B76FA3DA4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47339, Token=1C2B943B76FA3DA4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R310, 127.0.0.1:8193] send response NON-2.05   MID=47339, Token=null, OptionSet={}, "server responds hi"
06:50:37.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R310, 127.0.0.1:8193, complete]!
06:50:37.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R310, 127.0.0.1:8193, complete] completed NON-2.04   MID=47339, Token=1C2B943B76FA3DA4, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B!
06:50:37.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E310,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47339, Token=1C2B943B76FA3DA4, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B]
06:50:37.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47339]
06:50:37.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L309, 127.0.0.1:8196, complete]!
06:50:37.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L309, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1C2B943B76FA3DA4]
06:50:37.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L309, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47339]
06:50:37.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L309, 127.0.0.1:8196, complete] completed CON-POST   MID=47339, Token=1C2B943B76FA3DA4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47339, Token=1C2B943B76FA3DA4, OptionSet={"Object-Security":0x0978}, acked 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21!
06:50:37.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L311, 127.0.0.1:8196] send request
06:50:37.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L311, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L311, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD
06:50:37.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L311, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47340], CON-POST   MID=47340, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD
06:50:37.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L311, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D4E3F4C7FFD7D04F], CON-POST   MID=47340, Token=D4E3F4C7FFD7D04F, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD
06:50:37.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47340], KeyToken[127.0.0.1:8196-D4E3F4C7FFD7D04F]]
06:50:37.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:8196
06:50:37.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E311,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47340, Token=D4E3F4C7FFD7D04F, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD]
06:50:37.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47340]
06:50:37.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R312, 127.0.0.1:8193] replace CON-POST   MID=47340, Token=D4E3F4C7FFD7D04F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47340, Token=D4E3F4C7FFD7D04F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R312, 127.0.0.1:8193] send response NON-2.05   MID=47340, Token=null, OptionSet={}, "server responds hi"
06:50:37.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R312, 127.0.0.1:8193, complete]!
06:50:37.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R312, 127.0.0.1:8193, complete] completed NON-2.04   MID=47340, Token=D4E3F4C7FFD7D04F, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0!
06:50:37.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:8193
06:50:37.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E312,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47340, Token=D4E3F4C7FFD7D04F, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0]
06:50:37.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47340]
06:50:37.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L311, 127.0.0.1:8196, complete]!
06:50:37.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L311, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D4E3F4C7FFD7D04F]
06:50:37.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L311, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47340]
06:50:37.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L311, 127.0.0.1:8196, complete] completed CON-POST   MID=47340, Token=D4E3F4C7FFD7D04F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47340, Token=D4E3F4C7FFD7D04F, OptionSet={"Object-Security":0x0979}, acked 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD!
06:50:37.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L313, 127.0.0.1:8196] send request
06:50:37.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L313, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L313, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1
06:50:37.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L313, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47341], CON-POST   MID=47341, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1
06:50:37.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L313, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D4A385C570BEAABE], CON-POST   MID=47341, Token=D4A385C570BEAABE, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1
06:50:37.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47341], KeyToken[127.0.0.1:8196-D4A385C570BEAABE]]
06:50:37.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E313,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47341, Token=D4A385C570BEAABE, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1]
06:50:37.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47341]
06:50:37.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R314, 127.0.0.1:8193] replace CON-POST   MID=47341, Token=D4A385C570BEAABE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47341, Token=D4A385C570BEAABE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R314, 127.0.0.1:8193] send response NON-2.05   MID=47341, Token=null, OptionSet={}, "server responds hi"
06:50:37.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R314, 127.0.0.1:8193, complete]!
06:50:37.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R314, 127.0.0.1:8193, complete] completed NON-2.04   MID=47341, Token=D4A385C570BEAABE, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18!
06:50:37.059 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E314,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47341, Token=D4A385C570BEAABE, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18]
06:50:37.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47341]
06:50:37.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L313, 127.0.0.1:8196, complete]!
06:50:37.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L313, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D4A385C570BEAABE]
06:50:37.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L313, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47341]
06:50:37.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L313, 127.0.0.1:8196, complete] completed CON-POST   MID=47341, Token=D4A385C570BEAABE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47341, Token=D4A385C570BEAABE, OptionSet={"Object-Security":0x097A}, acked 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1!
06:50:37.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L315, 127.0.0.1:8196] send request
06:50:37.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L315, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L315, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17
06:50:37.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L315, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47342], CON-POST   MID=47342, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17
06:50:37.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L315, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A4F0EA646E5FB2BC], CON-POST   MID=47342, Token=A4F0EA646E5FB2BC, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17
06:50:37.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47342], KeyToken[127.0.0.1:8196-A4F0EA646E5FB2BC]]
06:50:37.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E315,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47342, Token=A4F0EA646E5FB2BC, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17]
06:50:37.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47342]
06:50:37.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R316, 127.0.0.1:8193] replace CON-POST   MID=47342, Token=A4F0EA646E5FB2BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47342, Token=A4F0EA646E5FB2BC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R316, 127.0.0.1:8193] send response NON-2.05   MID=47342, Token=null, OptionSet={}, "server responds hi"
06:50:37.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R316, 127.0.0.1:8193, complete]!
06:50:37.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R316, 127.0.0.1:8193, complete] completed NON-2.04   MID=47342, Token=A4F0EA646E5FB2BC, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71!
06:50:37.061 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E316,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47342, Token=A4F0EA646E5FB2BC, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71]
06:50:37.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47342]
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L315, 127.0.0.1:8196, complete]!
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L315, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A4F0EA646E5FB2BC]
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L315, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47342]
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L315, 127.0.0.1:8196, complete] completed CON-POST   MID=47342, Token=A4F0EA646E5FB2BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47342, Token=A4F0EA646E5FB2BC, OptionSet={"Object-Security":0x097B}, acked 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17!
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L317, 127.0.0.1:8196] send request
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L317, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L317, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L317, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47343], CON-POST   MID=47343, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52
06:50:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L317, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-589C089EAE7FD077], CON-POST   MID=47343, Token=589C089EAE7FD077, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52
06:50: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:8196-47343], KeyToken[127.0.0.1:8196-589C089EAE7FD077]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E317,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47343, Token=589C089EAE7FD077, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52]
06:50:37.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47343]
06:50:37.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R318, 127.0.0.1:8193] replace CON-POST   MID=47343, Token=589C089EAE7FD077, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47343, Token=589C089EAE7FD077, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R318, 127.0.0.1:8193] send response NON-2.05   MID=47343, Token=null, OptionSet={}, "server responds hi"
06:50:37.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R318, 127.0.0.1:8193, complete]!
06:50:37.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R318, 127.0.0.1:8193, complete] completed NON-2.04   MID=47343, Token=589C089EAE7FD077, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B!
06:50:37.063 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E318,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47343, Token=589C089EAE7FD077, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47343]
06:50:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L317, 127.0.0.1:8196, complete]!
06:50:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L317, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-589C089EAE7FD077]
06:50:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L317, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47343]
06:50:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L317, 127.0.0.1:8196, complete] completed CON-POST   MID=47343, Token=589C089EAE7FD077, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47343, Token=589C089EAE7FD077, OptionSet={"Object-Security":0x097C}, acked 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52!
06:50:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L319, 127.0.0.1:8196] send request
06:50:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L319, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L319, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02
06:50:37.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L319, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47344], CON-POST   MID=47344, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02
06:50:37.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L319, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-98839DE5D80AFC3A], CON-POST   MID=47344, Token=98839DE5D80AFC3A, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02
06:50:37.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47344], KeyToken[127.0.0.1:8196-98839DE5D80AFC3A]]
06:50:37.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:8196
06:50:37.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E319,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47344, Token=98839DE5D80AFC3A, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02]
06:50:37.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47344]
06:50:37.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R320, 127.0.0.1:8193] replace CON-POST   MID=47344, Token=98839DE5D80AFC3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47344, Token=98839DE5D80AFC3A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R320, 127.0.0.1:8193] send response NON-2.05   MID=47344, Token=null, OptionSet={}, "server responds hi"
06:50:37.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R320, 127.0.0.1:8193, complete]!
06:50:37.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R320, 127.0.0.1:8193, complete] completed NON-2.04   MID=47344, Token=98839DE5D80AFC3A, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12!
06:50:37.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:8193
06:50:37.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E320,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47344, Token=98839DE5D80AFC3A, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12]
06:50:37.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47344]
06:50:37.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L319, 127.0.0.1:8196, complete]!
06:50:37.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L319, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-98839DE5D80AFC3A]
06:50:37.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L319, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47344]
06:50:37.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L319, 127.0.0.1:8196, complete] completed CON-POST   MID=47344, Token=98839DE5D80AFC3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47344, Token=98839DE5D80AFC3A, OptionSet={"Object-Security":0x097D}, acked 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02!
06:50:37.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L321, 127.0.0.1:8196] send request
06:50:37.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L321, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L321, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40
06:50:37.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L321, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47345], CON-POST   MID=47345, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40
06:50:37.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L321, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-10266CA7E3186272], CON-POST   MID=47345, Token=10266CA7E3186272, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40
06:50:37.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47345], KeyToken[127.0.0.1:8196-10266CA7E3186272]]
06:50:37.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:8196
06:50:37.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E321,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47345, Token=10266CA7E3186272, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40]
06:50:37.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47345]
06:50:37.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R322, 127.0.0.1:8193] replace CON-POST   MID=47345, Token=10266CA7E3186272, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47345, Token=10266CA7E3186272, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R322, 127.0.0.1:8193] send response NON-2.05   MID=47345, Token=null, OptionSet={}, "server responds hi"
06:50:37.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R322, 127.0.0.1:8193, complete]!
06:50:37.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R322, 127.0.0.1:8193, complete] completed NON-2.04   MID=47345, Token=10266CA7E3186272, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69!
06:50:37.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:8193
06:50:37.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E322,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47345, Token=10266CA7E3186272, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69]
06:50:37.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47345]
06:50:37.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L321, 127.0.0.1:8196, complete]!
06:50:37.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L321, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-10266CA7E3186272]
06:50:37.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L321, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47345]
06:50:37.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L321, 127.0.0.1:8196, complete] completed CON-POST   MID=47345, Token=10266CA7E3186272, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47345, Token=10266CA7E3186272, OptionSet={"Object-Security":0x097E}, acked FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40!
06:50:37.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L323, 127.0.0.1:8196] send request
06:50:37.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L323, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L323, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3
06:50:37.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L323, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47346], CON-POST   MID=47346, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3
06:50:37.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L323, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-701AF6962BA2341D], CON-POST   MID=47346, Token=701AF6962BA2341D, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3
06:50:37.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47346], KeyToken[127.0.0.1:8196-701AF6962BA2341D]]
06:50:37.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:8196
06:50:37.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E323,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47346, Token=701AF6962BA2341D, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3]
06:50:37.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47346]
06:50:37.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R324, 127.0.0.1:8193] replace CON-POST   MID=47346, Token=701AF6962BA2341D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47346, Token=701AF6962BA2341D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R324, 127.0.0.1:8193] send response NON-2.05   MID=47346, Token=null, OptionSet={}, "server responds hi"
06:50:37.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R324, 127.0.0.1:8193, complete]!
06:50:37.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R324, 127.0.0.1:8193, complete] completed NON-2.04   MID=47346, Token=701AF6962BA2341D, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD!
06:50:37.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:8193
06:50:37.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E324,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47346, Token=701AF6962BA2341D, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD]
06:50:37.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47346]
06:50:37.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L323, 127.0.0.1:8196, complete]!
06:50:37.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L323, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-701AF6962BA2341D]
06:50:37.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L323, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47346]
06:50:37.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L323, 127.0.0.1:8196, complete] completed CON-POST   MID=47346, Token=701AF6962BA2341D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47346, Token=701AF6962BA2341D, OptionSet={"Object-Security":0x097F}, acked B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3!
06:50:37.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L325, 127.0.0.1:8196] send request
06:50:37.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L325, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L325, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:37.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L325, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47347], CON-POST   MID=47347, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:37.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L325, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-48928BA41D9C44C1], CON-POST   MID=47347, Token=48928BA41D9C44C1, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:37.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47347], KeyToken[127.0.0.1:8196-48928BA41D9C44C1]]
06:50:37.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:8196
06:50:37.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E325,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47347, Token=48928BA41D9C44C1, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D]
06:50:37.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47347]
06:50:37.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R326, 127.0.0.1:8193] replace CON-POST   MID=47347, Token=48928BA41D9C44C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47347, Token=48928BA41D9C44C1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R326, 127.0.0.1:8193] send response NON-2.05   MID=47347, Token=null, OptionSet={}, "server responds hi"
06:50:37.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R326, 127.0.0.1:8193, complete]!
06:50:37.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R326, 127.0.0.1:8193, complete] completed NON-2.04   MID=47347, Token=48928BA41D9C44C1, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76!
06:50:37.079 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E326,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47347, Token=48928BA41D9C44C1, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76]
06:50:37.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47347]
06:50:37.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L325, 127.0.0.1:8196, complete]!
06:50:37.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L325, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-48928BA41D9C44C1]
06:50:37.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L325, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47347]
06:50:37.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L325, 127.0.0.1:8196, complete] completed CON-POST   MID=47347, Token=48928BA41D9C44C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47347, Token=48928BA41D9C44C1, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D!
06:50:37.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L327, 127.0.0.1:8196] send request
06:50:37.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L327, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L327, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA
06:50:37.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L327, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47348], CON-POST   MID=47348, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA
06:50:37.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L327, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F83353FDD35239FA], CON-POST   MID=47348, Token=F83353FDD35239FA, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA
06:50:37.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47348], KeyToken[127.0.0.1:8196-F83353FDD35239FA]]
06:50:37.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E327,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47348, Token=F83353FDD35239FA, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA]
06:50:37.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47348]
06:50:37.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R328, 127.0.0.1:8193] replace CON-POST   MID=47348, Token=F83353FDD35239FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47348, Token=F83353FDD35239FA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R328, 127.0.0.1:8193] send response NON-2.05   MID=47348, Token=null, OptionSet={}, "server responds hi"
06:50:37.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R328, 127.0.0.1:8193, complete]!
06:50:37.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R328, 127.0.0.1:8193, complete] completed NON-2.04   MID=47348, Token=F83353FDD35239FA, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F!
06:50:37.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E328,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47348, Token=F83353FDD35239FA, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F]
06:50:37.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47348]
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L327, 127.0.0.1:8196, complete]!
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L327, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F83353FDD35239FA]
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L327, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47348]
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L327, 127.0.0.1:8196, complete] completed CON-POST   MID=47348, Token=F83353FDD35239FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47348, Token=F83353FDD35239FA, OptionSet={"Object-Security":0x0981}, acked 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA!
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L329, 127.0.0.1:8196] send request
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L329, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L329, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L329, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47349], CON-POST   MID=47349, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L329, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A00EADF3DFD736E0], CON-POST   MID=47349, Token=A00EADF3DFD736E0, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2
06:50:37.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47349], KeyToken[127.0.0.1:8196-A00EADF3DFD736E0]]
06:50:37.083 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E329,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47349, Token=A00EADF3DFD736E0, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2]
06:50:37.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47349]
06:50:37.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R330, 127.0.0.1:8193] replace CON-POST   MID=47349, Token=A00EADF3DFD736E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47349, Token=A00EADF3DFD736E0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R330, 127.0.0.1:8193] send response NON-2.05   MID=47349, Token=null, OptionSet={}, "server responds hi"
06:50:37.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R330, 127.0.0.1:8193, complete]!
06:50:37.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R330, 127.0.0.1:8193, complete] completed NON-2.04   MID=47349, Token=A00EADF3DFD736E0, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0!
06:50:37.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E330,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47349, Token=A00EADF3DFD736E0, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0]
06:50:37.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47349]
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L329, 127.0.0.1:8196, complete]!
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L329, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A00EADF3DFD736E0]
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L329, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47349]
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L329, 127.0.0.1:8196, complete] completed CON-POST   MID=47349, Token=A00EADF3DFD736E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47349, Token=A00EADF3DFD736E0, OptionSet={"Object-Security":0x0982}, acked 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2!
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L331, 127.0.0.1:8196] send request
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L331, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L331, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L331, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47350], CON-POST   MID=47350, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99
06:50:37.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L331, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DC6A42AB2A4E0E1D], CON-POST   MID=47350, Token=DC6A42AB2A4E0E1D, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99
06:50:37.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47350], KeyToken[127.0.0.1:8196-DC6A42AB2A4E0E1D]]
06:50:37.085 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E331,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47350, Token=DC6A42AB2A4E0E1D, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99]
06:50:37.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47350]
06:50:37.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R332, 127.0.0.1:8193] replace CON-POST   MID=47350, Token=DC6A42AB2A4E0E1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47350, Token=DC6A42AB2A4E0E1D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R332, 127.0.0.1:8193] send response NON-2.05   MID=47350, Token=null, OptionSet={}, "server responds hi"
06:50:37.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R332, 127.0.0.1:8193, complete]!
06:50:37.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R332, 127.0.0.1:8193, complete] completed NON-2.04   MID=47350, Token=DC6A42AB2A4E0E1D, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C!
06:50:37.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E332,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47350, Token=DC6A42AB2A4E0E1D, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C]
06:50:37.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47350]
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L331, 127.0.0.1:8196, complete]!
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L331, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DC6A42AB2A4E0E1D]
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L331, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47350]
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L331, 127.0.0.1:8196, complete] completed CON-POST   MID=47350, Token=DC6A42AB2A4E0E1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47350, Token=DC6A42AB2A4E0E1D, OptionSet={"Object-Security":0x0983}, acked 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99!
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L333, 127.0.0.1:8196] send request
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L333, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L333, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L333, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47351], CON-POST   MID=47351, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF
06:50:37.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L333, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A8C8F64C8EA54782], CON-POST   MID=47351, Token=A8C8F64C8EA54782, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF
06:50:37.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47351], KeyToken[127.0.0.1:8196-A8C8F64C8EA54782]]
06:50:37.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E333,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47351, Token=A8C8F64C8EA54782, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF]
06:50:37.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47351]
06:50:37.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R334, 127.0.0.1:8193] replace CON-POST   MID=47351, Token=A8C8F64C8EA54782, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47351, Token=A8C8F64C8EA54782, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R334, 127.0.0.1:8193] send response NON-2.05   MID=47351, Token=null, OptionSet={}, "server responds hi"
06:50:37.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R334, 127.0.0.1:8193, complete]!
06:50:37.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R334, 127.0.0.1:8193, complete] completed NON-2.04   MID=47351, Token=A8C8F64C8EA54782, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC!
06:50:37.087 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E334,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47351, Token=A8C8F64C8EA54782, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC]
06:50:37.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47351]
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L333, 127.0.0.1:8196, complete]!
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L333, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A8C8F64C8EA54782]
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L333, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47351]
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L333, 127.0.0.1:8196, complete] completed CON-POST   MID=47351, Token=A8C8F64C8EA54782, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47351, Token=A8C8F64C8EA54782, OptionSet={"Object-Security":0x0984}, acked 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF!
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L335, 127.0.0.1:8196] send request
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L335, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L335, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L335, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47352], CON-POST   MID=47352, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1
06:50:37.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L335, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-68E37957FF065927], CON-POST   MID=47352, Token=68E37957FF065927, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1
06:50:37.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47352], KeyToken[127.0.0.1:8196-68E37957FF065927]]
06:50:37.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:8196
06:50:37.147 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E335,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47352, Token=68E37957FF065927, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1]
06:50:37.147 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47352]
06:50:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R336, 127.0.0.1:8193] replace CON-POST   MID=47352, Token=68E37957FF065927, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47352, Token=68E37957FF065927, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R336, 127.0.0.1:8193] send response NON-2.05   MID=47352, Token=null, OptionSet={}, "server responds hi"
06:50:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R336, 127.0.0.1:8193, complete]!
06:50:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R336, 127.0.0.1:8193, complete] completed NON-2.04   MID=47352, Token=68E37957FF065927, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96!
06:50:37.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:8193
06:50:37.148 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E336,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47352, Token=68E37957FF065927, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47352]
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L335, 127.0.0.1:8196, complete]!
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L335, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-68E37957FF065927]
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L335, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47352]
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L335, 127.0.0.1:8196, complete] completed CON-POST   MID=47352, Token=68E37957FF065927, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47352, Token=68E37957FF065927, OptionSet={"Object-Security":0x0985}, acked 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1!
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L337, 127.0.0.1:8196] send request
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L337, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L337, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L337, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47353], CON-POST   MID=47353, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17
06:50:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L337, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00BA3DB579382581], CON-POST   MID=47353, Token=00BA3DB579382581, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17
06:50:37.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47353], KeyToken[127.0.0.1:8196-00BA3DB579382581]]
06:50:37.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:8196
06:50:37.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E337,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47353, Token=00BA3DB579382581, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17]
06:50:37.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47353]
06:50:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R338, 127.0.0.1:8193] replace CON-POST   MID=47353, Token=00BA3DB579382581, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47353, Token=00BA3DB579382581, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R338, 127.0.0.1:8193] send response NON-2.05   MID=47353, Token=null, OptionSet={}, "server responds hi"
06:50:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R338, 127.0.0.1:8193, complete]!
06:50:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R338, 127.0.0.1:8193, complete] completed NON-2.04   MID=47353, Token=00BA3DB579382581, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.150 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E338,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47353, Token=00BA3DB579382581, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51]
06:50:37.150 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47353]
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L337, 127.0.0.1:8196, complete]!
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L337, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00BA3DB579382581]
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L337, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47353]
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L337, 127.0.0.1:8196, complete] completed CON-POST   MID=47353, Token=00BA3DB579382581, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47353, Token=00BA3DB579382581, OptionSet={"Object-Security":0x0986}, acked FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17!
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L339, 127.0.0.1:8196] send request
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L339, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L339, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L339, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47354], CON-POST   MID=47354, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22
06:50:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L339, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-342B4AB94A62866A], CON-POST   MID=47354, Token=342B4AB94A62866A, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22
06:50: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:8196-47354], KeyToken[127.0.0.1:8196-342B4AB94A62866A]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E339,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47354, Token=342B4AB94A62866A, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22]
06:50:37.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47354]
06:50:37.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R340, 127.0.0.1:8193] replace CON-POST   MID=47354, Token=342B4AB94A62866A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47354, Token=342B4AB94A62866A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R340, 127.0.0.1:8193] send response NON-2.05   MID=47354, Token=null, OptionSet={}, "server responds hi"
06:50:37.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R340, 127.0.0.1:8193, complete]!
06:50:37.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R340, 127.0.0.1:8193, complete] completed NON-2.04   MID=47354, Token=342B4AB94A62866A, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7!
06:50:37.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:8193
06:50:37.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E340,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47354, Token=342B4AB94A62866A, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47354]
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L339, 127.0.0.1:8196, complete]!
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L339, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-342B4AB94A62866A]
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L339, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47354]
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L339, 127.0.0.1:8196, complete] completed CON-POST   MID=47354, Token=342B4AB94A62866A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47354, Token=342B4AB94A62866A, OptionSet={"Object-Security":0x0987}, acked B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22!
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L341, 127.0.0.1:8196] send request
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L341, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L341, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L341, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47355], CON-POST   MID=47355, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C
06:50:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L341, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-38D19921DAB68E12], CON-POST   MID=47355, Token=38D19921DAB68E12, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C
06:50: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:8196-47355], KeyToken[127.0.0.1:8196-38D19921DAB68E12]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E341,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47355, Token=38D19921DAB68E12, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C]
06:50:37.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47355]
06:50:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R342, 127.0.0.1:8193] replace CON-POST   MID=47355, Token=38D19921DAB68E12, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47355, Token=38D19921DAB68E12, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R342, 127.0.0.1:8193] send response NON-2.05   MID=47355, Token=null, OptionSet={}, "server responds hi"
06:50:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R342, 127.0.0.1:8193, complete]!
06:50:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R342, 127.0.0.1:8193, complete] completed NON-2.04   MID=47355, Token=38D19921DAB68E12, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E342,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47355, Token=38D19921DAB68E12, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D]
06:50:37.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47355]
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L341, 127.0.0.1:8196, complete]!
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L341, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-38D19921DAB68E12]
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L341, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47355]
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L341, 127.0.0.1:8196, complete] completed CON-POST   MID=47355, Token=38D19921DAB68E12, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47355, Token=38D19921DAB68E12, OptionSet={"Object-Security":0x0988}, acked 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C!
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L343, 127.0.0.1:8196] send request
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L343, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L343, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31
06:50:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L343, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47356], CON-POST   MID=47356, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31
06:50:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L343, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-843E6EF1F0AF80F4], CON-POST   MID=47356, Token=843E6EF1F0AF80F4, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31
06:50: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:8196-47356], KeyToken[127.0.0.1:8196-843E6EF1F0AF80F4]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E343,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47356, Token=843E6EF1F0AF80F4, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31]
06:50:37.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47356]
06:50:37.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R344, 127.0.0.1:8193] replace CON-POST   MID=47356, Token=843E6EF1F0AF80F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47356, Token=843E6EF1F0AF80F4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R344, 127.0.0.1:8193] send response NON-2.05   MID=47356, Token=null, OptionSet={}, "server responds hi"
06:50:37.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R344, 127.0.0.1:8193, complete]!
06:50:37.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R344, 127.0.0.1:8193, complete] completed NON-2.04   MID=47356, Token=843E6EF1F0AF80F4, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E344,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47356, Token=843E6EF1F0AF80F4, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47356]
06:50:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L343, 127.0.0.1:8196, complete]!
06:50:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L343, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-843E6EF1F0AF80F4]
06:50:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L343, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47356]
06:50:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L343, 127.0.0.1:8196, complete] completed CON-POST   MID=47356, Token=843E6EF1F0AF80F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47356, Token=843E6EF1F0AF80F4, OptionSet={"Object-Security":0x0989}, acked C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31!
06:50:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L345, 127.0.0.1:8196] send request
06:50:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L345, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L345, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2
06:50:37.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L345, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47357], CON-POST   MID=47357, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2
06:50:37.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L345, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DCADA19B189A178A], CON-POST   MID=47357, Token=DCADA19B189A178A, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2
06:50: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:8196-47357], KeyToken[127.0.0.1:8196-DCADA19B189A178A]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E345,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47357, Token=DCADA19B189A178A, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2]
06:50:37.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47357]
06:50:37.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R346, 127.0.0.1:8193] replace CON-POST   MID=47357, Token=DCADA19B189A178A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47357, Token=DCADA19B189A178A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R346, 127.0.0.1:8193] send response NON-2.05   MID=47357, Token=null, OptionSet={}, "server responds hi"
06:50:37.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R346, 127.0.0.1:8193, complete]!
06:50:37.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R346, 127.0.0.1:8193, complete] completed NON-2.04   MID=47357, Token=DCADA19B189A178A, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6!
06:50:37.158 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E346,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47357, Token=DCADA19B189A178A, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6]
06:50:37.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47357]
06:50:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L345, 127.0.0.1:8196, complete]!
06:50:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L345, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DCADA19B189A178A]
06:50:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L345, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47357]
06:50:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L345, 127.0.0.1:8196, complete] completed CON-POST   MID=47357, Token=DCADA19B189A178A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47357, Token=DCADA19B189A178A, OptionSet={"Object-Security":0x098A}, acked 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2!
06:50:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L347, 127.0.0.1:8196] send request
06:50:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L347, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L347, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC
06:50:37.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L347, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47358], CON-POST   MID=47358, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC
06:50:37.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L347, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-386E29F7BBBF3556], CON-POST   MID=47358, Token=386E29F7BBBF3556, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC
06:50:37.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47358], KeyToken[127.0.0.1:8196-386E29F7BBBF3556]]
06:50:37.159 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E347,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47358, Token=386E29F7BBBF3556, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC]
06:50:37.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47358]
06:50:37.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R348, 127.0.0.1:8193] replace CON-POST   MID=47358, Token=386E29F7BBBF3556, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47358, Token=386E29F7BBBF3556, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R348, 127.0.0.1:8193] send response NON-2.05   MID=47358, Token=null, OptionSet={}, "server responds hi"
06:50:37.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R348, 127.0.0.1:8193, complete]!
06:50:37.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R348, 127.0.0.1:8193, complete] completed NON-2.04   MID=47358, Token=386E29F7BBBF3556, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A!
06:50:37.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:8193
06:50:37.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E348,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47358, Token=386E29F7BBBF3556, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A]
06:50:37.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47358]
06:50:37.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L347, 127.0.0.1:8196, complete]!
06:50:37.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L347, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-386E29F7BBBF3556]
06:50:37.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L347, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47358]
06:50:37.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L347, 127.0.0.1:8196, complete] completed CON-POST   MID=47358, Token=386E29F7BBBF3556, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47358, Token=386E29F7BBBF3556, OptionSet={"Object-Security":0x098B}, acked A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC!
06:50:37.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L349, 127.0.0.1:8196] send request
06:50:37.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L349, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L349, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D
06:50:37.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L349, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47359], CON-POST   MID=47359, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D
06:50:37.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L349, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-38DFE48714F93136], CON-POST   MID=47359, Token=38DFE48714F93136, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D
06:50:37.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47359], KeyToken[127.0.0.1:8196-38DFE48714F93136]]
06:50:37.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:8196
06:50:37.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E349,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47359, Token=38DFE48714F93136, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D]
06:50:37.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47359]
06:50:37.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R350, 127.0.0.1:8193] replace CON-POST   MID=47359, Token=38DFE48714F93136, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47359, Token=38DFE48714F93136, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R350, 127.0.0.1:8193] send response NON-2.05   MID=47359, Token=null, OptionSet={}, "server responds hi"
06:50:37.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R350, 127.0.0.1:8193, complete]!
06:50:37.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R350, 127.0.0.1:8193, complete] completed NON-2.04   MID=47359, Token=38DFE48714F93136, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A!
06:50:37.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:8193
06:50:37.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E350,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47359, Token=38DFE48714F93136, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A]
06:50:37.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47359]
06:50:37.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L349, 127.0.0.1:8196, complete]!
06:50:37.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L349, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-38DFE48714F93136]
06:50:37.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L349, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47359]
06:50:37.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L349, 127.0.0.1:8196, complete] completed CON-POST   MID=47359, Token=38DFE48714F93136, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47359, Token=38DFE48714F93136, OptionSet={"Object-Security":0x098C}, acked 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D!
06:50:37.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L351, 127.0.0.1:8196] send request
06:50:37.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L351, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L351, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C
06:50:37.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L351, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47360], CON-POST   MID=47360, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C
06:50:37.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L351, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00857FD250F252CE], CON-POST   MID=47360, Token=00857FD250F252CE, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C
06:50:37.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47360], KeyToken[127.0.0.1:8196-00857FD250F252CE]]
06:50:37.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:8196
06:50:37.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E351,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47360, Token=00857FD250F252CE, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C]
06:50:37.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47360]
06:50:37.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R352, 127.0.0.1:8193] replace CON-POST   MID=47360, Token=00857FD250F252CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47360, Token=00857FD250F252CE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R352, 127.0.0.1:8193] send response NON-2.05   MID=47360, Token=null, OptionSet={}, "server responds hi"
06:50:37.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R352, 127.0.0.1:8193, complete]!
06:50:37.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R352, 127.0.0.1:8193, complete] completed NON-2.04   MID=47360, Token=00857FD250F252CE, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64!
06:50:37.164 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E352,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47360, Token=00857FD250F252CE, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64]
06:50:37.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47360]
06:50:37.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L351, 127.0.0.1:8196, complete]!
06:50:37.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L351, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00857FD250F252CE]
06:50:37.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L351, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47360]
06:50:37.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L351, 127.0.0.1:8196, complete] completed CON-POST   MID=47360, Token=00857FD250F252CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47360, Token=00857FD250F252CE, OptionSet={"Object-Security":0x098D}, acked 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C!
06:50:37.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L353, 127.0.0.1:8196] send request
06:50:37.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L353, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L353, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE
06:50:37.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L353, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47361], CON-POST   MID=47361, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE
06:50:37.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L353, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-80EDAAF766183FF6], CON-POST   MID=47361, Token=80EDAAF766183FF6, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE
06:50:37.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47361], KeyToken[127.0.0.1:8196-80EDAAF766183FF6]]
06:50:37.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E353,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47361, Token=80EDAAF766183FF6, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE]
06:50:37.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47361]
06:50:37.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R354, 127.0.0.1:8193] replace CON-POST   MID=47361, Token=80EDAAF766183FF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47361, Token=80EDAAF766183FF6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R354, 127.0.0.1:8193] send response NON-2.05   MID=47361, Token=null, OptionSet={}, "server responds hi"
06:50:37.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R354, 127.0.0.1:8193, complete]!
06:50:37.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R354, 127.0.0.1:8193, complete] completed NON-2.04   MID=47361, Token=80EDAAF766183FF6, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A!
06:50:37.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:8193
06:50:37.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E354,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47361, Token=80EDAAF766183FF6, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A]
06:50:37.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47361]
06:50:37.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L353, 127.0.0.1:8196, complete]!
06:50:37.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L353, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-80EDAAF766183FF6]
06:50:37.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L353, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47361]
06:50:37.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L353, 127.0.0.1:8196, complete] completed CON-POST   MID=47361, Token=80EDAAF766183FF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47361, Token=80EDAAF766183FF6, OptionSet={"Object-Security":0x098E}, acked 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE!
06:50:37.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L355, 127.0.0.1:8196] send request
06:50:37.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L355, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L355, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74
06:50:37.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L355, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47362], CON-POST   MID=47362, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74
06:50:37.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L355, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F07C9E9C675F85B4], CON-POST   MID=47362, Token=F07C9E9C675F85B4, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74
06:50:37.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47362], KeyToken[127.0.0.1:8196-F07C9E9C675F85B4]]
06:50:37.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E355,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47362, Token=F07C9E9C675F85B4, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74]
06:50:37.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47362]
06:50:37.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R356, 127.0.0.1:8193] replace CON-POST   MID=47362, Token=F07C9E9C675F85B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47362, Token=F07C9E9C675F85B4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R356, 127.0.0.1:8193] send response NON-2.05   MID=47362, Token=null, OptionSet={}, "server responds hi"
06:50:37.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R356, 127.0.0.1:8193, complete]!
06:50:37.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R356, 127.0.0.1:8193, complete] completed NON-2.04   MID=47362, Token=F07C9E9C675F85B4, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC!
06:50:37.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E356,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47362, Token=F07C9E9C675F85B4, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC]
06:50:37.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47362]
06:50:37.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L355, 127.0.0.1:8196, complete]!
06:50:37.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L355, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F07C9E9C675F85B4]
06:50:37.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L355, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47362]
06:50:37.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L355, 127.0.0.1:8196, complete] completed CON-POST   MID=47362, Token=F07C9E9C675F85B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47362, Token=F07C9E9C675F85B4, OptionSet={"Object-Security":0x098F}, acked 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74!
06:50:37.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L357, 127.0.0.1:8196] send request
06:50:37.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L357, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L357, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13
06:50:37.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L357, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47363], CON-POST   MID=47363, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13
06:50:37.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L357, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B87034EF6103AC5F], CON-POST   MID=47363, Token=B87034EF6103AC5F, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13
06:50:37.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47363], KeyToken[127.0.0.1:8196-B87034EF6103AC5F]]
06:50:37.169 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E357,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47363, Token=B87034EF6103AC5F, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13]
06:50:37.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47363]
06:50:37.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R358, 127.0.0.1:8193] replace CON-POST   MID=47363, Token=B87034EF6103AC5F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47363, Token=B87034EF6103AC5F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R358, 127.0.0.1:8193] send response NON-2.05   MID=47363, Token=null, OptionSet={}, "server responds hi"
06:50:37.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R358, 127.0.0.1:8193, complete]!
06:50:37.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R358, 127.0.0.1:8193, complete] completed NON-2.04   MID=47363, Token=B87034EF6103AC5F, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC!
06:50:37.170 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E358,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47363, Token=B87034EF6103AC5F, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC]
06:50:37.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47363]
06:50:37.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L357, 127.0.0.1:8196, complete]!
06:50:37.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L357, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B87034EF6103AC5F]
06:50:37.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L357, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47363]
06:50:37.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L357, 127.0.0.1:8196, complete] completed CON-POST   MID=47363, Token=B87034EF6103AC5F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47363, Token=B87034EF6103AC5F, OptionSet={"Object-Security":0x0990}, acked 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13!
06:50:37.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L359, 127.0.0.1:8196] send request
06:50:37.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L359, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L359, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1
06:50:37.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L359, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47364], CON-POST   MID=47364, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1
06:50:37.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L359, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2462BBAFC5A21913], CON-POST   MID=47364, Token=2462BBAFC5A21913, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1
06:50:37.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47364], KeyToken[127.0.0.1:8196-2462BBAFC5A21913]]
06:50:37.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E359,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47364, Token=2462BBAFC5A21913, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1]
06:50:37.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47364]
06:50:37.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R360, 127.0.0.1:8193] replace CON-POST   MID=47364, Token=2462BBAFC5A21913, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47364, Token=2462BBAFC5A21913, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R360, 127.0.0.1:8193] send response NON-2.05   MID=47364, Token=null, OptionSet={}, "server responds hi"
06:50:37.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R360, 127.0.0.1:8193, complete]!
06:50:37.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R360, 127.0.0.1:8193, complete] completed NON-2.04   MID=47364, Token=2462BBAFC5A21913, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01!
06:50:37.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E360,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47364, Token=2462BBAFC5A21913, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01]
06:50:37.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47364]
06:50:37.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L359, 127.0.0.1:8196, complete]!
06:50:37.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L359, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2462BBAFC5A21913]
06:50:37.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L359, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47364]
06:50:37.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L359, 127.0.0.1:8196, complete] completed CON-POST   MID=47364, Token=2462BBAFC5A21913, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47364, Token=2462BBAFC5A21913, OptionSet={"Object-Security":0x0991}, acked 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1!
06:50:37.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L361, 127.0.0.1:8196] send request
06:50:37.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L361, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L361, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01
06:50:37.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L361, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47365], CON-POST   MID=47365, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01
06:50:37.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L361, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B030757F0AB2CAAA], CON-POST   MID=47365, Token=B030757F0AB2CAAA, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01
06:50:37.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47365], KeyToken[127.0.0.1:8196-B030757F0AB2CAAA]]
06:50:37.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:8196
06:50:37.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E361,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47365, Token=B030757F0AB2CAAA, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01]
06:50:37.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47365]
06:50:37.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R362, 127.0.0.1:8193] replace CON-POST   MID=47365, Token=B030757F0AB2CAAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47365, Token=B030757F0AB2CAAA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R362, 127.0.0.1:8193] send response NON-2.05   MID=47365, Token=null, OptionSet={}, "server responds hi"
06:50:37.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R362, 127.0.0.1:8193, complete]!
06:50:37.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R362, 127.0.0.1:8193, complete] completed NON-2.04   MID=47365, Token=B030757F0AB2CAAA, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A!
06:50:37.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:8193
06:50:37.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E362,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47365, Token=B030757F0AB2CAAA, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A]
06:50:37.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47365]
06:50:37.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L361, 127.0.0.1:8196, complete]!
06:50:37.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L361, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B030757F0AB2CAAA]
06:50:37.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L361, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47365]
06:50:37.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L361, 127.0.0.1:8196, complete] completed CON-POST   MID=47365, Token=B030757F0AB2CAAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47365, Token=B030757F0AB2CAAA, OptionSet={"Object-Security":0x0992}, acked BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01!
06:50:37.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L363, 127.0.0.1:8196] send request
06:50:37.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L363, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L363, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB
06:50:37.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L363, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47366], CON-POST   MID=47366, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB
06:50:37.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L363, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4423F9BC62CCE15F], CON-POST   MID=47366, Token=4423F9BC62CCE15F, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB
06:50:37.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47366], KeyToken[127.0.0.1:8196-4423F9BC62CCE15F]]
06:50:37.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E363,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47366, Token=4423F9BC62CCE15F, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB]
06:50:37.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47366]
06:50:37.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R364, 127.0.0.1:8193] replace CON-POST   MID=47366, Token=4423F9BC62CCE15F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47366, Token=4423F9BC62CCE15F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R364, 127.0.0.1:8193] send response NON-2.05   MID=47366, Token=null, OptionSet={}, "server responds hi"
06:50:37.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R364, 127.0.0.1:8193, complete]!
06:50:37.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R364, 127.0.0.1:8193, complete] completed NON-2.04   MID=47366, Token=4423F9BC62CCE15F, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD!
06:50:37.176 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E364,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47366, Token=4423F9BC62CCE15F, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD]
06:50:37.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47366]
06:50:37.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L363, 127.0.0.1:8196, complete]!
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L363, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4423F9BC62CCE15F]
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L363, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47366]
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L363, 127.0.0.1:8196, complete] completed CON-POST   MID=47366, Token=4423F9BC62CCE15F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47366, Token=4423F9BC62CCE15F, OptionSet={"Object-Security":0x0993}, acked 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB!
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L365, 127.0.0.1:8196] send request
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L365, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L365, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L365, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47367], CON-POST   MID=47367, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L365, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2C5ECC52A33380B5], CON-POST   MID=47367, Token=2C5ECC52A33380B5, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A
06:50:37.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47367], KeyToken[127.0.0.1:8196-2C5ECC52A33380B5]]
06:50:37.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:8196
06:50:37.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E365,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47367, Token=2C5ECC52A33380B5, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A]
06:50:37.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47367]
06:50:37.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R366, 127.0.0.1:8193] replace CON-POST   MID=47367, Token=2C5ECC52A33380B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47367, Token=2C5ECC52A33380B5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R366, 127.0.0.1:8193] send response NON-2.05   MID=47367, Token=null, OptionSet={}, "server responds hi"
06:50:37.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R366, 127.0.0.1:8193, complete]!
06:50:37.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R366, 127.0.0.1:8193, complete] completed NON-2.04   MID=47367, Token=2C5ECC52A33380B5, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A!
06:50:37.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:8193
06:50:37.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E366,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47367, Token=2C5ECC52A33380B5, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A]
06:50:37.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47367]
06:50:37.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L365, 127.0.0.1:8196, complete]!
06:50:37.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L365, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2C5ECC52A33380B5]
06:50:37.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L365, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47367]
06:50:37.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L365, 127.0.0.1:8196, complete] completed CON-POST   MID=47367, Token=2C5ECC52A33380B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47367, Token=2C5ECC52A33380B5, OptionSet={"Object-Security":0x0994}, acked 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A!
06:50:37.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L367, 127.0.0.1:8196] send request
06:50:37.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L367, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L367, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5
06:50:37.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L367, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47368], CON-POST   MID=47368, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5
06:50:37.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L367, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-24029F89E17538E3], CON-POST   MID=47368, Token=24029F89E17538E3, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5
06:50:37.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47368], KeyToken[127.0.0.1:8196-24029F89E17538E3]]
06:50:37.179 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E367,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47368, Token=24029F89E17538E3, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5]
06:50:37.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47368]
06:50:37.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R368, 127.0.0.1:8193] replace CON-POST   MID=47368, Token=24029F89E17538E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47368, Token=24029F89E17538E3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R368, 127.0.0.1:8193] send response NON-2.05   MID=47368, Token=null, OptionSet={}, "server responds hi"
06:50:37.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R368, 127.0.0.1:8193, complete]!
06:50:37.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R368, 127.0.0.1:8193, complete] completed NON-2.04   MID=47368, Token=24029F89E17538E3, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07!
06:50:37.180 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E368,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47368, Token=24029F89E17538E3, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07]
06:50:37.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47368]
06:50:37.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L367, 127.0.0.1:8196, complete]!
06:50:37.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L367, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-24029F89E17538E3]
06:50:37.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L367, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47368]
06:50:37.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L367, 127.0.0.1:8196, complete] completed CON-POST   MID=47368, Token=24029F89E17538E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47368, Token=24029F89E17538E3, OptionSet={"Object-Security":0x0995}, acked EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5!
06:50:37.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L369, 127.0.0.1:8196] send request
06:50:37.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L369, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L369, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D
06:50:37.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L369, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47369], CON-POST   MID=47369, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D
06:50:37.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L369, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DC63413143919C76], CON-POST   MID=47369, Token=DC63413143919C76, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D
06:50:37.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47369], KeyToken[127.0.0.1:8196-DC63413143919C76]]
06:50:37.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E369,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47369, Token=DC63413143919C76, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D]
06:50:37.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47369]
06:50:37.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R370, 127.0.0.1:8193] replace CON-POST   MID=47369, Token=DC63413143919C76, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47369, Token=DC63413143919C76, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R370, 127.0.0.1:8193] send response NON-2.05   MID=47369, Token=null, OptionSet={}, "server responds hi"
06:50:37.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R370, 127.0.0.1:8193, complete]!
06:50:37.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R370, 127.0.0.1:8193, complete] completed NON-2.04   MID=47369, Token=DC63413143919C76, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB!
06:50:37.182 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E370,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47369, Token=DC63413143919C76, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB]
06:50:37.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47369]
06:50:37.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L369, 127.0.0.1:8196, complete]!
06:50:37.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L369, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DC63413143919C76]
06:50:37.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L369, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47369]
06:50:37.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L369, 127.0.0.1:8196, complete] completed CON-POST   MID=47369, Token=DC63413143919C76, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47369, Token=DC63413143919C76, OptionSet={"Object-Security":0x0996}, acked 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D!
06:50:37.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L371, 127.0.0.1:8196] send request
06:50:37.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L371, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L371, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46
06:50:37.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L371, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47370], CON-POST   MID=47370, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46
06:50:37.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L371, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FC5CA1F5F4CB24D5], CON-POST   MID=47370, Token=FC5CA1F5F4CB24D5, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46
06:50:37.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47370], KeyToken[127.0.0.1:8196-FC5CA1F5F4CB24D5]]
06:50:37.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E371,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47370, Token=FC5CA1F5F4CB24D5, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46]
06:50:37.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47370]
06:50:37.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R372, 127.0.0.1:8193] replace CON-POST   MID=47370, Token=FC5CA1F5F4CB24D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47370, Token=FC5CA1F5F4CB24D5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R372, 127.0.0.1:8193] send response NON-2.05   MID=47370, Token=null, OptionSet={}, "server responds hi"
06:50:37.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R372, 127.0.0.1:8193, complete]!
06:50:37.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R372, 127.0.0.1:8193, complete] completed NON-2.04   MID=47370, Token=FC5CA1F5F4CB24D5, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE!
06:50:37.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E372,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47370, Token=FC5CA1F5F4CB24D5, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE]
06:50:37.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47370]
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L371, 127.0.0.1:8196, complete]!
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L371, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FC5CA1F5F4CB24D5]
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L371, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47370]
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L371, 127.0.0.1:8196, complete] completed CON-POST   MID=47370, Token=FC5CA1F5F4CB24D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47370, Token=FC5CA1F5F4CB24D5, OptionSet={"Object-Security":0x0997}, acked 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46!
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L373, 127.0.0.1:8196] send request
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L373, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L373, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L373, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47371], CON-POST   MID=47371, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L373, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4CD787269236F58B], CON-POST   MID=47371, Token=4CD787269236F58B, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31
06:50:37.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47371], KeyToken[127.0.0.1:8196-4CD787269236F58B]]
06:50:37.185 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E373,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47371, Token=4CD787269236F58B, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31]
06:50:37.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47371]
06:50:37.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R374, 127.0.0.1:8193] replace CON-POST   MID=47371, Token=4CD787269236F58B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47371, Token=4CD787269236F58B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R374, 127.0.0.1:8193] send response NON-2.05   MID=47371, Token=null, OptionSet={}, "server responds hi"
06:50:37.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R374, 127.0.0.1:8193, complete]!
06:50:37.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R374, 127.0.0.1:8193, complete] completed NON-2.04   MID=47371, Token=4CD787269236F58B, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D!
06:50:37.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E374,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47371, Token=4CD787269236F58B, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D]
06:50:37.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47371]
06:50:37.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L373, 127.0.0.1:8196, complete]!
06:50:37.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L373, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4CD787269236F58B]
06:50:37.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L373, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47371]
06:50:37.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L373, 127.0.0.1:8196, complete] completed CON-POST   MID=47371, Token=4CD787269236F58B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47371, Token=4CD787269236F58B, OptionSet={"Object-Security":0x0998}, acked F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31!
06:50:37.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L375, 127.0.0.1:8196] send request
06:50:37.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L375, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L375, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3
06:50:37.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L375, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47372], CON-POST   MID=47372, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3
06:50:37.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L375, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00C94CE780D5ADD3], CON-POST   MID=47372, Token=00C94CE780D5ADD3, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3
06:50:37.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47372], KeyToken[127.0.0.1:8196-00C94CE780D5ADD3]]
06:50:37.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E375,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47372, Token=00C94CE780D5ADD3, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3]
06:50:37.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47372]
06:50:37.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R376, 127.0.0.1:8193] replace CON-POST   MID=47372, Token=00C94CE780D5ADD3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47372, Token=00C94CE780D5ADD3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R376, 127.0.0.1:8193] send response NON-2.05   MID=47372, Token=null, OptionSet={}, "server responds hi"
06:50:37.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R376, 127.0.0.1:8193, complete]!
06:50:37.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R376, 127.0.0.1:8193, complete] completed NON-2.04   MID=47372, Token=00C94CE780D5ADD3, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC!
06:50:37.187 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E376,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47372, Token=00C94CE780D5ADD3, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC]
06:50:37.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47372]
06:50:37.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L375, 127.0.0.1:8196, complete]!
06:50:37.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L375, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00C94CE780D5ADD3]
06:50:37.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L375, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47372]
06:50:37.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L375, 127.0.0.1:8196, complete] completed CON-POST   MID=47372, Token=00C94CE780D5ADD3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47372, Token=00C94CE780D5ADD3, OptionSet={"Object-Security":0x0999}, acked 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3!
06:50:37.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L377, 127.0.0.1:8196] send request
06:50:37.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L377, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L377, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B
06:50:37.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L377, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47373], CON-POST   MID=47373, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B
06:50:37.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L377, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3C72F569AF8C2A6E], CON-POST   MID=47373, Token=3C72F569AF8C2A6E, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B
06:50:37.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47373], KeyToken[127.0.0.1:8196-3C72F569AF8C2A6E]]
06:50:37.188 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E377,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47373, Token=3C72F569AF8C2A6E, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B]
06:50:37.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47373]
06:50:37.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R378, 127.0.0.1:8193] replace CON-POST   MID=47373, Token=3C72F569AF8C2A6E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47373, Token=3C72F569AF8C2A6E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R378, 127.0.0.1:8193] send response NON-2.05   MID=47373, Token=null, OptionSet={}, "server responds hi"
06:50:37.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R378, 127.0.0.1:8193, complete]!
06:50:37.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R378, 127.0.0.1:8193, complete] completed NON-2.04   MID=47373, Token=3C72F569AF8C2A6E, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD!
06:50:37.189 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E378,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47373, Token=3C72F569AF8C2A6E, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD]
06:50:37.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47373]
06:50:37.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L377, 127.0.0.1:8196, complete]!
06:50:37.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L377, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3C72F569AF8C2A6E]
06:50:37.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L377, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47373]
06:50:37.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L377, 127.0.0.1:8196, complete] completed CON-POST   MID=47373, Token=3C72F569AF8C2A6E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47373, Token=3C72F569AF8C2A6E, OptionSet={"Object-Security":0x099A}, acked 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B!
06:50:37.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L379, 127.0.0.1:8196] send request
06:50:37.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L379, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L379, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85
06:50:37.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L379, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47374], CON-POST   MID=47374, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85
06:50:37.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L379, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0C291848554E59EE], CON-POST   MID=47374, Token=0C291848554E59EE, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85
06:50:37.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47374], KeyToken[127.0.0.1:8196-0C291848554E59EE]]
06:50:37.190 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E379,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47374, Token=0C291848554E59EE, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85]
06:50:37.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47374]
06:50:37.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R380, 127.0.0.1:8193] replace CON-POST   MID=47374, Token=0C291848554E59EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47374, Token=0C291848554E59EE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R380, 127.0.0.1:8193] send response NON-2.05   MID=47374, Token=null, OptionSet={}, "server responds hi"
06:50:37.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R380, 127.0.0.1:8193, complete]!
06:50:37.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R380, 127.0.0.1:8193, complete] completed NON-2.04   MID=47374, Token=0C291848554E59EE, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D!
06:50:37.190 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E380,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47374, Token=0C291848554E59EE, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D]
06:50:37.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47374]
06:50:37.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L379, 127.0.0.1:8196, complete]!
06:50:37.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L379, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0C291848554E59EE]
06:50:37.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L379, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47374]
06:50:37.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L379, 127.0.0.1:8196, complete] completed CON-POST   MID=47374, Token=0C291848554E59EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47374, Token=0C291848554E59EE, OptionSet={"Object-Security":0x099B}, acked 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85!
06:50:37.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L381, 127.0.0.1:8196] send request
06:50:37.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L381, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L381, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5
06:50:37.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L381, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47375], CON-POST   MID=47375, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5
06:50:37.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L381, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-600BDFCF90B4A245], CON-POST   MID=47375, Token=600BDFCF90B4A245, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5
06:50:37.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47375], KeyToken[127.0.0.1:8196-600BDFCF90B4A245]]
06:50:37.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:8196
06:50:37.248 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E381,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47375, Token=600BDFCF90B4A245, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5]
06:50:37.248 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47375]
06:50:37.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R382, 127.0.0.1:8193] replace CON-POST   MID=47375, Token=600BDFCF90B4A245, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47375, Token=600BDFCF90B4A245, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R382, 127.0.0.1:8193] send response NON-2.05   MID=47375, Token=null, OptionSet={}, "server responds hi"
06:50:37.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R382, 127.0.0.1:8193, complete]!
06:50:37.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R382, 127.0.0.1:8193, complete] completed NON-2.04   MID=47375, Token=600BDFCF90B4A245, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF!
06:50:37.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:8193
06:50:37.248 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E382,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47375, Token=600BDFCF90B4A245, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF]
06:50:37.248 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47375]
06:50:37.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L381, 127.0.0.1:8196, complete]!
06:50:37.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L381, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-600BDFCF90B4A245]
06:50:37.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L381, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47375]
06:50:37.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L381, 127.0.0.1:8196, complete] completed CON-POST   MID=47375, Token=600BDFCF90B4A245, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47375, Token=600BDFCF90B4A245, OptionSet={"Object-Security":0x099C}, acked 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5!
06:50:37.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L383, 127.0.0.1:8196] send request
06:50:37.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L383, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L383, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50
06:50:37.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L383, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47376], CON-POST   MID=47376, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50
06:50:37.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L383, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-105B93B79EAC9C2C], CON-POST   MID=47376, Token=105B93B79EAC9C2C, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50
06:50:37.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47376], KeyToken[127.0.0.1:8196-105B93B79EAC9C2C]]
06:50:37.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:8196
06:50:37.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E383,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47376, Token=105B93B79EAC9C2C, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50]
06:50:37.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47376]
06:50:37.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R384, 127.0.0.1:8193] replace CON-POST   MID=47376, Token=105B93B79EAC9C2C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47376, Token=105B93B79EAC9C2C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R384, 127.0.0.1:8193] send response NON-2.05   MID=47376, Token=null, OptionSet={}, "server responds hi"
06:50:37.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R384, 127.0.0.1:8193, complete]!
06:50:37.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R384, 127.0.0.1:8193, complete] completed NON-2.04   MID=47376, Token=105B93B79EAC9C2C, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23!
06:50:37.258 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E384,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47376, Token=105B93B79EAC9C2C, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23]
06:50:37.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47376]
06:50:37.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L383, 127.0.0.1:8196, complete]!
06:50:37.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L383, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-105B93B79EAC9C2C]
06:50:37.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L383, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47376]
06:50:37.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L383, 127.0.0.1:8196, complete] completed CON-POST   MID=47376, Token=105B93B79EAC9C2C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47376, Token=105B93B79EAC9C2C, OptionSet={"Object-Security":0x099D}, acked 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50!
06:50:37.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L385, 127.0.0.1:8196] send request
06:50:37.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L385, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L385, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B
06:50:37.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L385, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47377], CON-POST   MID=47377, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B
06:50:37.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L385, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8C67C0DFE9DD6B5D], CON-POST   MID=47377, Token=8C67C0DFE9DD6B5D, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B
06:50:37.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47377], KeyToken[127.0.0.1:8196-8C67C0DFE9DD6B5D]]
06:50:37.259 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E385,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47377, Token=8C67C0DFE9DD6B5D, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B]
06:50:37.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47377]
06:50:37.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R386, 127.0.0.1:8193] replace CON-POST   MID=47377, Token=8C67C0DFE9DD6B5D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47377, Token=8C67C0DFE9DD6B5D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R386, 127.0.0.1:8193] send response NON-2.05   MID=47377, Token=null, OptionSet={}, "server responds hi"
06:50:37.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R386, 127.0.0.1:8193, complete]!
06:50:37.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R386, 127.0.0.1:8193, complete] completed NON-2.04   MID=47377, Token=8C67C0DFE9DD6B5D, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23!
06:50:37.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E386,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47377, Token=8C67C0DFE9DD6B5D, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23]
06:50:37.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47377]
06:50:37.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L385, 127.0.0.1:8196, complete]!
06:50:37.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L385, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8C67C0DFE9DD6B5D]
06:50:37.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L385, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47377]
06:50:37.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L385, 127.0.0.1:8196, complete] completed CON-POST   MID=47377, Token=8C67C0DFE9DD6B5D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47377, Token=8C67C0DFE9DD6B5D, OptionSet={"Object-Security":0x099E}, acked E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B!
06:50:37.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L387, 127.0.0.1:8196] send request
06:50:37.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L387, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L387, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6
06:50:37.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L387, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47378], CON-POST   MID=47378, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6
06:50:37.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L387, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-18DFCEE4A015045F], CON-POST   MID=47378, Token=18DFCEE4A015045F, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6
06:50:37.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47378], KeyToken[127.0.0.1:8196-18DFCEE4A015045F]]
06:50:37.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:8196
06:50:37.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E387,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47378, Token=18DFCEE4A015045F, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6]
06:50:37.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47378]
06:50:37.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R388, 127.0.0.1:8193] replace CON-POST   MID=47378, Token=18DFCEE4A015045F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47378, Token=18DFCEE4A015045F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R388, 127.0.0.1:8193] send response NON-2.05   MID=47378, Token=null, OptionSet={}, "server responds hi"
06:50:37.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R388, 127.0.0.1:8193, complete]!
06:50:37.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R388, 127.0.0.1:8193, complete] completed NON-2.04   MID=47378, Token=18DFCEE4A015045F, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F!
06:50:37.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:8193
06:50:37.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E388,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47378, Token=18DFCEE4A015045F, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F]
06:50:37.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47378]
06:50:37.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.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
06:50:37.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L387, 127.0.0.1:8196, complete]!
06:50:37.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L387, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-18DFCEE4A015045F]
06:50:37.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L387, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47378]
06:50:37.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L387, 127.0.0.1:8196, complete] completed CON-POST   MID=47378, Token=18DFCEE4A015045F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47378, Token=18DFCEE4A015045F, OptionSet={"Object-Security":0x099F}, acked 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6!
06:50:37.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L389, 127.0.0.1:8196] send request
06:50:37.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L389, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L389, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32
06:50:37.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L389, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47379], CON-POST   MID=47379, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32
06:50:37.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L389, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9CBCC1E662C842AC], CON-POST   MID=47379, Token=9CBCC1E662C842AC, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32
06:50: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:8196-47379], KeyToken[127.0.0.1:8196-9CBCC1E662C842AC]]
06:50:37.263 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E389,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47379, Token=9CBCC1E662C842AC, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32]
06:50:37.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47379]
06:50:37.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R390, 127.0.0.1:8193] replace CON-POST   MID=47379, Token=9CBCC1E662C842AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47379, Token=9CBCC1E662C842AC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R390, 127.0.0.1:8193] send response NON-2.05   MID=47379, Token=null, OptionSet={}, "server responds hi"
06:50:37.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R390, 127.0.0.1:8193, complete]!
06:50:37.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R390, 127.0.0.1:8193, complete] completed NON-2.04   MID=47379, Token=9CBCC1E662C842AC, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE!
06:50:37.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:8193
06:50:37.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E390,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47379, Token=9CBCC1E662C842AC, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE]
06:50:37.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47379]
06:50:37.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L389, 127.0.0.1:8196, complete]!
06:50:37.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L389, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9CBCC1E662C842AC]
06:50:37.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L389, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47379]
06:50:37.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L389, 127.0.0.1:8196, complete] completed CON-POST   MID=47379, Token=9CBCC1E662C842AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47379, Token=9CBCC1E662C842AC, OptionSet={"Object-Security":0x09A0}, acked 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32!
06:50:37.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L391, 127.0.0.1:8196] send request
06:50:37.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L391, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L391, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3
06:50:37.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L391, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47380], CON-POST   MID=47380, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3
06:50:37.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L391, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-5CA9CBE2D836BA2F], CON-POST   MID=47380, Token=5CA9CBE2D836BA2F, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3
06:50: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:8196-47380], KeyToken[127.0.0.1:8196-5CA9CBE2D836BA2F]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E391,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47380, Token=5CA9CBE2D836BA2F, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3]
06:50:37.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47380]
06:50:37.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R392, 127.0.0.1:8193] replace CON-POST   MID=47380, Token=5CA9CBE2D836BA2F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47380, Token=5CA9CBE2D836BA2F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R392, 127.0.0.1:8193] send response NON-2.05   MID=47380, Token=null, OptionSet={}, "server responds hi"
06:50:37.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R392, 127.0.0.1:8193, complete]!
06:50:37.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R392, 127.0.0.1:8193, complete] completed NON-2.04   MID=47380, Token=5CA9CBE2D836BA2F, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E392,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47380, Token=5CA9CBE2D836BA2F, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47380]
06:50:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L391, 127.0.0.1:8196, complete]!
06:50:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L391, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-5CA9CBE2D836BA2F]
06:50:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L391, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47380]
06:50:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L391, 127.0.0.1:8196, complete] completed CON-POST   MID=47380, Token=5CA9CBE2D836BA2F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47380, Token=5CA9CBE2D836BA2F, OptionSet={"Object-Security":0x09A1}, acked 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3!
06:50:37.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L393, 127.0.0.1:8196] send request
06:50:37.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L393, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L393, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC
06:50:37.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L393, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47381], CON-POST   MID=47381, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC
06:50:37.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L393, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-881E4BCB77AC0FB6], CON-POST   MID=47381, Token=881E4BCB77AC0FB6, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC
06:50: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:8196-47381], KeyToken[127.0.0.1:8196-881E4BCB77AC0FB6]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E393,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47381, Token=881E4BCB77AC0FB6, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC]
06:50:37.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47381]
06:50:37.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R394, 127.0.0.1:8193] replace CON-POST   MID=47381, Token=881E4BCB77AC0FB6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47381, Token=881E4BCB77AC0FB6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R394, 127.0.0.1:8193] send response NON-2.05   MID=47381, Token=null, OptionSet={}, "server responds hi"
06:50:37.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R394, 127.0.0.1:8193, complete]!
06:50:37.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R394, 127.0.0.1:8193, complete] completed NON-2.04   MID=47381, Token=881E4BCB77AC0FB6, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B!
06:50:37.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E394,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47381, Token=881E4BCB77AC0FB6, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B]
06:50:37.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47381]
06:50:37.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L393, 127.0.0.1:8196, complete]!
06:50:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L393, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-881E4BCB77AC0FB6]
06:50:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L393, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47381]
06:50:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L393, 127.0.0.1:8196, complete] completed CON-POST   MID=47381, Token=881E4BCB77AC0FB6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47381, Token=881E4BCB77AC0FB6, OptionSet={"Object-Security":0x09A2}, acked 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC!
06:50:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L395, 127.0.0.1:8196] send request
06:50:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L395, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L395, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23
06:50:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L395, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47382], CON-POST   MID=47382, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23
06:50:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L395, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D8330F4520F559DC], CON-POST   MID=47382, Token=D8330F4520F559DC, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23
06:50:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47382], KeyToken[127.0.0.1:8196-D8330F4520F559DC]]
06:50:37.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:8196
06:50:37.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E395,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47382, Token=D8330F4520F559DC, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23]
06:50:37.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47382]
06:50:37.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R396, 127.0.0.1:8193] replace CON-POST   MID=47382, Token=D8330F4520F559DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47382, Token=D8330F4520F559DC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R396, 127.0.0.1:8193] send response NON-2.05   MID=47382, Token=null, OptionSet={}, "server responds hi"
06:50:37.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R396, 127.0.0.1:8193, complete]!
06:50:37.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R396, 127.0.0.1:8193, complete] completed NON-2.04   MID=47382, Token=D8330F4520F559DC, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E396,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47382, Token=D8330F4520F559DC, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50: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:8196-47382]
06:50:37.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L395, 127.0.0.1:8196, complete]!
06:50:37.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L395, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D8330F4520F559DC]
06:50:37.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L395, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47382]
06:50:37.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L395, 127.0.0.1:8196, complete] completed CON-POST   MID=47382, Token=D8330F4520F559DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47382, Token=D8330F4520F559DC, OptionSet={"Object-Security":0x09A3}, acked 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23!
06:50:37.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L397, 127.0.0.1:8196] send request
06:50:37.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L397, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L397, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80
06:50:37.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L397, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47383], CON-POST   MID=47383, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80
06:50:37.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L397, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-BC4889E0E5A9B289], CON-POST   MID=47383, Token=BC4889E0E5A9B289, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80
06:50:37.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47383], KeyToken[127.0.0.1:8196-BC4889E0E5A9B289]]
06:50:37.271 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E397,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47383, Token=BC4889E0E5A9B289, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80]
06:50:37.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47383]
06:50:37.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R398, 127.0.0.1:8193] replace CON-POST   MID=47383, Token=BC4889E0E5A9B289, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47383, Token=BC4889E0E5A9B289, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R398, 127.0.0.1:8193] send response NON-2.05   MID=47383, Token=null, OptionSet={}, "server responds hi"
06:50:37.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R398, 127.0.0.1:8193, complete]!
06:50:37.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R398, 127.0.0.1:8193, complete] completed NON-2.04   MID=47383, Token=BC4889E0E5A9B289, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB!
06:50:37.272 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E398,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47383, Token=BC4889E0E5A9B289, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB]
06:50:37.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47383]
06:50:37.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L397, 127.0.0.1:8196, complete]!
06:50:37.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L397, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-BC4889E0E5A9B289]
06:50:37.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L397, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47383]
06:50:37.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L397, 127.0.0.1:8196, complete] completed CON-POST   MID=47383, Token=BC4889E0E5A9B289, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47383, Token=BC4889E0E5A9B289, OptionSet={"Object-Security":0x09A4}, acked 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80!
06:50:37.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L399, 127.0.0.1:8196] send request
06:50:37.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L399, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L399, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF
06:50:37.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L399, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47384], CON-POST   MID=47384, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF
06:50:37.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L399, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-5C4A13C1459A8F09], CON-POST   MID=47384, Token=5C4A13C1459A8F09, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF
06:50:37.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47384], KeyToken[127.0.0.1:8196-5C4A13C1459A8F09]]
06:50:37.273 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E399,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47384, Token=5C4A13C1459A8F09, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF]
06:50:37.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47384]
06:50:37.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R400, 127.0.0.1:8193] replace CON-POST   MID=47384, Token=5C4A13C1459A8F09, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47384, Token=5C4A13C1459A8F09, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R400, 127.0.0.1:8193] send response NON-2.05   MID=47384, Token=null, OptionSet={}, "server responds hi"
06:50:37.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R400, 127.0.0.1:8193, complete]!
06:50:37.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R400, 127.0.0.1:8193, complete] completed NON-2.04   MID=47384, Token=5C4A13C1459A8F09, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25!
06:50:37.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E400,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47384, Token=5C4A13C1459A8F09, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25]
06:50:37.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47384]
06:50:37.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L399, 127.0.0.1:8196, complete]!
06:50:37.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L399, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-5C4A13C1459A8F09]
06:50:37.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L399, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47384]
06:50:37.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L399, 127.0.0.1:8196, complete] completed CON-POST   MID=47384, Token=5C4A13C1459A8F09, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47384, Token=5C4A13C1459A8F09, OptionSet={"Object-Security":0x09A5}, acked 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF!
06:50:37.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L401, 127.0.0.1:8196] send request
06:50:37.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L401, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L401, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F
06:50:37.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L401, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47385], CON-POST   MID=47385, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F
06:50:37.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L401, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F05C49CCEEE02028], CON-POST   MID=47385, Token=F05C49CCEEE02028, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F
06:50:37.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47385], KeyToken[127.0.0.1:8196-F05C49CCEEE02028]]
06:50:37.275 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E401,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47385, Token=F05C49CCEEE02028, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F]
06:50:37.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47385]
06:50:37.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R402, 127.0.0.1:8193] replace CON-POST   MID=47385, Token=F05C49CCEEE02028, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47385, Token=F05C49CCEEE02028, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R402, 127.0.0.1:8193] send response NON-2.05   MID=47385, Token=null, OptionSet={}, "server responds hi"
06:50:37.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R402, 127.0.0.1:8193, complete]!
06:50:37.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R402, 127.0.0.1:8193, complete] completed NON-2.04   MID=47385, Token=F05C49CCEEE02028, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43!
06:50:37.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E402,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47385, Token=F05C49CCEEE02028, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43]
06:50:37.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47385]
06:50:37.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L401, 127.0.0.1:8196, complete]!
06:50:37.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L401, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F05C49CCEEE02028]
06:50:37.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L401, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47385]
06:50:37.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L401, 127.0.0.1:8196, complete] completed CON-POST   MID=47385, Token=F05C49CCEEE02028, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47385, Token=F05C49CCEEE02028, OptionSet={"Object-Security":0x09A6}, acked 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F!
06:50:37.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L403, 127.0.0.1:8196] send request
06:50:37.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L403, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L403, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D
06:50:37.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L403, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47386], CON-POST   MID=47386, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D
06:50:37.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L403, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-7C69E6F88406D115], CON-POST   MID=47386, Token=7C69E6F88406D115, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D
06:50:37.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47386], KeyToken[127.0.0.1:8196-7C69E6F88406D115]]
06:50:37.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E403,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47386, Token=7C69E6F88406D115, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D]
06:50:37.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47386]
06:50:37.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R404, 127.0.0.1:8193] replace CON-POST   MID=47386, Token=7C69E6F88406D115, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47386, Token=7C69E6F88406D115, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R404, 127.0.0.1:8193] send response NON-2.05   MID=47386, Token=null, OptionSet={}, "server responds hi"
06:50:37.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R404, 127.0.0.1:8193, complete]!
06:50:37.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R404, 127.0.0.1:8193, complete] completed NON-2.04   MID=47386, Token=7C69E6F88406D115, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6!
06:50:37.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E404,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47386, Token=7C69E6F88406D115, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6]
06:50:37.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47386]
06:50:37.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L403, 127.0.0.1:8196, complete]!
06:50:37.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L403, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-7C69E6F88406D115]
06:50:37.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L403, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47386]
06:50:37.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L403, 127.0.0.1:8196, complete] completed CON-POST   MID=47386, Token=7C69E6F88406D115, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47386, Token=7C69E6F88406D115, OptionSet={"Object-Security":0x09A7}, acked 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D!
06:50:37.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L405, 127.0.0.1:8196] send request
06:50:37.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L405, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L405, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28
06:50:37.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L405, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47387], CON-POST   MID=47387, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28
06:50:37.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L405, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-5C5BED539780D247], CON-POST   MID=47387, Token=5C5BED539780D247, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28
06:50:37.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47387], KeyToken[127.0.0.1:8196-5C5BED539780D247]]
06:50:37.279 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E405,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47387, Token=5C5BED539780D247, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28]
06:50:37.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47387]
06:50:37.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R406, 127.0.0.1:8193] replace CON-POST   MID=47387, Token=5C5BED539780D247, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47387, Token=5C5BED539780D247, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R406, 127.0.0.1:8193] send response NON-2.05   MID=47387, Token=null, OptionSet={}, "server responds hi"
06:50:37.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R406, 127.0.0.1:8193, complete]!
06:50:37.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R406, 127.0.0.1:8193, complete] completed NON-2.04   MID=47387, Token=5C5BED539780D247, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40!
06:50:37.280 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E406,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47387, Token=5C5BED539780D247, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40]
06:50:37.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47387]
06:50:37.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L405, 127.0.0.1:8196, complete]!
06:50:37.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L405, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-5C5BED539780D247]
06:50:37.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L405, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47387]
06:50:37.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L405, 127.0.0.1:8196, complete] completed CON-POST   MID=47387, Token=5C5BED539780D247, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47387, Token=5C5BED539780D247, OptionSet={"Object-Security":0x09A8}, acked D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28!
06:50:37.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L407, 127.0.0.1:8196] send request
06:50:37.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L407, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L407, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44
06:50:37.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L407, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47388], CON-POST   MID=47388, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44
06:50:37.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L407, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-242084C8A2FA4E33], CON-POST   MID=47388, Token=242084C8A2FA4E33, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44
06:50:37.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47388], KeyToken[127.0.0.1:8196-242084C8A2FA4E33]]
06:50:37.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E407,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47388, Token=242084C8A2FA4E33, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44]
06:50:37.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47388]
06:50:37.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R408, 127.0.0.1:8193] replace CON-POST   MID=47388, Token=242084C8A2FA4E33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47388, Token=242084C8A2FA4E33, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R408, 127.0.0.1:8193] send response NON-2.05   MID=47388, Token=null, OptionSet={}, "server responds hi"
06:50:37.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R408, 127.0.0.1:8193, complete]!
06:50:37.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R408, 127.0.0.1:8193, complete] completed NON-2.04   MID=47388, Token=242084C8A2FA4E33, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75!
06:50:37.281 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E408,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47388, Token=242084C8A2FA4E33, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75]
06:50:37.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47388]
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L407, 127.0.0.1:8196, complete]!
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L407, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-242084C8A2FA4E33]
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L407, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47388]
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L407, 127.0.0.1:8196, complete] completed CON-POST   MID=47388, Token=242084C8A2FA4E33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47388, Token=242084C8A2FA4E33, OptionSet={"Object-Security":0x09A9}, acked 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44!
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L409, 127.0.0.1:8196] send request
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L409, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L409, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L409, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47389], CON-POST   MID=47389, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L409, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A0D3388662883772], CON-POST   MID=47389, Token=A0D3388662883772, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21
06:50:37.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47389], KeyToken[127.0.0.1:8196-A0D3388662883772]]
06:50:37.283 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E409,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47389, Token=A0D3388662883772, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21]
06:50:37.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47389]
06:50:37.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R410, 127.0.0.1:8193] replace CON-POST   MID=47389, Token=A0D3388662883772, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47389, Token=A0D3388662883772, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R410, 127.0.0.1:8193] send response NON-2.05   MID=47389, Token=null, OptionSet={}, "server responds hi"
06:50:37.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R410, 127.0.0.1:8193, complete]!
06:50:37.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R410, 127.0.0.1:8193, complete] completed NON-2.04   MID=47389, Token=A0D3388662883772, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6!
06:50:37.283 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E410,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47389, Token=A0D3388662883772, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6]
06:50:37.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47389]
06:50:37.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L409, 127.0.0.1:8196, complete]!
06:50:37.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L409, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A0D3388662883772]
06:50:37.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L409, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47389]
06:50:37.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L409, 127.0.0.1:8196, complete] completed CON-POST   MID=47389, Token=A0D3388662883772, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47389, Token=A0D3388662883772, OptionSet={"Object-Security":0x09AA}, acked 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21!
06:50:37.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L411, 127.0.0.1:8196] send request
06:50:37.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L411, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L411, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E
06:50:37.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L411, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47390], CON-POST   MID=47390, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E
06:50:37.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L411, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-945872AA41425EB2], CON-POST   MID=47390, Token=945872AA41425EB2, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E
06:50: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:8196-47390], KeyToken[127.0.0.1:8196-945872AA41425EB2]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.348 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E411,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47390, Token=945872AA41425EB2, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E]
06:50:37.348 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47390]
06:50:37.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R412, 127.0.0.1:8193] replace CON-POST   MID=47390, Token=945872AA41425EB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47390, Token=945872AA41425EB2, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R412, 127.0.0.1:8193] send response NON-2.05   MID=47390, Token=null, OptionSet={}, "server responds hi"
06:50:37.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R412, 127.0.0.1:8193, complete]!
06:50:37.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R412, 127.0.0.1:8193, complete] completed NON-2.04   MID=47390, Token=945872AA41425EB2, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98!
06:50:37.349 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E412,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47390, Token=945872AA41425EB2, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98]
06:50:37.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47390]
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L411, 127.0.0.1:8196, complete]!
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L411, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-945872AA41425EB2]
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L411, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47390]
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L411, 127.0.0.1:8196, complete] completed CON-POST   MID=47390, Token=945872AA41425EB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47390, Token=945872AA41425EB2, OptionSet={"Object-Security":0x09AB}, acked 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E!
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L413, 127.0.0.1:8196] send request
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L413, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L413, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L413, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47391], CON-POST   MID=47391, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7
06:50:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L413, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D4B0147FCB9FF9D8], CON-POST   MID=47391, Token=D4B0147FCB9FF9D8, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7
06:50:37.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47391], KeyToken[127.0.0.1:8196-D4B0147FCB9FF9D8]]
06:50:37.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:8196
06:50:37.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E413,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47391, Token=D4B0147FCB9FF9D8, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7]
06:50:37.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47391]
06:50:37.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R414, 127.0.0.1:8193] replace CON-POST   MID=47391, Token=D4B0147FCB9FF9D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47391, Token=D4B0147FCB9FF9D8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R414, 127.0.0.1:8193] send response NON-2.05   MID=47391, Token=null, OptionSet={}, "server responds hi"
06:50:37.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R414, 127.0.0.1:8193, complete]!
06:50:37.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R414, 127.0.0.1:8193, complete] completed NON-2.04   MID=47391, Token=D4B0147FCB9FF9D8, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E414,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47391, Token=D4B0147FCB9FF9D8, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25]
06:50:37.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47391]
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L413, 127.0.0.1:8196, complete]!
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L413, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D4B0147FCB9FF9D8]
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L413, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47391]
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L413, 127.0.0.1:8196, complete] completed CON-POST   MID=47391, Token=D4B0147FCB9FF9D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47391, Token=D4B0147FCB9FF9D8, OptionSet={"Object-Security":0x09AC}, acked 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7!
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L415, 127.0.0.1:8196] send request
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L415, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L415, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L415, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47392], CON-POST   MID=47392, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L415, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-70CD2DEB938867D5], CON-POST   MID=47392, Token=70CD2DEB938867D5, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82
06:50:37.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47392], KeyToken[127.0.0.1:8196-70CD2DEB938867D5]]
06:50:37.352 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E415,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47392, Token=70CD2DEB938867D5, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82]
06:50:37.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47392]
06:50:37.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R416, 127.0.0.1:8193] replace CON-POST   MID=47392, Token=70CD2DEB938867D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47392, Token=70CD2DEB938867D5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R416, 127.0.0.1:8193] send response NON-2.05   MID=47392, Token=null, OptionSet={}, "server responds hi"
06:50:37.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R416, 127.0.0.1:8193, complete]!
06:50:37.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R416, 127.0.0.1:8193, complete] completed NON-2.04   MID=47392, Token=70CD2DEB938867D5, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F!
06:50:37.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E416,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47392, Token=70CD2DEB938867D5, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F]
06:50:37.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47392]
06:50:37.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L415, 127.0.0.1:8196, complete]!
06:50:37.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L415, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-70CD2DEB938867D5]
06:50:37.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L415, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47392]
06:50:37.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L415, 127.0.0.1:8196, complete] completed CON-POST   MID=47392, Token=70CD2DEB938867D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47392, Token=70CD2DEB938867D5, OptionSet={"Object-Security":0x09AD}, acked 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82!
06:50:37.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L417, 127.0.0.1:8196] send request
06:50:37.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L417, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L417, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42
06:50:37.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L417, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47393], CON-POST   MID=47393, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42
06:50:37.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L417, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9844C3A29546C4A6], CON-POST   MID=47393, Token=9844C3A29546C4A6, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42
06:50:37.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47393], KeyToken[127.0.0.1:8196-9844C3A29546C4A6]]
06:50:37.355 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E417,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47393, Token=9844C3A29546C4A6, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42]
06:50:37.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47393]
06:50:37.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R418, 127.0.0.1:8193] replace CON-POST   MID=47393, Token=9844C3A29546C4A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47393, Token=9844C3A29546C4A6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R418, 127.0.0.1:8193] send response NON-2.05   MID=47393, Token=null, OptionSet={}, "server responds hi"
06:50:37.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R418, 127.0.0.1:8193, complete]!
06:50:37.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R418, 127.0.0.1:8193, complete] completed NON-2.04   MID=47393, Token=9844C3A29546C4A6, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D!
06:50:37.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:8193
06:50:37.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E418,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47393, Token=9844C3A29546C4A6, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D]
06:50:37.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47393]
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L417, 127.0.0.1:8196, complete]!
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L417, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9844C3A29546C4A6]
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L417, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47393]
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L417, 127.0.0.1:8196, complete] completed CON-POST   MID=47393, Token=9844C3A29546C4A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47393, Token=9844C3A29546C4A6, OptionSet={"Object-Security":0x09AE}, acked 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42!
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L419, 127.0.0.1:8196] send request
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L419, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L419, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L419, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47394], CON-POST   MID=47394, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L419, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F0FA54913E9E654F], CON-POST   MID=47394, Token=F0FA54913E9E654F, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27
06:50:37.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47394], KeyToken[127.0.0.1:8196-F0FA54913E9E654F]]
06:50:37.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E419,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47394, Token=F0FA54913E9E654F, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27]
06:50:37.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47394]
06:50:37.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R420, 127.0.0.1:8193] replace CON-POST   MID=47394, Token=F0FA54913E9E654F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47394, Token=F0FA54913E9E654F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R420, 127.0.0.1:8193] send response NON-2.05   MID=47394, Token=null, OptionSet={}, "server responds hi"
06:50:37.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R420, 127.0.0.1:8193, complete]!
06:50:37.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R420, 127.0.0.1:8193, complete] completed NON-2.04   MID=47394, Token=F0FA54913E9E654F, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41!
06:50:37.357 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E420,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47394, Token=F0FA54913E9E654F, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41]
06:50:37.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47394]
06:50:37.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L419, 127.0.0.1:8196, complete]!
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L419, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F0FA54913E9E654F]
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L419, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47394]
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L419, 127.0.0.1:8196, complete] completed CON-POST   MID=47394, Token=F0FA54913E9E654F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47394, Token=F0FA54913E9E654F, OptionSet={"Object-Security":0x09AF}, acked 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27!
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L421, 127.0.0.1:8196] send request
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L421, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L421, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L421, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47395], CON-POST   MID=47395, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L421, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D0915FD73FF49363], CON-POST   MID=47395, Token=D0915FD73FF49363, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3
06:50:37.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47395], KeyToken[127.0.0.1:8196-D0915FD73FF49363]]
06:50:37.358 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E421,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47395, Token=D0915FD73FF49363, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3]
06:50:37.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47395]
06:50:37.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R422, 127.0.0.1:8193] replace CON-POST   MID=47395, Token=D0915FD73FF49363, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47395, Token=D0915FD73FF49363, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R422, 127.0.0.1:8193] send response NON-2.05   MID=47395, Token=null, OptionSet={}, "server responds hi"
06:50:37.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R422, 127.0.0.1:8193, complete]!
06:50:37.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R422, 127.0.0.1:8193, complete] completed NON-2.04   MID=47395, Token=D0915FD73FF49363, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8!
06:50:37.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E422,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47395, Token=D0915FD73FF49363, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8]
06:50:37.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47395]
06:50:37.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L421, 127.0.0.1:8196, complete]!
06:50:37.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L421, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D0915FD73FF49363]
06:50:37.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L421, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47395]
06:50:37.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L421, 127.0.0.1:8196, complete] completed CON-POST   MID=47395, Token=D0915FD73FF49363, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47395, Token=D0915FD73FF49363, OptionSet={"Object-Security":0x09B0}, acked 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3!
06:50:37.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L423, 127.0.0.1:8196] send request
06:50:37.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L423, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L423, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81
06:50:37.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L423, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47396], CON-POST   MID=47396, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81
06:50:37.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L423, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D8304AA2DEE1FCDB], CON-POST   MID=47396, Token=D8304AA2DEE1FCDB, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81
06:50: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:8196-47396], KeyToken[127.0.0.1:8196-D8304AA2DEE1FCDB]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E423,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47396, Token=D8304AA2DEE1FCDB, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81]
06:50:37.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47396]
06:50:37.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R424, 127.0.0.1:8193] replace CON-POST   MID=47396, Token=D8304AA2DEE1FCDB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47396, Token=D8304AA2DEE1FCDB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R424, 127.0.0.1:8193] send response NON-2.05   MID=47396, Token=null, OptionSet={}, "server responds hi"
06:50:37.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R424, 127.0.0.1:8193, complete]!
06:50:37.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R424, 127.0.0.1:8193, complete] completed NON-2.04   MID=47396, Token=D8304AA2DEE1FCDB, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E424,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47396, Token=D8304AA2DEE1FCDB, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47396]
06:50:37.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L423, 127.0.0.1:8196, complete]!
06:50:37.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L423, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D8304AA2DEE1FCDB]
06:50:37.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L423, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47396]
06:50:37.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L423, 127.0.0.1:8196, complete] completed CON-POST   MID=47396, Token=D8304AA2DEE1FCDB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47396, Token=D8304AA2DEE1FCDB, OptionSet={"Object-Security":0x09B1}, acked 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81!
06:50:37.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L425, 127.0.0.1:8196] send request
06:50:37.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L425, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L425, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F
06:50:37.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L425, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47397], CON-POST   MID=47397, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F
06:50:37.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L425, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-64F3595761230DEB], CON-POST   MID=47397, Token=64F3595761230DEB, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F
06:50:37.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47397], KeyToken[127.0.0.1:8196-64F3595761230DEB]]
06:50:37.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:8196
06:50:37.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E425,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47397, Token=64F3595761230DEB, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F]
06:50:37.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47397]
06:50:37.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R426, 127.0.0.1:8193] replace CON-POST   MID=47397, Token=64F3595761230DEB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47397, Token=64F3595761230DEB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R426, 127.0.0.1:8193] send response NON-2.05   MID=47397, Token=null, OptionSet={}, "server responds hi"
06:50:37.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R426, 127.0.0.1:8193, complete]!
06:50:37.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R426, 127.0.0.1:8193, complete] completed NON-2.04   MID=47397, Token=64F3595761230DEB, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70!
06:50:37.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:8193
06:50:37.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E426,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47397, Token=64F3595761230DEB, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70]
06:50:37.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47397]
06:50:37.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L425, 127.0.0.1:8196, complete]!
06:50:37.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L425, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-64F3595761230DEB]
06:50:37.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L425, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47397]
06:50:37.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L425, 127.0.0.1:8196, complete] completed CON-POST   MID=47397, Token=64F3595761230DEB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47397, Token=64F3595761230DEB, OptionSet={"Object-Security":0x09B2}, acked 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F!
06:50:37.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L427, 127.0.0.1:8196] send request
06:50:37.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L427, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L427, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19
06:50:37.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L427, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47398], CON-POST   MID=47398, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19
06:50:37.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L427, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C0D45D1736E8369D], CON-POST   MID=47398, Token=C0D45D1736E8369D, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19
06:50:37.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47398], KeyToken[127.0.0.1:8196-C0D45D1736E8369D]]
06:50:37.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E427,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47398, Token=C0D45D1736E8369D, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19]
06:50:37.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47398]
06:50:37.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R428, 127.0.0.1:8193] replace CON-POST   MID=47398, Token=C0D45D1736E8369D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47398, Token=C0D45D1736E8369D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R428, 127.0.0.1:8193] send response NON-2.05   MID=47398, Token=null, OptionSet={}, "server responds hi"
06:50:37.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R428, 127.0.0.1:8193, complete]!
06:50:37.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R428, 127.0.0.1:8193, complete] completed NON-2.04   MID=47398, Token=C0D45D1736E8369D, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7!
06:50:37.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E428,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47398, Token=C0D45D1736E8369D, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7]
06:50:37.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47398]
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L427, 127.0.0.1:8196, complete]!
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L427, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C0D45D1736E8369D]
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L427, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47398]
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L427, 127.0.0.1:8196, complete] completed CON-POST   MID=47398, Token=C0D45D1736E8369D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47398, Token=C0D45D1736E8369D, OptionSet={"Object-Security":0x09B3}, acked 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19!
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L429, 127.0.0.1:8196] send request
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L429, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L429, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE
06:50:37.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L429, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47399], CON-POST   MID=47399, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE
06:50:37.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L429, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2CEB203BAAC3DC6C], CON-POST   MID=47399, Token=2CEB203BAAC3DC6C, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE
06:50:37.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47399], KeyToken[127.0.0.1:8196-2CEB203BAAC3DC6C]]
06:50:37.366 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E429,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47399, Token=2CEB203BAAC3DC6C, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE]
06:50:37.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47399]
06:50:37.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R430, 127.0.0.1:8193] replace CON-POST   MID=47399, Token=2CEB203BAAC3DC6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47399, Token=2CEB203BAAC3DC6C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R430, 127.0.0.1:8193] send response NON-2.05   MID=47399, Token=null, OptionSet={}, "server responds hi"
06:50:37.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R430, 127.0.0.1:8193, complete]!
06:50:37.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R430, 127.0.0.1:8193, complete] completed NON-2.04   MID=47399, Token=2CEB203BAAC3DC6C, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD!
06:50:37.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:8193
06:50:37.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E430,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47399, Token=2CEB203BAAC3DC6C, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD]
06:50:37.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47399]
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L429, 127.0.0.1:8196, complete]!
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L429, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2CEB203BAAC3DC6C]
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L429, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47399]
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L429, 127.0.0.1:8196, complete] completed CON-POST   MID=47399, Token=2CEB203BAAC3DC6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47399, Token=2CEB203BAAC3DC6C, OptionSet={"Object-Security":0x09B4}, acked 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE!
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L431, 127.0.0.1:8196] send request
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L431, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L431, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L431, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47400], CON-POST   MID=47400, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8
06:50:37.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L431, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-247C336040CE0A58], CON-POST   MID=47400, Token=247C336040CE0A58, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8
06:50:37.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47400], KeyToken[127.0.0.1:8196-247C336040CE0A58]]
06:50:37.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:8196
06:50:37.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E431,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47400, Token=247C336040CE0A58, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8]
06:50:37.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47400]
06:50:37.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R432, 127.0.0.1:8193] replace CON-POST   MID=47400, Token=247C336040CE0A58, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47400, Token=247C336040CE0A58, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R432, 127.0.0.1:8193] send response NON-2.05   MID=47400, Token=null, OptionSet={}, "server responds hi"
06:50:37.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R432, 127.0.0.1:8193, complete]!
06:50:37.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R432, 127.0.0.1:8193, complete] completed NON-2.04   MID=47400, Token=247C336040CE0A58, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA!
06:50:37.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E432,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47400, Token=247C336040CE0A58, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA]
06:50:37.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47400]
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L431, 127.0.0.1:8196, complete]!
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L431, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-247C336040CE0A58]
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L431, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47400]
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L431, 127.0.0.1:8196, complete] completed CON-POST   MID=47400, Token=247C336040CE0A58, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47400, Token=247C336040CE0A58, OptionSet={"Object-Security":0x09B5}, acked 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8!
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L433, 127.0.0.1:8196] send request
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L433, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L433, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L433, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47401], CON-POST   MID=47401, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L433, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A05B7527B7D9C88A], CON-POST   MID=47401, Token=A05B7527B7D9C88A, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3
06:50:37.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47401], KeyToken[127.0.0.1:8196-A05B7527B7D9C88A]]
06:50:37.369 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E433,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47401, Token=A05B7527B7D9C88A, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3]
06:50:37.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47401]
06:50:37.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R434, 127.0.0.1:8193] replace CON-POST   MID=47401, Token=A05B7527B7D9C88A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47401, Token=A05B7527B7D9C88A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R434, 127.0.0.1:8193] send response NON-2.05   MID=47401, Token=null, OptionSet={}, "server responds hi"
06:50:37.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R434, 127.0.0.1:8193, complete]!
06:50:37.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R434, 127.0.0.1:8193, complete] completed NON-2.04   MID=47401, Token=A05B7527B7D9C88A, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3!
06:50:37.370 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E434,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47401, Token=A05B7527B7D9C88A, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3]
06:50:37.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47401]
06:50:37.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L433, 127.0.0.1:8196, complete]!
06:50:37.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L433, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A05B7527B7D9C88A]
06:50:37.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L433, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47401]
06:50:37.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L433, 127.0.0.1:8196, complete] completed CON-POST   MID=47401, Token=A05B7527B7D9C88A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47401, Token=A05B7527B7D9C88A, OptionSet={"Object-Security":0x09B6}, acked 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3!
06:50:37.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L435, 127.0.0.1:8196] send request
06:50:37.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L435, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L435, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7
06:50:37.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L435, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47402], CON-POST   MID=47402, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7
06:50:37.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L435, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4C6D4E7EF24985E1], CON-POST   MID=47402, Token=4C6D4E7EF24985E1, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7
06:50:37.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47402], KeyToken[127.0.0.1:8196-4C6D4E7EF24985E1]]
06:50:37.371 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E435,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47402, Token=4C6D4E7EF24985E1, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7]
06:50:37.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47402]
06:50:37.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R436, 127.0.0.1:8193] replace CON-POST   MID=47402, Token=4C6D4E7EF24985E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47402, Token=4C6D4E7EF24985E1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R436, 127.0.0.1:8193] send response NON-2.05   MID=47402, Token=null, OptionSet={}, "server responds hi"
06:50:37.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R436, 127.0.0.1:8193, complete]!
06:50:37.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R436, 127.0.0.1:8193, complete] completed NON-2.04   MID=47402, Token=4C6D4E7EF24985E1, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68!
06:50:37.372 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E436,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47402, Token=4C6D4E7EF24985E1, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68]
06:50:37.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47402]
06:50:37.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L435, 127.0.0.1:8196, complete]!
06:50:37.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L435, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4C6D4E7EF24985E1]
06:50:37.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L435, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47402]
06:50:37.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L435, 127.0.0.1:8196, complete] completed CON-POST   MID=47402, Token=4C6D4E7EF24985E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47402, Token=4C6D4E7EF24985E1, OptionSet={"Object-Security":0x09B7}, acked BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7!
06:50:37.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L437, 127.0.0.1:8196] send request
06:50:37.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L437, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L437, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8
06:50:37.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L437, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47403], CON-POST   MID=47403, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8
06:50:37.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L437, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-241980E1E174F6C3], CON-POST   MID=47403, Token=241980E1E174F6C3, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8
06:50:37.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47403], KeyToken[127.0.0.1:8196-241980E1E174F6C3]]
06:50:37.373 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E437,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47403, Token=241980E1E174F6C3, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8]
06:50:37.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47403]
06:50:37.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R438, 127.0.0.1:8193] replace CON-POST   MID=47403, Token=241980E1E174F6C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47403, Token=241980E1E174F6C3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R438, 127.0.0.1:8193] send response NON-2.05   MID=47403, Token=null, OptionSet={}, "server responds hi"
06:50:37.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R438, 127.0.0.1:8193, complete]!
06:50:37.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R438, 127.0.0.1:8193, complete] completed NON-2.04   MID=47403, Token=241980E1E174F6C3, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD!
06:50:37.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:8193
06:50:37.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E438,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47403, Token=241980E1E174F6C3, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD]
06:50:37.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47403]
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L437, 127.0.0.1:8196, complete]!
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L437, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-241980E1E174F6C3]
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L437, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47403]
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L437, 127.0.0.1:8196, complete] completed CON-POST   MID=47403, Token=241980E1E174F6C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47403, Token=241980E1E174F6C3, OptionSet={"Object-Security":0x09B8}, acked 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8!
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L439, 127.0.0.1:8196] send request
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L439, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L439, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L439, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47404], CON-POST   MID=47404, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L439, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4838D238837B9FE], CON-POST   MID=47404, Token=E4838D238837B9FE, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB
06:50:37.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47404], KeyToken[127.0.0.1:8196-E4838D238837B9FE]]
06:50:37.374 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E439,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47404, Token=E4838D238837B9FE, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB]
06:50:37.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47404]
06:50:37.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R440, 127.0.0.1:8193] replace CON-POST   MID=47404, Token=E4838D238837B9FE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47404, Token=E4838D238837B9FE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R440, 127.0.0.1:8193] send response NON-2.05   MID=47404, Token=null, OptionSet={}, "server responds hi"
06:50:37.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R440, 127.0.0.1:8193, complete]!
06:50:37.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R440, 127.0.0.1:8193, complete] completed NON-2.04   MID=47404, Token=E4838D238837B9FE, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6!
06:50:37.375 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E440,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47404, Token=E4838D238837B9FE, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6]
06:50:37.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47404]
06:50:37.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L439, 127.0.0.1:8196, complete]!
06:50:37.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L439, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4838D238837B9FE]
06:50:37.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L439, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47404]
06:50:37.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L439, 127.0.0.1:8196, complete] completed CON-POST   MID=47404, Token=E4838D238837B9FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47404, Token=E4838D238837B9FE, OptionSet={"Object-Security":0x09B9}, acked 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB!
06:50:37.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L441, 127.0.0.1:8196] send request
06:50:37.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L441, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L441, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2
06:50:37.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L441, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47405], CON-POST   MID=47405, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2
06:50:37.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L441, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-382D2579025E0A98], CON-POST   MID=47405, Token=382D2579025E0A98, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2
06:50:37.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47405], KeyToken[127.0.0.1:8196-382D2579025E0A98]]
06:50:37.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E441,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47405, Token=382D2579025E0A98, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2]
06:50:37.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47405]
06:50:37.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R442, 127.0.0.1:8193] replace CON-POST   MID=47405, Token=382D2579025E0A98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47405, Token=382D2579025E0A98, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R442, 127.0.0.1:8193] send response NON-2.05   MID=47405, Token=null, OptionSet={}, "server responds hi"
06:50:37.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R442, 127.0.0.1:8193, complete]!
06:50:37.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R442, 127.0.0.1:8193, complete] completed NON-2.04   MID=47405, Token=382D2579025E0A98, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36!
06:50:37.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E442,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47405, Token=382D2579025E0A98, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36]
06:50:37.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47405]
06:50:37.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L441, 127.0.0.1:8196, complete]!
06:50:37.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L441, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-382D2579025E0A98]
06:50:37.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L441, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47405]
06:50:37.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L441, 127.0.0.1:8196, complete] completed CON-POST   MID=47405, Token=382D2579025E0A98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47405, Token=382D2579025E0A98, OptionSet={"Object-Security":0x09BA}, acked 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2!
06:50:37.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L443, 127.0.0.1:8196] send request
06:50:37.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L443, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L443, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1
06:50:37.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L443, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47406], CON-POST   MID=47406, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1
06:50:37.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L443, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-343951C67F066B3F], CON-POST   MID=47406, Token=343951C67F066B3F, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1
06:50:37.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47406], KeyToken[127.0.0.1:8196-343951C67F066B3F]]
06:50:37.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E443,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47406, Token=343951C67F066B3F, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1]
06:50:37.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47406]
06:50:37.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R444, 127.0.0.1:8193] replace CON-POST   MID=47406, Token=343951C67F066B3F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47406, Token=343951C67F066B3F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R444, 127.0.0.1:8193] send response NON-2.05   MID=47406, Token=null, OptionSet={}, "server responds hi"
06:50:37.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R444, 127.0.0.1:8193, complete]!
06:50:37.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R444, 127.0.0.1:8193, complete] completed NON-2.04   MID=47406, Token=343951C67F066B3F, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60!
06:50:37.379 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E444,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47406, Token=343951C67F066B3F, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60]
06:50:37.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47406]
06:50:37.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L443, 127.0.0.1:8196, complete]!
06:50:37.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L443, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-343951C67F066B3F]
06:50:37.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L443, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47406]
06:50:37.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L443, 127.0.0.1:8196, complete] completed CON-POST   MID=47406, Token=343951C67F066B3F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47406, Token=343951C67F066B3F, OptionSet={"Object-Security":0x09BB}, acked 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1!
06:50:37.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L445, 127.0.0.1:8196] send request
06:50:37.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L445, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L445, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63
06:50:37.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L445, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47407], CON-POST   MID=47407, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63
06:50:37.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L445, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-78FC3EC961C2CE01], CON-POST   MID=47407, Token=78FC3EC961C2CE01, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63
06:50:37.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47407], KeyToken[127.0.0.1:8196-78FC3EC961C2CE01]]
06:50:37.380 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E445,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47407, Token=78FC3EC961C2CE01, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63]
06:50:37.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47407]
06:50:37.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R446, 127.0.0.1:8193] replace CON-POST   MID=47407, Token=78FC3EC961C2CE01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47407, Token=78FC3EC961C2CE01, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R446, 127.0.0.1:8193] send response NON-2.05   MID=47407, Token=null, OptionSet={}, "server responds hi"
06:50:37.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R446, 127.0.0.1:8193, complete]!
06:50:37.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R446, 127.0.0.1:8193, complete] completed NON-2.04   MID=47407, Token=78FC3EC961C2CE01, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27!
06:50:37.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:8193
06:50:37.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E446,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47407, Token=78FC3EC961C2CE01, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27]
06:50:37.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47407]
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L445, 127.0.0.1:8196, complete]!
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L445, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-78FC3EC961C2CE01]
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L445, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47407]
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L445, 127.0.0.1:8196, complete] completed CON-POST   MID=47407, Token=78FC3EC961C2CE01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47407, Token=78FC3EC961C2CE01, OptionSet={"Object-Security":0x09BC}, acked 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63!
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L447, 127.0.0.1:8196] send request
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L447, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L447, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L447, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47408], CON-POST   MID=47408, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L447, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8C52350B24867B82], CON-POST   MID=47408, Token=8C52350B24867B82, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7
06:50:37.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47408], KeyToken[127.0.0.1:8196-8C52350B24867B82]]
06:50:37.381 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E447,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47408, Token=8C52350B24867B82, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7]
06:50:37.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47408]
06:50:37.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R448, 127.0.0.1:8193] replace CON-POST   MID=47408, Token=8C52350B24867B82, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47408, Token=8C52350B24867B82, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R448, 127.0.0.1:8193] send response NON-2.05   MID=47408, Token=null, OptionSet={}, "server responds hi"
06:50:37.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R448, 127.0.0.1:8193, complete]!
06:50:37.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R448, 127.0.0.1:8193, complete] completed NON-2.04   MID=47408, Token=8C52350B24867B82, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9!
06:50:37.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:8193
06:50:37.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E448,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47408, Token=8C52350B24867B82, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9]
06:50:37.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47408]
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L447, 127.0.0.1:8196, complete]!
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L447, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8C52350B24867B82]
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L447, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47408]
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L447, 127.0.0.1:8196, complete] completed CON-POST   MID=47408, Token=8C52350B24867B82, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47408, Token=8C52350B24867B82, OptionSet={"Object-Security":0x09BD}, acked 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7!
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L449, 127.0.0.1:8196] send request
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L449, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L449, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L449, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47409], CON-POST   MID=47409, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L449, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-60A303057CE96463], CON-POST   MID=47409, Token=60A303057CE96463, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4
06:50:37.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47409], KeyToken[127.0.0.1:8196-60A303057CE96463]]
06:50:37.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:8196
06:50:37.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E449,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47409, Token=60A303057CE96463, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4]
06:50:37.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47409]
06:50:37.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R450, 127.0.0.1:8193] replace CON-POST   MID=47409, Token=60A303057CE96463, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47409, Token=60A303057CE96463, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R450, 127.0.0.1:8193] send response NON-2.05   MID=47409, Token=null, OptionSet={}, "server responds hi"
06:50:37.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R450, 127.0.0.1:8193, complete]!
06:50:37.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R450, 127.0.0.1:8193, complete] completed NON-2.04   MID=47409, Token=60A303057CE96463, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0!
06:50:37.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:8193
06:50:37.448 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E450,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47409, Token=60A303057CE96463, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0]
06:50:37.448 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47409]
06:50:37.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L449, 127.0.0.1:8196, complete]!
06:50:37.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L449, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-60A303057CE96463]
06:50:37.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L449, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47409]
06:50:37.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L449, 127.0.0.1:8196, complete] completed CON-POST   MID=47409, Token=60A303057CE96463, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47409, Token=60A303057CE96463, OptionSet={"Object-Security":0x09BE}, acked 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4!
06:50:37.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L451, 127.0.0.1:8196] send request
06:50:37.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L451, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L451, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39
06:50:37.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L451, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47410], CON-POST   MID=47410, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39
06:50:37.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L451, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A060B0029297BF77], CON-POST   MID=47410, Token=A060B0029297BF77, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39
06:50: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:8196-47410], KeyToken[127.0.0.1:8196-A060B0029297BF77]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E451,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47410, Token=A060B0029297BF77, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39]
06:50:37.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47410]
06:50:37.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R452, 127.0.0.1:8193] replace CON-POST   MID=47410, Token=A060B0029297BF77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47410, Token=A060B0029297BF77, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R452, 127.0.0.1:8193] send response NON-2.05   MID=47410, Token=null, OptionSet={}, "server responds hi"
06:50:37.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R452, 127.0.0.1:8193, complete]!
06:50:37.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R452, 127.0.0.1:8193, complete] completed NON-2.04   MID=47410, Token=A060B0029297BF77, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E!
06:50:37.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:8193
06:50:37.450 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E452,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47410, Token=A060B0029297BF77, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E]
06:50:37.450 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47410]
06:50:37.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L451, 127.0.0.1:8196, complete]!
06:50:37.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L451, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A060B0029297BF77]
06:50:37.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L451, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47410]
06:50:37.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L451, 127.0.0.1:8196, complete] completed CON-POST   MID=47410, Token=A060B0029297BF77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47410, Token=A060B0029297BF77, OptionSet={"Object-Security":0x09BF}, acked 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39!
06:50:37.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L453, 127.0.0.1:8196] send request
06:50:37.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L453, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L453, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF
06:50:37.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L453, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47411], CON-POST   MID=47411, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF
06:50:37.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L453, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-443FE21E7211C5A5], CON-POST   MID=47411, Token=443FE21E7211C5A5, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF
06:50:37.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47411], KeyToken[127.0.0.1:8196-443FE21E7211C5A5]]
06:50:37.451 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E453,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47411, Token=443FE21E7211C5A5, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF]
06:50:37.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47411]
06:50:37.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R454, 127.0.0.1:8193] replace CON-POST   MID=47411, Token=443FE21E7211C5A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47411, Token=443FE21E7211C5A5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R454, 127.0.0.1:8193] send response NON-2.05   MID=47411, Token=null, OptionSet={}, "server responds hi"
06:50:37.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R454, 127.0.0.1:8193, complete]!
06:50:37.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R454, 127.0.0.1:8193, complete] completed NON-2.04   MID=47411, Token=443FE21E7211C5A5, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E454,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47411, Token=443FE21E7211C5A5, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21]
06:50:37.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47411]
06:50:37.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L453, 127.0.0.1:8196, complete]!
06:50:37.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L453, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-443FE21E7211C5A5]
06:50:37.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L453, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47411]
06:50:37.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L453, 127.0.0.1:8196, complete] completed CON-POST   MID=47411, Token=443FE21E7211C5A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47411, Token=443FE21E7211C5A5, OptionSet={"Object-Security":0x09C0}, acked A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF!
06:50:37.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L455, 127.0.0.1:8196] send request
06:50:37.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L455, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L455, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34
06:50:37.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L455, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47412], CON-POST   MID=47412, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34
06:50:37.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L455, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-30A5299EBC64414E], CON-POST   MID=47412, Token=30A5299EBC64414E, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34
06:50: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:8196-47412], KeyToken[127.0.0.1:8196-30A5299EBC64414E]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E455,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47412, Token=30A5299EBC64414E, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34]
06:50:37.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47412]
06:50:37.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R456, 127.0.0.1:8193] replace CON-POST   MID=47412, Token=30A5299EBC64414E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47412, Token=30A5299EBC64414E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R456, 127.0.0.1:8193] send response NON-2.05   MID=47412, Token=null, OptionSet={}, "server responds hi"
06:50:37.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R456, 127.0.0.1:8193, complete]!
06:50:37.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R456, 127.0.0.1:8193, complete] completed NON-2.04   MID=47412, Token=30A5299EBC64414E, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E456,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47412, Token=30A5299EBC64414E, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E]
06:50: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:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47412]
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L455, 127.0.0.1:8196, complete]!
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L455, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-30A5299EBC64414E]
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L455, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47412]
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L455, 127.0.0.1:8196, complete] completed CON-POST   MID=47412, Token=30A5299EBC64414E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47412, Token=30A5299EBC64414E, OptionSet={"Object-Security":0x09C1}, acked 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34!
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L457, 127.0.0.1:8196] send request
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L457, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L457, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L457, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47413], CON-POST   MID=47413, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L457, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A4A4159B9841FE4E], CON-POST   MID=47413, Token=A4A4159B9841FE4E, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B
06:50:37.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47413], KeyToken[127.0.0.1:8196-A4A4159B9841FE4E]]
06:50: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 40 bytes to 127.0.0.1:8196
06:50:37.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E457,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47413, Token=A4A4159B9841FE4E, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B]
06:50:37.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47413]
06:50:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R458, 127.0.0.1:8193] replace CON-POST   MID=47413, Token=A4A4159B9841FE4E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47413, Token=A4A4159B9841FE4E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R458, 127.0.0.1:8193] send response NON-2.05   MID=47413, Token=null, OptionSet={}, "server responds hi"
06:50:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R458, 127.0.0.1:8193, complete]!
06:50:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R458, 127.0.0.1:8193, complete] completed NON-2.04   MID=47413, Token=A4A4159B9841FE4E, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C!
06:50:37.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E458,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47413, Token=A4A4159B9841FE4E, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C]
06:50:37.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47413]
06:50:37.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L457, 127.0.0.1:8196, complete]!
06:50:37.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L457, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A4A4159B9841FE4E]
06:50:37.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L457, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47413]
06:50:37.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L457, 127.0.0.1:8196, complete] completed CON-POST   MID=47413, Token=A4A4159B9841FE4E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47413, Token=A4A4159B9841FE4E, OptionSet={"Object-Security":0x09C2}, acked BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B!
06:50:37.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L459, 127.0.0.1:8196] send request
06:50:37.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L459, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L459, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A
06:50:37.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L459, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47414], CON-POST   MID=47414, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A
06:50:37.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L459, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-ECB72EFB1D4B1EC5], CON-POST   MID=47414, Token=ECB72EFB1D4B1EC5, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A
06:50: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:8196-47414], KeyToken[127.0.0.1:8196-ECB72EFB1D4B1EC5]]
06:50: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:8196
06:50:37.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E459,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47414, Token=ECB72EFB1D4B1EC5, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A]
06:50:37.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47414]
06:50:37.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R460, 127.0.0.1:8193] replace CON-POST   MID=47414, Token=ECB72EFB1D4B1EC5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47414, Token=ECB72EFB1D4B1EC5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R460, 127.0.0.1:8193] send response NON-2.05   MID=47414, Token=null, OptionSet={}, "server responds hi"
06:50:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R460, 127.0.0.1:8193, complete]!
06:50:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R460, 127.0.0.1:8193, complete] completed NON-2.04   MID=47414, Token=ECB72EFB1D4B1EC5, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6!
06:50: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 42 bytes to 127.0.0.1:8193
06:50:37.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E460,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47414, Token=ECB72EFB1D4B1EC5, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6]
06:50:37.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47414]
06:50:37.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L459, 127.0.0.1:8196, complete]!
06:50:37.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L459, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-ECB72EFB1D4B1EC5]
06:50:37.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L459, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47414]
06:50:37.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L459, 127.0.0.1:8196, complete] completed CON-POST   MID=47414, Token=ECB72EFB1D4B1EC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47414, Token=ECB72EFB1D4B1EC5, OptionSet={"Object-Security":0x09C3}, acked 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A!
06:50:37.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L461, 127.0.0.1:8196] send request
06:50:37.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L461, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L461, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37
06:50:37.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L461, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47415], CON-POST   MID=47415, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37
06:50:37.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L461, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3810DBE96C2C88DF], CON-POST   MID=47415, Token=3810DBE96C2C88DF, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37
06:50:37.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47415], KeyToken[127.0.0.1:8196-3810DBE96C2C88DF]]
06:50:37.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E461,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47415, Token=3810DBE96C2C88DF, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37]
06:50:37.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47415]
06:50:37.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R462, 127.0.0.1:8193] replace CON-POST   MID=47415, Token=3810DBE96C2C88DF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47415, Token=3810DBE96C2C88DF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R462, 127.0.0.1:8193] send response NON-2.05   MID=47415, Token=null, OptionSet={}, "server responds hi"
06:50:37.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R462, 127.0.0.1:8193, complete]!
06:50:37.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R462, 127.0.0.1:8193, complete] completed NON-2.04   MID=47415, Token=3810DBE96C2C88DF, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57!
06:50:37.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:8193
06:50:37.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E462,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47415, Token=3810DBE96C2C88DF, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57]
06:50:37.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47415]
06:50:37.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50: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
06:50:37.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L461, 127.0.0.1:8196, complete]!
06:50:37.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L461, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3810DBE96C2C88DF]
06:50:37.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L461, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47415]
06:50:37.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L461, 127.0.0.1:8196, complete] completed CON-POST   MID=47415, Token=3810DBE96C2C88DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47415, Token=3810DBE96C2C88DF, OptionSet={"Object-Security":0x09C4}, acked 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37!
06:50:37.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L463, 127.0.0.1:8196] send request
06:50:37.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L463, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L463, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A
06:50:37.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L463, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47416], CON-POST   MID=47416, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A
06:50:37.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L463, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DC29BE7FD1A00D14], CON-POST   MID=47416, Token=DC29BE7FD1A00D14, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A
06:50:37.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47416], KeyToken[127.0.0.1:8196-DC29BE7FD1A00D14]]
06:50:37.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:8196
06:50:37.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E463,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47416, Token=DC29BE7FD1A00D14, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A]
06:50:37.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47416]
06:50:37.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R464, 127.0.0.1:8193] replace CON-POST   MID=47416, Token=DC29BE7FD1A00D14, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47416, Token=DC29BE7FD1A00D14, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R464, 127.0.0.1:8193] send response NON-2.05   MID=47416, Token=null, OptionSet={}, "server responds hi"
06:50:37.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R464, 127.0.0.1:8193, complete]!
06:50:37.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R464, 127.0.0.1:8193, complete] completed NON-2.04   MID=47416, Token=DC29BE7FD1A00D14, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5!
06:50:37.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:8193
06:50:37.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E464,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47416, Token=DC29BE7FD1A00D14, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5]
06:50:37.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47416]
06:50:37.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L463, 127.0.0.1:8196, complete]!
06:50:37.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L463, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DC29BE7FD1A00D14]
06:50:37.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L463, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47416]
06:50:37.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L463, 127.0.0.1:8196, complete] completed CON-POST   MID=47416, Token=DC29BE7FD1A00D14, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47416, Token=DC29BE7FD1A00D14, OptionSet={"Object-Security":0x09C5}, acked 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A!
06:50:37.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L465, 127.0.0.1:8196] send request
06:50:37.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L465, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L465, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA
06:50:37.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L465, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47417], CON-POST   MID=47417, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA
06:50:37.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L465, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-94BE4134D555C627], CON-POST   MID=47417, Token=94BE4134D555C627, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA
06:50:37.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47417], KeyToken[127.0.0.1:8196-94BE4134D555C627]]
06:50:37.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E465,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47417, Token=94BE4134D555C627, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA]
06:50:37.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47417]
06:50:37.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R466, 127.0.0.1:8193] replace CON-POST   MID=47417, Token=94BE4134D555C627, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47417, Token=94BE4134D555C627, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R466, 127.0.0.1:8193] send response NON-2.05   MID=47417, Token=null, OptionSet={}, "server responds hi"
06:50:37.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R466, 127.0.0.1:8193, complete]!
06:50:37.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R466, 127.0.0.1:8193, complete] completed NON-2.04   MID=47417, Token=94BE4134D555C627, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12!
06:50:37.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:8193
06:50:37.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E466,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47417, Token=94BE4134D555C627, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12]
06:50:37.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47417]
06:50:37.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L465, 127.0.0.1:8196, complete]!
06:50:37.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L465, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-94BE4134D555C627]
06:50:37.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L465, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47417]
06:50:37.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L465, 127.0.0.1:8196, complete] completed CON-POST   MID=47417, Token=94BE4134D555C627, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47417, Token=94BE4134D555C627, OptionSet={"Object-Security":0x09C6}, acked 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA!
06:50:37.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L467, 127.0.0.1:8196] send request
06:50:37.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L467, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L467, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02
06:50:37.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L467, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47418], CON-POST   MID=47418, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02
06:50:37.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L467, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-849C643E74A14C64], CON-POST   MID=47418, Token=849C643E74A14C64, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02
06:50:37.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47418], KeyToken[127.0.0.1:8196-849C643E74A14C64]]
06:50:37.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:8196
06:50:37.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E467,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47418, Token=849C643E74A14C64, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02]
06:50:37.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47418]
06:50:37.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R468, 127.0.0.1:8193] replace CON-POST   MID=47418, Token=849C643E74A14C64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47418, Token=849C643E74A14C64, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R468, 127.0.0.1:8193] send response NON-2.05   MID=47418, Token=null, OptionSet={}, "server responds hi"
06:50:37.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R468, 127.0.0.1:8193, complete]!
06:50:37.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R468, 127.0.0.1:8193, complete] completed NON-2.04   MID=47418, Token=849C643E74A14C64, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC!
06:50:37.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E468,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47418, Token=849C643E74A14C64, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC]
06:50:37.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47418]
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L467, 127.0.0.1:8196, complete]!
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L467, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-849C643E74A14C64]
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L467, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47418]
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L467, 127.0.0.1:8196, complete] completed CON-POST   MID=47418, Token=849C643E74A14C64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47418, Token=849C643E74A14C64, OptionSet={"Object-Security":0x09C7}, acked 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02!
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L469, 127.0.0.1:8196] send request
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L469, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L469, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L469, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47419], CON-POST   MID=47419, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C
06:50:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L469, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FCEDF3E277B8E03B], CON-POST   MID=47419, Token=FCEDF3E277B8E03B, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C
06:50: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:8196-47419], KeyToken[127.0.0.1:8196-FCEDF3E277B8E03B]]
06:50:37.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E469,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47419, Token=FCEDF3E277B8E03B, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C]
06:50:37.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47419]
06:50:37.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R470, 127.0.0.1:8193] replace CON-POST   MID=47419, Token=FCEDF3E277B8E03B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47419, Token=FCEDF3E277B8E03B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R470, 127.0.0.1:8193] send response NON-2.05   MID=47419, Token=null, OptionSet={}, "server responds hi"
06:50:37.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R470, 127.0.0.1:8193, complete]!
06:50:37.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R470, 127.0.0.1:8193, complete] completed NON-2.04   MID=47419, Token=FCEDF3E277B8E03B, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4!
06:50: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:8193
06:50:37.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E470,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47419, Token=FCEDF3E277B8E03B, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4]
06:50:37.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47419]
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L469, 127.0.0.1:8196, complete]!
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L469, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FCEDF3E277B8E03B]
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L469, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47419]
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L469, 127.0.0.1:8196, complete] completed CON-POST   MID=47419, Token=FCEDF3E277B8E03B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47419, Token=FCEDF3E277B8E03B, OptionSet={"Object-Security":0x09C8}, acked 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C!
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L471, 127.0.0.1:8196] send request
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L471, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L471, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB
06:50:37.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L471, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47420], CON-POST   MID=47420, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB
06:50:37.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L471, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-30E9257D7C9656E3], CON-POST   MID=47420, Token=30E9257D7C9656E3, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB
06:50:37.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47420], KeyToken[127.0.0.1:8196-30E9257D7C9656E3]]
06:50:37.474 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E471,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47420, Token=30E9257D7C9656E3, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB]
06:50:37.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47420]
06:50:37.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R472, 127.0.0.1:8193] replace CON-POST   MID=47420, Token=30E9257D7C9656E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47420, Token=30E9257D7C9656E3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R472, 127.0.0.1:8193] send response NON-2.05   MID=47420, Token=null, OptionSet={}, "server responds hi"
06:50:37.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R472, 127.0.0.1:8193, complete]!
06:50:37.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R472, 127.0.0.1:8193, complete] completed NON-2.04   MID=47420, Token=30E9257D7C9656E3, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47!
06:50:37.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E472,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47420, Token=30E9257D7C9656E3, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47]
06:50:37.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47420]
06:50:37.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L471, 127.0.0.1:8196, complete]!
06:50:37.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L471, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-30E9257D7C9656E3]
06:50:37.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L471, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47420]
06:50:37.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L471, 127.0.0.1:8196, complete] completed CON-POST   MID=47420, Token=30E9257D7C9656E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47420, Token=30E9257D7C9656E3, OptionSet={"Object-Security":0x09C9}, acked 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB!
06:50:37.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L473, 127.0.0.1:8196] send request
06:50:37.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L473, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L473, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE
06:50:37.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L473, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47421], CON-POST   MID=47421, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE
06:50:37.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L473, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-74BD90B8B73EE247], CON-POST   MID=47421, Token=74BD90B8B73EE247, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE
06:50:37.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47421], KeyToken[127.0.0.1:8196-74BD90B8B73EE247]]
06:50:37.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E473,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47421, Token=74BD90B8B73EE247, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE]
06:50:37.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47421]
06:50:37.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R474, 127.0.0.1:8193] replace CON-POST   MID=47421, Token=74BD90B8B73EE247, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47421, Token=74BD90B8B73EE247, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R474, 127.0.0.1:8193] send response NON-2.05   MID=47421, Token=null, OptionSet={}, "server responds hi"
06:50:37.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R474, 127.0.0.1:8193, complete]!
06:50:37.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R474, 127.0.0.1:8193, complete] completed NON-2.04   MID=47421, Token=74BD90B8B73EE247, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79!
06:50:37.477 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E474,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47421, Token=74BD90B8B73EE247, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79]
06:50:37.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47421]
06:50:37.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L473, 127.0.0.1:8196, complete]!
06:50:37.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L473, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-74BD90B8B73EE247]
06:50:37.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L473, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47421]
06:50:37.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L473, 127.0.0.1:8196, complete] completed CON-POST   MID=47421, Token=74BD90B8B73EE247, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47421, Token=74BD90B8B73EE247, OptionSet={"Object-Security":0x09CA}, acked 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE!
06:50:37.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L475, 127.0.0.1:8196] send request
06:50:37.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L475, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L475, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD
06:50:37.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L475, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47422], CON-POST   MID=47422, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD
06:50:37.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L475, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F0FF6CC18C4C8BFD], CON-POST   MID=47422, Token=F0FF6CC18C4C8BFD, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD
06:50:37.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47422], KeyToken[127.0.0.1:8196-F0FF6CC18C4C8BFD]]
06:50:37.478 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E475,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47422, Token=F0FF6CC18C4C8BFD, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD]
06:50:37.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47422]
06:50:37.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R476, 127.0.0.1:8193] replace CON-POST   MID=47422, Token=F0FF6CC18C4C8BFD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47422, Token=F0FF6CC18C4C8BFD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R476, 127.0.0.1:8193] send response NON-2.05   MID=47422, Token=null, OptionSet={}, "server responds hi"
06:50:37.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R476, 127.0.0.1:8193, complete]!
06:50:37.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R476, 127.0.0.1:8193, complete] completed NON-2.04   MID=47422, Token=F0FF6CC18C4C8BFD, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0!
06:50:37.479 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E476,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47422, Token=F0FF6CC18C4C8BFD, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0]
06:50:37.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47422]
06:50:37.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L475, 127.0.0.1:8196, complete]!
06:50:37.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L475, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F0FF6CC18C4C8BFD]
06:50:37.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L475, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47422]
06:50:37.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L475, 127.0.0.1:8196, complete] completed CON-POST   MID=47422, Token=F0FF6CC18C4C8BFD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47422, Token=F0FF6CC18C4C8BFD, OptionSet={"Object-Security":0x09CB}, acked 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD!
06:50:37.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L477, 127.0.0.1:8196] send request
06:50:37.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L477, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L477, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC
06:50:37.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L477, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47423], CON-POST   MID=47423, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC
06:50:37.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L477, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2CEB4524DF1495E1], CON-POST   MID=47423, Token=2CEB4524DF1495E1, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC
06:50:37.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47423], KeyToken[127.0.0.1:8196-2CEB4524DF1495E1]]
06:50:37.480 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E477,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47423, Token=2CEB4524DF1495E1, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC]
06:50:37.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47423]
06:50:37.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R478, 127.0.0.1:8193] replace CON-POST   MID=47423, Token=2CEB4524DF1495E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47423, Token=2CEB4524DF1495E1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R478, 127.0.0.1:8193] send response NON-2.05   MID=47423, Token=null, OptionSet={}, "server responds hi"
06:50:37.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R478, 127.0.0.1:8193, complete]!
06:50:37.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R478, 127.0.0.1:8193, complete] completed NON-2.04   MID=47423, Token=2CEB4524DF1495E1, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD!
06:50:37.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E478,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47423, Token=2CEB4524DF1495E1, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD]
06:50:37.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47423]
06:50:37.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L477, 127.0.0.1:8196, complete]!
06:50:37.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L477, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2CEB4524DF1495E1]
06:50:37.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L477, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47423]
06:50:37.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L477, 127.0.0.1:8196, complete] completed CON-POST   MID=47423, Token=2CEB4524DF1495E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47423, Token=2CEB4524DF1495E1, OptionSet={"Object-Security":0x09CC}, acked C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC!
06:50:37.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L479, 127.0.0.1:8196] send request
06:50:37.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L479, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L479, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40
06:50:37.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L479, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47424], CON-POST   MID=47424, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40
06:50:37.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L479, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E405CFC582DD5E25], CON-POST   MID=47424, Token=E405CFC582DD5E25, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40
06:50:37.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47424], KeyToken[127.0.0.1:8196-E405CFC582DD5E25]]
06:50:37.482 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E479,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47424, Token=E405CFC582DD5E25, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40]
06:50:37.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47424]
06:50:37.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R480, 127.0.0.1:8193] replace CON-POST   MID=47424, Token=E405CFC582DD5E25, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47424, Token=E405CFC582DD5E25, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R480, 127.0.0.1:8193] send response NON-2.05   MID=47424, Token=null, OptionSet={}, "server responds hi"
06:50:37.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R480, 127.0.0.1:8193, complete]!
06:50:37.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R480, 127.0.0.1:8193, complete] completed NON-2.04   MID=47424, Token=E405CFC582DD5E25, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F!
06:50:37.483 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E480,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47424, Token=E405CFC582DD5E25, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F]
06:50:37.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47424]
06:50:37.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L479, 127.0.0.1:8196, complete]!
06:50:37.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L479, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E405CFC582DD5E25]
06:50:37.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L479, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47424]
06:50:37.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L479, 127.0.0.1:8196, complete] completed CON-POST   MID=47424, Token=E405CFC582DD5E25, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47424, Token=E405CFC582DD5E25, OptionSet={"Object-Security":0x09CD}, acked 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40!
06:50:37.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L481, 127.0.0.1:8196] send request
06:50:37.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L481, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L481, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48
06:50:37.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L481, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47425], CON-POST   MID=47425, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48
06:50:37.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L481, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0066A758B224682D], CON-POST   MID=47425, Token=0066A758B224682D, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48
06:50:37.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47425], KeyToken[127.0.0.1:8196-0066A758B224682D]]
06:50:37.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E481,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47425, Token=0066A758B224682D, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48]
06:50:37.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47425]
06:50:37.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R482, 127.0.0.1:8193] replace CON-POST   MID=47425, Token=0066A758B224682D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47425, Token=0066A758B224682D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R482, 127.0.0.1:8193] send response NON-2.05   MID=47425, Token=null, OptionSet={}, "server responds hi"
06:50:37.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R482, 127.0.0.1:8193, complete]!
06:50:37.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R482, 127.0.0.1:8193, complete] completed NON-2.04   MID=47425, Token=0066A758B224682D, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46!
06:50:37.485 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E482,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47425, Token=0066A758B224682D, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46]
06:50:37.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47425]
06:50:37.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L481, 127.0.0.1:8196, complete]!
06:50:37.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L481, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0066A758B224682D]
06:50:37.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L481, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47425]
06:50:37.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L481, 127.0.0.1:8196, complete] completed CON-POST   MID=47425, Token=0066A758B224682D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47425, Token=0066A758B224682D, OptionSet={"Object-Security":0x09CE}, acked 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48!
06:50:37.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L483, 127.0.0.1:8196] send request
06:50:37.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L483, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L483, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5
06:50:37.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L483, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47426], CON-POST   MID=47426, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5
06:50:37.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L483, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-84399A30D1B58ED2], CON-POST   MID=47426, Token=84399A30D1B58ED2, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5
06:50:37.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47426], KeyToken[127.0.0.1:8196-84399A30D1B58ED2]]
06:50:37.486 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E483,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47426, Token=84399A30D1B58ED2, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5]
06:50:37.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47426]
06:50:37.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R484, 127.0.0.1:8193] replace CON-POST   MID=47426, Token=84399A30D1B58ED2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47426, Token=84399A30D1B58ED2, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R484, 127.0.0.1:8193] send response NON-2.05   MID=47426, Token=null, OptionSet={}, "server responds hi"
06:50:37.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R484, 127.0.0.1:8193, complete]!
06:50:37.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R484, 127.0.0.1:8193, complete] completed NON-2.04   MID=47426, Token=84399A30D1B58ED2, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71!
06:50:37.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E484,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47426, Token=84399A30D1B58ED2, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71]
06:50:37.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47426]
06:50:37.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L483, 127.0.0.1:8196, complete]!
06:50:37.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L483, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-84399A30D1B58ED2]
06:50:37.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L483, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47426]
06:50:37.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L483, 127.0.0.1:8196, complete] completed CON-POST   MID=47426, Token=84399A30D1B58ED2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47426, Token=84399A30D1B58ED2, OptionSet={"Object-Security":0x09CF}, acked 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5!
06:50:37.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L485, 127.0.0.1:8196] send request
06:50:37.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L485, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L485, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5
06:50:37.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L485, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47427], CON-POST   MID=47427, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5
06:50:37.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L485, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F000377E04098B95], CON-POST   MID=47427, Token=F000377E04098B95, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5
06:50:37.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47427], KeyToken[127.0.0.1:8196-F000377E04098B95]]
06:50:37.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E485,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47427, Token=F000377E04098B95, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5]
06:50:37.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47427]
06:50:37.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R486, 127.0.0.1:8193] replace CON-POST   MID=47427, Token=F000377E04098B95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47427, Token=F000377E04098B95, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R486, 127.0.0.1:8193] send response NON-2.05   MID=47427, Token=null, OptionSet={}, "server responds hi"
06:50:37.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R486, 127.0.0.1:8193, complete]!
06:50:37.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R486, 127.0.0.1:8193, complete] completed NON-2.04   MID=47427, Token=F000377E04098B95, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8!
06:50:37.489 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E486,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47427, Token=F000377E04098B95, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8]
06:50:37.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47427]
06:50:37.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L485, 127.0.0.1:8196, complete]!
06:50:37.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L485, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F000377E04098B95]
06:50:37.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L485, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47427]
06:50:37.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L485, 127.0.0.1:8196, complete] completed CON-POST   MID=47427, Token=F000377E04098B95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47427, Token=F000377E04098B95, OptionSet={"Object-Security":0x09D0}, acked 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5!
06:50:37.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L487, 127.0.0.1:8196] send request
06:50:37.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L487, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L487, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16
06:50:37.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L487, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47428], CON-POST   MID=47428, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16
06:50:37.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L487, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E83A64C9E9964E0F], CON-POST   MID=47428, Token=E83A64C9E9964E0F, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16
06:50:37.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47428], KeyToken[127.0.0.1:8196-E83A64C9E9964E0F]]
06:50:37.490 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E487,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47428, Token=E83A64C9E9964E0F, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16]
06:50:37.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47428]
06:50:37.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R488, 127.0.0.1:8193] replace CON-POST   MID=47428, Token=E83A64C9E9964E0F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47428, Token=E83A64C9E9964E0F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R488, 127.0.0.1:8193] send response NON-2.05   MID=47428, Token=null, OptionSet={}, "server responds hi"
06:50:37.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R488, 127.0.0.1:8193, complete]!
06:50:37.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R488, 127.0.0.1:8193, complete] completed NON-2.04   MID=47428, Token=E83A64C9E9964E0F, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9!
06:50:37.491 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.491 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E488,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47428, Token=E83A64C9E9964E0F, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9]
06:50:37.491 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47428]
06:50:37.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L487, 127.0.0.1:8196, complete]!
06:50:37.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L487, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E83A64C9E9964E0F]
06:50:37.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L487, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47428]
06:50:37.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L487, 127.0.0.1:8196, complete] completed CON-POST   MID=47428, Token=E83A64C9E9964E0F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47428, Token=E83A64C9E9964E0F, OptionSet={"Object-Security":0x09D1}, acked BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16!
06:50:37.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L489, 127.0.0.1:8196] send request
06:50:37.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L489, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L489, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1
06:50:37.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L489, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47429], CON-POST   MID=47429, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1
06:50:37.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L489, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4CF1B8AF8184DC01], CON-POST   MID=47429, Token=4CF1B8AF8184DC01, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1
06:50:37.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47429], KeyToken[127.0.0.1:8196-4CF1B8AF8184DC01]]
06:50:37.492 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.492 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E489,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47429, Token=4CF1B8AF8184DC01, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1]
06:50:37.492 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47429]
06:50:37.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R490, 127.0.0.1:8193] replace CON-POST   MID=47429, Token=4CF1B8AF8184DC01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47429, Token=4CF1B8AF8184DC01, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R490, 127.0.0.1:8193] send response NON-2.05   MID=47429, Token=null, OptionSet={}, "server responds hi"
06:50:37.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R490, 127.0.0.1:8193, complete]!
06:50:37.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R490, 127.0.0.1:8193, complete] completed NON-2.04   MID=47429, Token=4CF1B8AF8184DC01, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9!
06:50:37.493 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.493 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E490,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47429, Token=4CF1B8AF8184DC01, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9]
06:50:37.493 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47429]
06:50:37.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L489, 127.0.0.1:8196, complete]!
06:50:37.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L489, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4CF1B8AF8184DC01]
06:50:37.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L489, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47429]
06:50:37.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L489, 127.0.0.1:8196, complete] completed CON-POST   MID=47429, Token=4CF1B8AF8184DC01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47429, Token=4CF1B8AF8184DC01, OptionSet={"Object-Security":0x09D2}, acked 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1!
06:50:37.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L491, 127.0.0.1:8196] send request
06:50:37.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L491, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L491, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67
06:50:37.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L491, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47430], CON-POST   MID=47430, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67
06:50:37.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L491, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B00F7C568B123A4F], CON-POST   MID=47430, Token=B00F7C568B123A4F, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67
06:50:37.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47430], KeyToken[127.0.0.1:8196-B00F7C568B123A4F]]
06:50:37.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:8196
06:50:37.547 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E491,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47430, Token=B00F7C568B123A4F, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67]
06:50:37.547 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47430]
06:50:37.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R492, 127.0.0.1:8193] replace CON-POST   MID=47430, Token=B00F7C568B123A4F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47430, Token=B00F7C568B123A4F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R492, 127.0.0.1:8193] send response NON-2.05   MID=47430, Token=null, OptionSet={}, "server responds hi"
06:50:37.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R492, 127.0.0.1:8193, complete]!
06:50:37.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R492, 127.0.0.1:8193, complete] completed NON-2.04   MID=47430, Token=B00F7C568B123A4F, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8!
06:50:37.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:8193
06:50:37.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E492,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47430, Token=B00F7C568B123A4F, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8]
06:50:37.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47430]
06:50:37.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L491, 127.0.0.1:8196, complete]!
06:50:37.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L491, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B00F7C568B123A4F]
06:50:37.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L491, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47430]
06:50:37.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L491, 127.0.0.1:8196, complete] completed CON-POST   MID=47430, Token=B00F7C568B123A4F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47430, Token=B00F7C568B123A4F, OptionSet={"Object-Security":0x09D3}, acked 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67!
06:50:37.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L493, 127.0.0.1:8196] send request
06:50:37.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L493, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L493, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89
06:50:37.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L493, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47431], CON-POST   MID=47431, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89
06:50:37.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L493, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-840641505473F6A0], CON-POST   MID=47431, Token=840641505473F6A0, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89
06:50:37.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47431], KeyToken[127.0.0.1:8196-840641505473F6A0]]
06:50:37.549 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.549 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E493,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47431, Token=840641505473F6A0, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89]
06:50:37.549 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47431]
06:50:37.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R494, 127.0.0.1:8193] replace CON-POST   MID=47431, Token=840641505473F6A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47431, Token=840641505473F6A0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R494, 127.0.0.1:8193] send response NON-2.05   MID=47431, Token=null, OptionSet={}, "server responds hi"
06:50:37.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R494, 127.0.0.1:8193, complete]!
06:50:37.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R494, 127.0.0.1:8193, complete] completed NON-2.04   MID=47431, Token=840641505473F6A0, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05!
06:50:37.550 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E494,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47431, Token=840641505473F6A0, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05]
06:50:37.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47431]
06:50:37.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L493, 127.0.0.1:8196, complete]!
06:50:37.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L493, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-840641505473F6A0]
06:50:37.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L493, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47431]
06:50:37.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L493, 127.0.0.1:8196, complete] completed CON-POST   MID=47431, Token=840641505473F6A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47431, Token=840641505473F6A0, OptionSet={"Object-Security":0x09D4}, acked 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89!
06:50:37.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L495, 127.0.0.1:8196] send request
06:50:37.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L495, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L495, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE
06:50:37.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L495, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47432], CON-POST   MID=47432, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE
06:50:37.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L495, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-84A7FE1EBE9C5247], CON-POST   MID=47432, Token=84A7FE1EBE9C5247, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE
06:50:37.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47432], KeyToken[127.0.0.1:8196-84A7FE1EBE9C5247]]
06:50:37.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E495,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47432, Token=84A7FE1EBE9C5247, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE]
06:50:37.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47432]
06:50:37.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R496, 127.0.0.1:8193] replace CON-POST   MID=47432, Token=84A7FE1EBE9C5247, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47432, Token=84A7FE1EBE9C5247, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R496, 127.0.0.1:8193] send response NON-2.05   MID=47432, Token=null, OptionSet={}, "server responds hi"
06:50:37.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R496, 127.0.0.1:8193, complete]!
06:50:37.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R496, 127.0.0.1:8193, complete] completed NON-2.04   MID=47432, Token=84A7FE1EBE9C5247, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D!
06:50:37.552 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E496,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47432, Token=84A7FE1EBE9C5247, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D]
06:50:37.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47432]
06:50:37.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L495, 127.0.0.1:8196, complete]!
06:50:37.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L495, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-84A7FE1EBE9C5247]
06:50:37.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L495, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47432]
06:50:37.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L495, 127.0.0.1:8196, complete] completed CON-POST   MID=47432, Token=84A7FE1EBE9C5247, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47432, Token=84A7FE1EBE9C5247, OptionSet={"Object-Security":0x09D5}, acked 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE!
06:50:37.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L497, 127.0.0.1:8196] send request
06:50:37.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L497, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L497, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38
06:50:37.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L497, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47433], CON-POST   MID=47433, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38
06:50:37.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L497, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-20919A6E7D4FD0A8], CON-POST   MID=47433, Token=20919A6E7D4FD0A8, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38
06:50:37.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47433], KeyToken[127.0.0.1:8196-20919A6E7D4FD0A8]]
06:50:37.553 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E497,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47433, Token=20919A6E7D4FD0A8, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38]
06:50:37.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47433]
06:50:37.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R498, 127.0.0.1:8193] replace CON-POST   MID=47433, Token=20919A6E7D4FD0A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47433, Token=20919A6E7D4FD0A8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R498, 127.0.0.1:8193] send response NON-2.05   MID=47433, Token=null, OptionSet={}, "server responds hi"
06:50:37.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R498, 127.0.0.1:8193, complete]!
06:50:37.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R498, 127.0.0.1:8193, complete] completed NON-2.04   MID=47433, Token=20919A6E7D4FD0A8, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86!
06:50:37.554 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E498,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47433, Token=20919A6E7D4FD0A8, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86]
06:50:37.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47433]
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L497, 127.0.0.1:8196, complete]!
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L497, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-20919A6E7D4FD0A8]
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L497, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47433]
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L497, 127.0.0.1:8196, complete] completed CON-POST   MID=47433, Token=20919A6E7D4FD0A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47433, Token=20919A6E7D4FD0A8, OptionSet={"Object-Security":0x09D6}, acked B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38!
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L499, 127.0.0.1:8196] send request
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L499, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L499, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4
06:50:37.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L499, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47434], CON-POST   MID=47434, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4
06:50:37.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L499, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-EC8FFEBC27A2A713], CON-POST   MID=47434, Token=EC8FFEBC27A2A713, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4
06:50:37.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47434], KeyToken[127.0.0.1:8196-EC8FFEBC27A2A713]]
06:50:37.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E499,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47434, Token=EC8FFEBC27A2A713, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4]
06:50:37.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47434]
06:50:37.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R500, 127.0.0.1:8193] replace CON-POST   MID=47434, Token=EC8FFEBC27A2A713, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47434, Token=EC8FFEBC27A2A713, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R500, 127.0.0.1:8193] send response NON-2.05   MID=47434, Token=null, OptionSet={}, "server responds hi"
06:50:37.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R500, 127.0.0.1:8193, complete]!
06:50:37.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R500, 127.0.0.1:8193, complete] completed NON-2.04   MID=47434, Token=EC8FFEBC27A2A713, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3!
06:50:37.555 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E500,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47434, Token=EC8FFEBC27A2A713, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3]
06:50:37.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47434]
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L499, 127.0.0.1:8196, complete]!
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L499, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-EC8FFEBC27A2A713]
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L499, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47434]
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L499, 127.0.0.1:8196, complete] completed CON-POST   MID=47434, Token=EC8FFEBC27A2A713, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47434, Token=EC8FFEBC27A2A713, OptionSet={"Object-Security":0x09D7}, acked 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4!
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L501, 127.0.0.1:8196] send request
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L501, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L501, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L501, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47435], CON-POST   MID=47435, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F
06:50:37.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L501, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00C0EADEAEA30D2B], CON-POST   MID=47435, Token=00C0EADEAEA30D2B, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F
06:50:37.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47435], KeyToken[127.0.0.1:8196-00C0EADEAEA30D2B]]
06:50:37.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:8196
06:50:37.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E501,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47435, Token=00C0EADEAEA30D2B, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F]
06:50:37.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47435]
06:50:37.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R502, 127.0.0.1:8193] replace CON-POST   MID=47435, Token=00C0EADEAEA30D2B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47435, Token=00C0EADEAEA30D2B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R502, 127.0.0.1:8193] send response NON-2.05   MID=47435, Token=null, OptionSet={}, "server responds hi"
06:50:37.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R502, 127.0.0.1:8193, complete]!
06:50:37.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R502, 127.0.0.1:8193, complete] completed NON-2.04   MID=47435, Token=00C0EADEAEA30D2B, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4!
06:50:37.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E502,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47435, Token=00C0EADEAEA30D2B, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4]
06:50:37.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 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47435]
06:50:37.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L501, 127.0.0.1:8196, complete]!
06:50:37.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L501, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00C0EADEAEA30D2B]
06:50:37.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L501, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47435]
06:50:37.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L501, 127.0.0.1:8196, complete] completed CON-POST   MID=47435, Token=00C0EADEAEA30D2B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47435, Token=00C0EADEAEA30D2B, OptionSet={"Object-Security":0x09D8}, acked B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F!
06:50:37.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L503, 127.0.0.1:8196] send request
06:50:37.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L503, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L503, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6
06:50:37.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L503, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47436], CON-POST   MID=47436, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6
06:50:37.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L503, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-681CFAD725929BA0], CON-POST   MID=47436, Token=681CFAD725929BA0, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6
06:50:37.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47436], KeyToken[127.0.0.1:8196-681CFAD725929BA0]]
06:50:37.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:8196
06:50:37.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E503,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47436, Token=681CFAD725929BA0, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6]
06:50:37.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47436]
06:50:37.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R504, 127.0.0.1:8193] replace CON-POST   MID=47436, Token=681CFAD725929BA0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47436, Token=681CFAD725929BA0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R504, 127.0.0.1:8193] send response NON-2.05   MID=47436, Token=null, OptionSet={}, "server responds hi"
06:50:37.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R504, 127.0.0.1:8193, complete]!
06:50:37.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R504, 127.0.0.1:8193, complete] completed NON-2.04   MID=47436, Token=681CFAD725929BA0, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B!
06:50:37.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:8193
06:50:37.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E504,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47436, Token=681CFAD725929BA0, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B]
06:50:37.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47436]
06:50:37.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L503, 127.0.0.1:8196, complete]!
06:50:37.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L503, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-681CFAD725929BA0]
06:50:37.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L503, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47436]
06:50:37.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L503, 127.0.0.1:8196, complete] completed CON-POST   MID=47436, Token=681CFAD725929BA0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47436, Token=681CFAD725929BA0, OptionSet={"Object-Security":0x09D9}, acked 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6!
06:50:37.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L505, 127.0.0.1:8196] send request
06:50:37.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L505, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L505, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64
06:50:37.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L505, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47437], CON-POST   MID=47437, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64
06:50:37.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L505, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D815AE17B4C73208], CON-POST   MID=47437, Token=D815AE17B4C73208, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64
06:50:37.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47437], KeyToken[127.0.0.1:8196-D815AE17B4C73208]]
06:50:37.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E505,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47437, Token=D815AE17B4C73208, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64]
06:50:37.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47437]
06:50:37.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R506, 127.0.0.1:8193] replace CON-POST   MID=47437, Token=D815AE17B4C73208, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47437, Token=D815AE17B4C73208, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R506, 127.0.0.1:8193] send response NON-2.05   MID=47437, Token=null, OptionSet={}, "server responds hi"
06:50:37.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R506, 127.0.0.1:8193, complete]!
06:50:37.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R506, 127.0.0.1:8193, complete] completed NON-2.04   MID=47437, Token=D815AE17B4C73208, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0!
06:50:37.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E506,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47437, Token=D815AE17B4C73208, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0]
06:50:37.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47437]
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L505, 127.0.0.1:8196, complete]!
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L505, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D815AE17B4C73208]
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L505, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47437]
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L505, 127.0.0.1:8196, complete] completed CON-POST   MID=47437, Token=D815AE17B4C73208, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47437, Token=D815AE17B4C73208, OptionSet={"Object-Security":0x09DA}, acked B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64!
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L507, 127.0.0.1:8196] send request
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L507, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L507, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1
06:50:37.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L507, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47438], CON-POST   MID=47438, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1
06:50:37.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L507, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-44A534549F554EFC], CON-POST   MID=47438, Token=44A534549F554EFC, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1
06:50:37.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47438], KeyToken[127.0.0.1:8196-44A534549F554EFC]]
06:50:37.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E507,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47438, Token=44A534549F554EFC, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1]
06:50:37.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47438]
06:50:37.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R508, 127.0.0.1:8193] replace CON-POST   MID=47438, Token=44A534549F554EFC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47438, Token=44A534549F554EFC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R508, 127.0.0.1:8193] send response NON-2.05   MID=47438, Token=null, OptionSet={}, "server responds hi"
06:50:37.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R508, 127.0.0.1:8193, complete]!
06:50:37.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R508, 127.0.0.1:8193, complete] completed NON-2.04   MID=47438, Token=44A534549F554EFC, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8!
06:50:37.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E508,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47438, Token=44A534549F554EFC, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8]
06:50:37.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47438]
06:50:37.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L507, 127.0.0.1:8196, complete]!
06:50:37.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L507, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-44A534549F554EFC]
06:50:37.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L507, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47438]
06:50:37.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L507, 127.0.0.1:8196, complete] completed CON-POST   MID=47438, Token=44A534549F554EFC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47438, Token=44A534549F554EFC, OptionSet={"Object-Security":0x09DB}, acked 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1!
06:50:37.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L509, 127.0.0.1:8196] send request
06:50:37.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L509, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L509, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3
06:50:37.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L509, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47439], CON-POST   MID=47439, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3
06:50:37.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L509, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-50CB5CE0A61865C3], CON-POST   MID=47439, Token=50CB5CE0A61865C3, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3
06:50:37.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47439], KeyToken[127.0.0.1:8196-50CB5CE0A61865C3]]
06:50:37.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:8196
06:50:37.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E509,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47439, Token=50CB5CE0A61865C3, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3]
06:50:37.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47439]
06:50:37.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R510, 127.0.0.1:8193] replace CON-POST   MID=47439, Token=50CB5CE0A61865C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47439, Token=50CB5CE0A61865C3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R510, 127.0.0.1:8193] send response NON-2.05   MID=47439, Token=null, OptionSet={}, "server responds hi"
06:50:37.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R510, 127.0.0.1:8193, complete]!
06:50:37.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R510, 127.0.0.1:8193, complete] completed NON-2.04   MID=47439, Token=50CB5CE0A61865C3, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7!
06:50:37.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E510,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47439, Token=50CB5CE0A61865C3, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7]
06:50:37.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 42 bytes from 127.0.0.1:8196
06:50:37.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47439]
06:50:37.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L509, 127.0.0.1:8196, complete]!
06:50:37.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L509, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-50CB5CE0A61865C3]
06:50:37.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L509, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47439]
06:50:37.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L509, 127.0.0.1:8196, complete] completed CON-POST   MID=47439, Token=50CB5CE0A61865C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47439, Token=50CB5CE0A61865C3, OptionSet={"Object-Security":0x09DC}, acked D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3!
06:50:37.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L511, 127.0.0.1:8196] send request
06:50:37.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L511, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L511, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55
06:50:37.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L511, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47440], CON-POST   MID=47440, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55
06:50:37.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L511, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4C09630B53AA2D15], CON-POST   MID=47440, Token=4C09630B53AA2D15, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55
06:50:37.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47440], KeyToken[127.0.0.1:8196-4C09630B53AA2D15]]
06:50:37.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:8196
06:50:37.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E511,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47440, Token=4C09630B53AA2D15, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55]
06:50:37.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47440]
06:50:37.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R512, 127.0.0.1:8193] replace CON-POST   MID=47440, Token=4C09630B53AA2D15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47440, Token=4C09630B53AA2D15, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R512, 127.0.0.1:8193] send response NON-2.05   MID=47440, Token=null, OptionSet={}, "server responds hi"
06:50:37.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R512, 127.0.0.1:8193, complete]!
06:50:37.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R512, 127.0.0.1:8193, complete] completed NON-2.04   MID=47440, Token=4C09630B53AA2D15, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8!
06:50:37.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:8193
06:50:37.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E512,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47440, Token=4C09630B53AA2D15, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8]
06:50:37.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47440]
06:50:37.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L511, 127.0.0.1:8196, complete]!
06:50:37.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L511, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4C09630B53AA2D15]
06:50:37.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L511, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47440]
06:50:37.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L511, 127.0.0.1:8196, complete] completed CON-POST   MID=47440, Token=4C09630B53AA2D15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47440, Token=4C09630B53AA2D15, OptionSet={"Object-Security":0x09DD}, acked F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55!
06:50:37.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L513, 127.0.0.1:8196] send request
06:50:37.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L513, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L513, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A
06:50:37.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L513, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47441], CON-POST   MID=47441, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A
06:50:37.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L513, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0CE16646B6686AAF], CON-POST   MID=47441, Token=0CE16646B6686AAF, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A
06:50:37.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47441], KeyToken[127.0.0.1:8196-0CE16646B6686AAF]]
06:50:37.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:8196
06:50:37.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E513,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47441, Token=0CE16646B6686AAF, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A]
06:50:37.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47441]
06:50:37.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R514, 127.0.0.1:8193] replace CON-POST   MID=47441, Token=0CE16646B6686AAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47441, Token=0CE16646B6686AAF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R514, 127.0.0.1:8193] send response NON-2.05   MID=47441, Token=null, OptionSet={}, "server responds hi"
06:50:37.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R514, 127.0.0.1:8193, complete]!
06:50:37.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R514, 127.0.0.1:8193, complete] completed NON-2.04   MID=47441, Token=0CE16646B6686AAF, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4!
06:50:37.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:8193
06:50:37.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E514,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47441, Token=0CE16646B6686AAF, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4]
06:50:37.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47441]
06:50:37.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L513, 127.0.0.1:8196, complete]!
06:50:37.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L513, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0CE16646B6686AAF]
06:50:37.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L513, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47441]
06:50:37.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L513, 127.0.0.1:8196, complete] completed CON-POST   MID=47441, Token=0CE16646B6686AAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47441, Token=0CE16646B6686AAF, OptionSet={"Object-Security":0x09DE}, acked 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A!
06:50:37.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L515, 127.0.0.1:8196] send request
06:50:37.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L515, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L515, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7
06:50:37.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L515, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47442], CON-POST   MID=47442, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7
06:50:37.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L515, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-544104D19BDDD687], CON-POST   MID=47442, Token=544104D19BDDD687, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7
06:50:37.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47442], KeyToken[127.0.0.1:8196-544104D19BDDD687]]
06:50:37.571 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E515,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47442, Token=544104D19BDDD687, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7]
06:50:37.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47442]
06:50:37.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R516, 127.0.0.1:8193] replace CON-POST   MID=47442, Token=544104D19BDDD687, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47442, Token=544104D19BDDD687, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R516, 127.0.0.1:8193] send response NON-2.05   MID=47442, Token=null, OptionSet={}, "server responds hi"
06:50:37.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R516, 127.0.0.1:8193, complete]!
06:50:37.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R516, 127.0.0.1:8193, complete] completed NON-2.04   MID=47442, Token=544104D19BDDD687, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9!
06:50:37.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E516,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47442, Token=544104D19BDDD687, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9]
06:50:37.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47442]
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L515, 127.0.0.1:8196, complete]!
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L515, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-544104D19BDDD687]
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L515, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47442]
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L515, 127.0.0.1:8196, complete] completed CON-POST   MID=47442, Token=544104D19BDDD687, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47442, Token=544104D19BDDD687, OptionSet={"Object-Security":0x09DF}, acked B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7!
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L517, 127.0.0.1:8196] send request
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L517, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L517, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L517, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47443], CON-POST   MID=47443, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L517, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C44AF18ED7995676], CON-POST   MID=47443, Token=C44AF18ED7995676, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C
06:50:37.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47443], KeyToken[127.0.0.1:8196-C44AF18ED7995676]]
06:50:37.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E517,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47443, Token=C44AF18ED7995676, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C]
06:50:37.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47443]
06:50:37.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R518, 127.0.0.1:8193] replace CON-POST   MID=47443, Token=C44AF18ED7995676, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47443, Token=C44AF18ED7995676, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R518, 127.0.0.1:8193] send response NON-2.05   MID=47443, Token=null, OptionSet={}, "server responds hi"
06:50:37.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R518, 127.0.0.1:8193, complete]!
06:50:37.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R518, 127.0.0.1:8193, complete] completed NON-2.04   MID=47443, Token=C44AF18ED7995676, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE!
06:50:37.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E518,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47443, Token=C44AF18ED7995676, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE]
06:50:37.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47443]
06:50:37.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L517, 127.0.0.1:8196, complete]!
06:50:37.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L517, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C44AF18ED7995676]
06:50:37.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L517, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47443]
06:50:37.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L517, 127.0.0.1:8196, complete] completed CON-POST   MID=47443, Token=C44AF18ED7995676, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47443, Token=C44AF18ED7995676, OptionSet={"Object-Security":0x09E0}, acked D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C!
06:50:37.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L519, 127.0.0.1:8196] send request
06:50:37.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L519, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L519, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02
06:50:37.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L519, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47444], CON-POST   MID=47444, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02
06:50:37.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L519, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-809B68A2DC31FFEA], CON-POST   MID=47444, Token=809B68A2DC31FFEA, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02
06:50:37.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47444], KeyToken[127.0.0.1:8196-809B68A2DC31FFEA]]
06:50:37.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E519,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47444, Token=809B68A2DC31FFEA, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02]
06:50:37.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47444]
06:50:37.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R520, 127.0.0.1:8193] replace CON-POST   MID=47444, Token=809B68A2DC31FFEA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47444, Token=809B68A2DC31FFEA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R520, 127.0.0.1:8193] send response NON-2.05   MID=47444, Token=null, OptionSet={}, "server responds hi"
06:50:37.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R520, 127.0.0.1:8193, complete]!
06:50:37.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R520, 127.0.0.1:8193, complete] completed NON-2.04   MID=47444, Token=809B68A2DC31FFEA, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04!
06:50:37.577 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E520,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47444, Token=809B68A2DC31FFEA, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04]
06:50:37.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47444]
06:50:37.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L519, 127.0.0.1:8196, complete]!
06:50:37.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L519, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-809B68A2DC31FFEA]
06:50:37.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L519, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47444]
06:50:37.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L519, 127.0.0.1:8196, complete] completed CON-POST   MID=47444, Token=809B68A2DC31FFEA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47444, Token=809B68A2DC31FFEA, OptionSet={"Object-Security":0x09E1}, acked 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02!
06:50:37.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L521, 127.0.0.1:8196] send request
06:50:37.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L521, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L521, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E
06:50:37.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L521, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47445], CON-POST   MID=47445, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E
06:50:37.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L521, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-44142D549D1AA347], CON-POST   MID=47445, Token=44142D549D1AA347, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E
06:50:37.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47445], KeyToken[127.0.0.1:8196-44142D549D1AA347]]
06:50:37.578 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E521,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47445, Token=44142D549D1AA347, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E]
06:50:37.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47445]
06:50:37.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R522, 127.0.0.1:8193] replace CON-POST   MID=47445, Token=44142D549D1AA347, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47445, Token=44142D549D1AA347, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R522, 127.0.0.1:8193] send response NON-2.05   MID=47445, Token=null, OptionSet={}, "server responds hi"
06:50:37.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R522, 127.0.0.1:8193, complete]!
06:50:37.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R522, 127.0.0.1:8193, complete] completed NON-2.04   MID=47445, Token=44142D549D1AA347, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E!
06:50:37.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E522,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47445, Token=44142D549D1AA347, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E]
06:50:37.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47445]
06:50:37.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L521, 127.0.0.1:8196, complete]!
06:50:37.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L521, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-44142D549D1AA347]
06:50:37.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L521, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47445]
06:50:37.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L521, 127.0.0.1:8196, complete] completed CON-POST   MID=47445, Token=44142D549D1AA347, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47445, Token=44142D549D1AA347, OptionSet={"Object-Security":0x09E2}, acked 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E!
06:50:37.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L523, 127.0.0.1:8196] send request
06:50:37.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L523, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L523, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D
06:50:37.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L523, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47446], CON-POST   MID=47446, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D
06:50:37.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L523, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-88686C07AC59D632], CON-POST   MID=47446, Token=88686C07AC59D632, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D
06:50:37.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47446], KeyToken[127.0.0.1:8196-88686C07AC59D632]]
06:50:37.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E523,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47446, Token=88686C07AC59D632, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D]
06:50:37.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47446]
06:50:37.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R524, 127.0.0.1:8193] replace CON-POST   MID=47446, Token=88686C07AC59D632, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47446, Token=88686C07AC59D632, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R524, 127.0.0.1:8193] send response NON-2.05   MID=47446, Token=null, OptionSet={}, "server responds hi"
06:50:37.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R524, 127.0.0.1:8193, complete]!
06:50:37.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R524, 127.0.0.1:8193, complete] completed NON-2.04   MID=47446, Token=88686C07AC59D632, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84!
06:50:37.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E524,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47446, Token=88686C07AC59D632, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84]
06:50:37.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47446]
06:50:37.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L523, 127.0.0.1:8196, complete]!
06:50:37.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L523, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-88686C07AC59D632]
06:50:37.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L523, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47446]
06:50:37.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L523, 127.0.0.1:8196, complete] completed CON-POST   MID=47446, Token=88686C07AC59D632, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47446, Token=88686C07AC59D632, OptionSet={"Object-Security":0x09E3}, acked E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D!
06:50:37.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L525, 127.0.0.1:8196] send request
06:50:37.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L525, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L525, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5
06:50:37.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L525, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47447], CON-POST   MID=47447, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5
06:50:37.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L525, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9CE5FA7514F99381], CON-POST   MID=47447, Token=9CE5FA7514F99381, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5
06:50:37.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47447], KeyToken[127.0.0.1:8196-9CE5FA7514F99381]]
06:50:37.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E525,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47447, Token=9CE5FA7514F99381, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5]
06:50:37.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47447]
06:50:37.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R526, 127.0.0.1:8193] replace CON-POST   MID=47447, Token=9CE5FA7514F99381, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47447, Token=9CE5FA7514F99381, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R526, 127.0.0.1:8193] send response NON-2.05   MID=47447, Token=null, OptionSet={}, "server responds hi"
06:50:37.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R526, 127.0.0.1:8193, complete]!
06:50:37.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R526, 127.0.0.1:8193, complete] completed NON-2.04   MID=47447, Token=9CE5FA7514F99381, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9!
06:50:37.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E526,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47447, Token=9CE5FA7514F99381, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9]
06:50:37.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47447]
06:50:37.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L525, 127.0.0.1:8196, complete]!
06:50:37.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L525, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9CE5FA7514F99381]
06:50:37.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L525, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47447]
06:50:37.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L525, 127.0.0.1:8196, complete] completed CON-POST   MID=47447, Token=9CE5FA7514F99381, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47447, Token=9CE5FA7514F99381, OptionSet={"Object-Security":0x09E4}, acked D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5!
06:50:37.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L527, 127.0.0.1:8196] send request
06:50:37.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L527, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L527, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38
06:50:37.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L527, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47448], CON-POST   MID=47448, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38
06:50:37.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L527, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A4C11A6624552751], CON-POST   MID=47448, Token=A4C11A6624552751, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38
06:50:37.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47448], KeyToken[127.0.0.1:8196-A4C11A6624552751]]
06:50:37.584 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E527,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47448, Token=A4C11A6624552751, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38]
06:50:37.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47448]
06:50:37.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R528, 127.0.0.1:8193] replace CON-POST   MID=47448, Token=A4C11A6624552751, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47448, Token=A4C11A6624552751, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R528, 127.0.0.1:8193] send response NON-2.05   MID=47448, Token=null, OptionSet={}, "server responds hi"
06:50:37.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R528, 127.0.0.1:8193, complete]!
06:50:37.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R528, 127.0.0.1:8193, complete] completed NON-2.04   MID=47448, Token=A4C11A6624552751, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52!
06:50:37.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E528,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47448, Token=A4C11A6624552751, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52]
06:50:37.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47448]
06:50:37.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L527, 127.0.0.1:8196, complete]!
06:50:37.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L527, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A4C11A6624552751]
06:50:37.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L527, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47448]
06:50:37.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L527, 127.0.0.1:8196, complete] completed CON-POST   MID=47448, Token=A4C11A6624552751, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47448, Token=A4C11A6624552751, OptionSet={"Object-Security":0x09E5}, acked 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38!
06:50:37.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L529, 127.0.0.1:8196] send request
06:50:37.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L529, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L529, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98
06:50:37.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L529, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47449], CON-POST   MID=47449, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98
06:50:37.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L529, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-68094AAB62431772], CON-POST   MID=47449, Token=68094AAB62431772, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98
06:50:37.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47449], KeyToken[127.0.0.1:8196-68094AAB62431772]]
06:50:37.586 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E529,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47449, Token=68094AAB62431772, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98]
06:50:37.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47449]
06:50:37.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R530, 127.0.0.1:8193] replace CON-POST   MID=47449, Token=68094AAB62431772, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47449, Token=68094AAB62431772, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R530, 127.0.0.1:8193] send response NON-2.05   MID=47449, Token=null, OptionSet={}, "server responds hi"
06:50:37.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R530, 127.0.0.1:8193, complete]!
06:50:37.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R530, 127.0.0.1:8193, complete] completed NON-2.04   MID=47449, Token=68094AAB62431772, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3!
06:50:37.587 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E530,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47449, Token=68094AAB62431772, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3]
06:50:37.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47449]
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L529, 127.0.0.1:8196, complete]!
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L529, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-68094AAB62431772]
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L529, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47449]
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L529, 127.0.0.1:8196, complete] completed CON-POST   MID=47449, Token=68094AAB62431772, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47449, Token=68094AAB62431772, OptionSet={"Object-Security":0x09E6}, acked 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98!
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L531, 127.0.0.1:8196] send request
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L531, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L531, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3
06:50:37.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L531, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47450], CON-POST   MID=47450, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3
06:50:37.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L531, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E0F2A4F2FC789A1B], CON-POST   MID=47450, Token=E0F2A4F2FC789A1B, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3
06:50:37.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47450], KeyToken[127.0.0.1:8196-E0F2A4F2FC789A1B]]
06:50:37.588 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E531,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47450, Token=E0F2A4F2FC789A1B, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3]
06:50:37.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47450]
06:50:37.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R532, 127.0.0.1:8193] replace CON-POST   MID=47450, Token=E0F2A4F2FC789A1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47450, Token=E0F2A4F2FC789A1B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R532, 127.0.0.1:8193] send response NON-2.05   MID=47450, Token=null, OptionSet={}, "server responds hi"
06:50:37.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R532, 127.0.0.1:8193, complete]!
06:50:37.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R532, 127.0.0.1:8193, complete] completed NON-2.04   MID=47450, Token=E0F2A4F2FC789A1B, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91!
06:50:37.588 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E532,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47450, Token=E0F2A4F2FC789A1B, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91]
06:50:37.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47450]
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L531, 127.0.0.1:8196, complete]!
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L531, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E0F2A4F2FC789A1B]
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L531, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47450]
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L531, 127.0.0.1:8196, complete] completed CON-POST   MID=47450, Token=E0F2A4F2FC789A1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47450, Token=E0F2A4F2FC789A1B, OptionSet={"Object-Security":0x09E7}, acked 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3!
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L533, 127.0.0.1:8196] send request
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L533, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L533, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L533, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47451], CON-POST   MID=47451, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L533, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-34B08BFC99DC59A1], CON-POST   MID=47451, Token=34B08BFC99DC59A1, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03
06:50:37.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47451], KeyToken[127.0.0.1:8196-34B08BFC99DC59A1]]
06:50:37.590 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E533,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47451, Token=34B08BFC99DC59A1, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03]
06:50:37.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47451]
06:50:37.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R534, 127.0.0.1:8193] replace CON-POST   MID=47451, Token=34B08BFC99DC59A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47451, Token=34B08BFC99DC59A1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R534, 127.0.0.1:8193] send response NON-2.05   MID=47451, Token=null, OptionSet={}, "server responds hi"
06:50:37.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R534, 127.0.0.1:8193, complete]!
06:50:37.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R534, 127.0.0.1:8193, complete] completed NON-2.04   MID=47451, Token=34B08BFC99DC59A1, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56!
06:50:37.590 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E534,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47451, Token=34B08BFC99DC59A1, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56]
06:50:37.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47451]
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L533, 127.0.0.1:8196, complete]!
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L533, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-34B08BFC99DC59A1]
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L533, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47451]
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L533, 127.0.0.1:8196, complete] completed CON-POST   MID=47451, Token=34B08BFC99DC59A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47451, Token=34B08BFC99DC59A1, OptionSet={"Object-Security":0x09E8}, acked 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03!
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L535, 127.0.0.1:8196] send request
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L535, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L535, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L535, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47452], CON-POST   MID=47452, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L535, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-78062B9D53230EC9], CON-POST   MID=47452, Token=78062B9D53230EC9, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66
06:50:37.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47452], KeyToken[127.0.0.1:8196-78062B9D53230EC9]]
06:50:37.591 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E535,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47452, Token=78062B9D53230EC9, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66]
06:50:37.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47452]
06:50:37.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R536, 127.0.0.1:8193] replace CON-POST   MID=47452, Token=78062B9D53230EC9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47452, Token=78062B9D53230EC9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R536, 127.0.0.1:8193] send response NON-2.05   MID=47452, Token=null, OptionSet={}, "server responds hi"
06:50:37.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R536, 127.0.0.1:8193, complete]!
06:50:37.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R536, 127.0.0.1:8193, complete] completed NON-2.04   MID=47452, Token=78062B9D53230EC9, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72!
06:50:37.592 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E536,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47452, Token=78062B9D53230EC9, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72]
06:50:37.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47452]
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L535, 127.0.0.1:8196, complete]!
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L535, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-78062B9D53230EC9]
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L535, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47452]
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L535, 127.0.0.1:8196, complete] completed CON-POST   MID=47452, Token=78062B9D53230EC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47452, Token=78062B9D53230EC9, OptionSet={"Object-Security":0x09E9}, acked E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66!
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L537, 127.0.0.1:8196] send request
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L537, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L537, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L537, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47453], CON-POST   MID=47453, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L537, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FC2547D07BAB8AA3], CON-POST   MID=47453, Token=FC2547D07BAB8AA3, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F
06:50:37.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47453], KeyToken[127.0.0.1:8196-FC2547D07BAB8AA3]]
06:50:37.593 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E537,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47453, Token=FC2547D07BAB8AA3, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F]
06:50:37.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47453]
06:50:37.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R538, 127.0.0.1:8193] replace CON-POST   MID=47453, Token=FC2547D07BAB8AA3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47453, Token=FC2547D07BAB8AA3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R538, 127.0.0.1:8193] send response NON-2.05   MID=47453, Token=null, OptionSet={}, "server responds hi"
06:50:37.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R538, 127.0.0.1:8193, complete]!
06:50:37.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R538, 127.0.0.1:8193, complete] completed NON-2.04   MID=47453, Token=FC2547D07BAB8AA3, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84!
06:50:37.594 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E538,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47453, Token=FC2547D07BAB8AA3, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84]
06:50:37.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47453]
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L537, 127.0.0.1:8196, complete]!
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L537, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FC2547D07BAB8AA3]
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L537, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47453]
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L537, 127.0.0.1:8196, complete] completed CON-POST   MID=47453, Token=FC2547D07BAB8AA3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47453, Token=FC2547D07BAB8AA3, OptionSet={"Object-Security":0x09EA}, acked A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F!
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L539, 127.0.0.1:8196] send request
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L539, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L539, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L539, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47454], CON-POST   MID=47454, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L539, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B8D43FC7378CD2CB], CON-POST   MID=47454, Token=B8D43FC7378CD2CB, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36
06:50:37.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47454], KeyToken[127.0.0.1:8196-B8D43FC7378CD2CB]]
06:50:37.596 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E539,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47454, Token=B8D43FC7378CD2CB, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36]
06:50:37.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47454]
06:50:37.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R540, 127.0.0.1:8193] replace CON-POST   MID=47454, Token=B8D43FC7378CD2CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47454, Token=B8D43FC7378CD2CB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R540, 127.0.0.1:8193] send response NON-2.05   MID=47454, Token=null, OptionSet={}, "server responds hi"
06:50:37.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R540, 127.0.0.1:8193, complete]!
06:50:37.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R540, 127.0.0.1:8193, complete] completed NON-2.04   MID=47454, Token=B8D43FC7378CD2CB, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76!
06:50:37.596 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E540,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47454, Token=B8D43FC7378CD2CB, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76]
06:50:37.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47454]
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L539, 127.0.0.1:8196, complete]!
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L539, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B8D43FC7378CD2CB]
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L539, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47454]
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L539, 127.0.0.1:8196, complete] completed CON-POST   MID=47454, Token=B8D43FC7378CD2CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47454, Token=B8D43FC7378CD2CB, OptionSet={"Object-Security":0x09EB}, acked FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36!
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L541, 127.0.0.1:8196] send request
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L541, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L541, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L541, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47455], CON-POST   MID=47455, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L541, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C4A7DEB28C21EA36], CON-POST   MID=47455, Token=C4A7DEB28C21EA36, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14
06:50:37.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47455], KeyToken[127.0.0.1:8196-C4A7DEB28C21EA36]]
06:50:37.598 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E541,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47455, Token=C4A7DEB28C21EA36, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14]
06:50:37.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47455]
06:50:37.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R542, 127.0.0.1:8193] replace CON-POST   MID=47455, Token=C4A7DEB28C21EA36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47455, Token=C4A7DEB28C21EA36, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R542, 127.0.0.1:8193] send response NON-2.05   MID=47455, Token=null, OptionSet={}, "server responds hi"
06:50:37.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R542, 127.0.0.1:8193, complete]!
06:50:37.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R542, 127.0.0.1:8193, complete] completed NON-2.04   MID=47455, Token=C4A7DEB28C21EA36, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E!
06:50:37.598 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.598 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E542,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47455, Token=C4A7DEB28C21EA36, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E]
06:50:37.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47455]
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L541, 127.0.0.1:8196, complete]!
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L541, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C4A7DEB28C21EA36]
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L541, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47455]
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L541, 127.0.0.1:8196, complete] completed CON-POST   MID=47455, Token=C4A7DEB28C21EA36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47455, Token=C4A7DEB28C21EA36, OptionSet={"Object-Security":0x09EC}, acked 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14!
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L543, 127.0.0.1:8196] send request
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L543, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L543, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L543, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47456], CON-POST   MID=47456, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L543, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-302FB03A5CA2175F], CON-POST   MID=47456, Token=302FB03A5CA2175F, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F
06:50:37.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47456], KeyToken[127.0.0.1:8196-302FB03A5CA2175F]]
06:50:37.600 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.600 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E543,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47456, Token=302FB03A5CA2175F, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F]
06:50:37.600 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47456]
06:50:37.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R544, 127.0.0.1:8193] replace CON-POST   MID=47456, Token=302FB03A5CA2175F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47456, Token=302FB03A5CA2175F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R544, 127.0.0.1:8193] send response NON-2.05   MID=47456, Token=null, OptionSet={}, "server responds hi"
06:50:37.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R544, 127.0.0.1:8193, complete]!
06:50:37.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R544, 127.0.0.1:8193, complete] completed NON-2.04   MID=47456, Token=302FB03A5CA2175F, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6!
06:50:37.600 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E544,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47456, Token=302FB03A5CA2175F, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6]
06:50:37.601 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47456]
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L543, 127.0.0.1:8196, complete]!
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L543, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-302FB03A5CA2175F]
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L543, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47456]
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L543, 127.0.0.1:8196, complete] completed CON-POST   MID=47456, Token=302FB03A5CA2175F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47456, Token=302FB03A5CA2175F, OptionSet={"Object-Security":0x09ED}, acked A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F!
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L545, 127.0.0.1:8196] send request
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L545, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L545, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L545, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47457], CON-POST   MID=47457, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0
06:50:37.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L545, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1CB6B4A9B7027BF4], CON-POST   MID=47457, Token=1CB6B4A9B7027BF4, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0
06:50:37.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47457], KeyToken[127.0.0.1:8196-1CB6B4A9B7027BF4]]
06:50:37.602 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.602 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E545,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47457, Token=1CB6B4A9B7027BF4, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0]
06:50:37.602 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47457]
06:50:37.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R546, 127.0.0.1:8193] replace CON-POST   MID=47457, Token=1CB6B4A9B7027BF4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47457, Token=1CB6B4A9B7027BF4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R546, 127.0.0.1:8193] send response NON-2.05   MID=47457, Token=null, OptionSet={}, "server responds hi"
06:50:37.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R546, 127.0.0.1:8193, complete]!
06:50:37.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R546, 127.0.0.1:8193, complete] completed NON-2.04   MID=47457, Token=1CB6B4A9B7027BF4, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4!
06:50:37.602 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.603 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E546,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47457, Token=1CB6B4A9B7027BF4, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4]
06:50:37.603 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47457]
06:50:37.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L545, 127.0.0.1:8196, complete]!
06:50:37.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L545, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1CB6B4A9B7027BF4]
06:50:37.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L545, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47457]
06:50:37.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L545, 127.0.0.1:8196, complete] completed CON-POST   MID=47457, Token=1CB6B4A9B7027BF4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47457, Token=1CB6B4A9B7027BF4, OptionSet={"Object-Security":0x09EE}, acked 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0!
06:50:37.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L547, 127.0.0.1:8196] send request
06:50:37.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L547, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L547, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3
06:50:37.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L547, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47458], CON-POST   MID=47458, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3
06:50:37.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L547, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B05EBF81B16DFEC3], CON-POST   MID=47458, Token=B05EBF81B16DFEC3, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3
06:50:37.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47458], KeyToken[127.0.0.1:8196-B05EBF81B16DFEC3]]
06:50:37.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:8196
06:50:37.647 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E547,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47458, Token=B05EBF81B16DFEC3, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3]
06:50:37.647 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47458]
06:50:37.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R548, 127.0.0.1:8193] replace CON-POST   MID=47458, Token=B05EBF81B16DFEC3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47458, Token=B05EBF81B16DFEC3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R548, 127.0.0.1:8193] send response NON-2.05   MID=47458, Token=null, OptionSet={}, "server responds hi"
06:50:37.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R548, 127.0.0.1:8193, complete]!
06:50:37.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R548, 127.0.0.1:8193, complete] completed NON-2.04   MID=47458, Token=B05EBF81B16DFEC3, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D!
06:50:37.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:8193
06:50:37.648 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E548,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47458, Token=B05EBF81B16DFEC3, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D]
06:50:37.648 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47458]
06:50:37.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L547, 127.0.0.1:8196, complete]!
06:50:37.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L547, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B05EBF81B16DFEC3]
06:50:37.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L547, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47458]
06:50:37.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L547, 127.0.0.1:8196, complete] completed CON-POST   MID=47458, Token=B05EBF81B16DFEC3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47458, Token=B05EBF81B16DFEC3, OptionSet={"Object-Security":0x09EF}, acked 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3!
06:50:37.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L549, 127.0.0.1:8196] send request
06:50:37.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L549, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L549, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7
06:50:37.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L549, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47459], CON-POST   MID=47459, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7
06:50:37.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L549, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-80852FA14FFD931F], CON-POST   MID=47459, Token=80852FA14FFD931F, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7
06:50:37.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47459], KeyToken[127.0.0.1:8196-80852FA14FFD931F]]
06:50:37.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:8196
06:50:37.649 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E549,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47459, Token=80852FA14FFD931F, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7]
06:50:37.649 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47459]
06:50:37.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R550, 127.0.0.1:8193] replace CON-POST   MID=47459, Token=80852FA14FFD931F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47459, Token=80852FA14FFD931F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R550, 127.0.0.1:8193] send response NON-2.05   MID=47459, Token=null, OptionSet={}, "server responds hi"
06:50:37.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R550, 127.0.0.1:8193, complete]!
06:50:37.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R550, 127.0.0.1:8193, complete] completed NON-2.04   MID=47459, Token=80852FA14FFD931F, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7!
06:50:37.650 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.650 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E550,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47459, Token=80852FA14FFD931F, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7]
06:50:37.650 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47459]
06:50:37.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L549, 127.0.0.1:8196, complete]!
06:50:37.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L549, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-80852FA14FFD931F]
06:50:37.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L549, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47459]
06:50:37.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L549, 127.0.0.1:8196, complete] completed CON-POST   MID=47459, Token=80852FA14FFD931F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47459, Token=80852FA14FFD931F, OptionSet={"Object-Security":0x09F0}, acked 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7!
06:50:37.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L551, 127.0.0.1:8196] send request
06:50:37.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L551, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L551, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B
06:50:37.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L551, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47460], CON-POST   MID=47460, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B
06:50:37.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L551, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F849DA85DBA9DCFF], CON-POST   MID=47460, Token=F849DA85DBA9DCFF, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B
06:50:37.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47460], KeyToken[127.0.0.1:8196-F849DA85DBA9DCFF]]
06:50:37.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:8196
06:50:37.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E551,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47460, Token=F849DA85DBA9DCFF, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B]
06:50:37.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47460]
06:50:37.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R552, 127.0.0.1:8193] replace CON-POST   MID=47460, Token=F849DA85DBA9DCFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47460, Token=F849DA85DBA9DCFF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R552, 127.0.0.1:8193] send response NON-2.05   MID=47460, Token=null, OptionSet={}, "server responds hi"
06:50:37.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R552, 127.0.0.1:8193, complete]!
06:50:37.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R552, 127.0.0.1:8193, complete] completed NON-2.04   MID=47460, Token=F849DA85DBA9DCFF, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0!
06:50:37.652 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E552,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47460, Token=F849DA85DBA9DCFF, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0]
06:50:37.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47460]
06:50:37.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L551, 127.0.0.1:8196, complete]!
06:50:37.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L551, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F849DA85DBA9DCFF]
06:50:37.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L551, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47460]
06:50:37.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L551, 127.0.0.1:8196, complete] completed CON-POST   MID=47460, Token=F849DA85DBA9DCFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47460, Token=F849DA85DBA9DCFF, OptionSet={"Object-Security":0x09F1}, acked 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B!
06:50:37.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L553, 127.0.0.1:8196] send request
06:50:37.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L553, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L553, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9
06:50:37.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L553, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47461], CON-POST   MID=47461, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9
06:50:37.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L553, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-90ECF6CA276E9D0A], CON-POST   MID=47461, Token=90ECF6CA276E9D0A, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9
06:50:37.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47461], KeyToken[127.0.0.1:8196-90ECF6CA276E9D0A]]
06:50:37.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:8196
06:50:37.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E553,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47461, Token=90ECF6CA276E9D0A, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9]
06:50:37.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47461]
06:50:37.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R554, 127.0.0.1:8193] replace CON-POST   MID=47461, Token=90ECF6CA276E9D0A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47461, Token=90ECF6CA276E9D0A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R554, 127.0.0.1:8193] send response NON-2.05   MID=47461, Token=null, OptionSet={}, "server responds hi"
06:50:37.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R554, 127.0.0.1:8193, complete]!
06:50:37.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R554, 127.0.0.1:8193, complete] completed NON-2.04   MID=47461, Token=90ECF6CA276E9D0A, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F!
06:50:37.654 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E554,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47461, Token=90ECF6CA276E9D0A, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F]
06:50:37.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47461]
06:50:37.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L553, 127.0.0.1:8196, complete]!
06:50:37.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L553, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-90ECF6CA276E9D0A]
06:50:37.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L553, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47461]
06:50:37.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L553, 127.0.0.1:8196, complete] completed CON-POST   MID=47461, Token=90ECF6CA276E9D0A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47461, Token=90ECF6CA276E9D0A, OptionSet={"Object-Security":0x09F2}, acked 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9!
06:50:37.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L555, 127.0.0.1:8196] send request
06:50:37.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L555, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L555, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9
06:50:37.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L555, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47462], CON-POST   MID=47462, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9
06:50:37.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L555, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-04521B3BDFA6A1BC], CON-POST   MID=47462, Token=04521B3BDFA6A1BC, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9
06:50:37.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47462], KeyToken[127.0.0.1:8196-04521B3BDFA6A1BC]]
06:50:37.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E555,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47462, Token=04521B3BDFA6A1BC, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9]
06:50:37.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47462]
06:50:37.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R556, 127.0.0.1:8193] replace CON-POST   MID=47462, Token=04521B3BDFA6A1BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47462, Token=04521B3BDFA6A1BC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R556, 127.0.0.1:8193] send response NON-2.05   MID=47462, Token=null, OptionSet={}, "server responds hi"
06:50:37.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R556, 127.0.0.1:8193, complete]!
06:50:37.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R556, 127.0.0.1:8193, complete] completed NON-2.04   MID=47462, Token=04521B3BDFA6A1BC, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4!
06:50:37.656 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E556,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47462, Token=04521B3BDFA6A1BC, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4]
06:50:37.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47462]
06:50:37.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L555, 127.0.0.1:8196, complete]!
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L555, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-04521B3BDFA6A1BC]
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L555, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47462]
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L555, 127.0.0.1:8196, complete] completed CON-POST   MID=47462, Token=04521B3BDFA6A1BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47462, Token=04521B3BDFA6A1BC, OptionSet={"Object-Security":0x09F3}, acked B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9!
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L557, 127.0.0.1:8196] send request
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L557, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L557, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L557, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47463], CON-POST   MID=47463, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L557, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-403CD9181AF83C29], CON-POST   MID=47463, Token=403CD9181AF83C29, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98
06:50:37.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47463], KeyToken[127.0.0.1:8196-403CD9181AF83C29]]
06:50:37.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:8196
06:50:37.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E557,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47463, Token=403CD9181AF83C29, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98]
06:50:37.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47463]
06:50:37.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R558, 127.0.0.1:8193] replace CON-POST   MID=47463, Token=403CD9181AF83C29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47463, Token=403CD9181AF83C29, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R558, 127.0.0.1:8193] send response NON-2.05   MID=47463, Token=null, OptionSet={}, "server responds hi"
06:50:37.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R558, 127.0.0.1:8193, complete]!
06:50:37.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R558, 127.0.0.1:8193, complete] completed NON-2.04   MID=47463, Token=403CD9181AF83C29, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F!
06:50:37.658 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E558,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47463, Token=403CD9181AF83C29, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F]
06:50:37.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47463]
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L557, 127.0.0.1:8196, complete]!
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L557, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-403CD9181AF83C29]
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L557, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47463]
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L557, 127.0.0.1:8196, complete] completed CON-POST   MID=47463, Token=403CD9181AF83C29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47463, Token=403CD9181AF83C29, OptionSet={"Object-Security":0x09F4}, acked 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98!
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L559, 127.0.0.1:8196] send request
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L559, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L559, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43
06:50:37.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L559, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47464], CON-POST   MID=47464, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43
06:50:37.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L559, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3079CDCB3DB1F106], CON-POST   MID=47464, Token=3079CDCB3DB1F106, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43
06:50:37.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47464], KeyToken[127.0.0.1:8196-3079CDCB3DB1F106]]
06:50:37.660 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E559,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47464, Token=3079CDCB3DB1F106, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43]
06:50:37.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47464]
06:50:37.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R560, 127.0.0.1:8193] replace CON-POST   MID=47464, Token=3079CDCB3DB1F106, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47464, Token=3079CDCB3DB1F106, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R560, 127.0.0.1:8193] send response NON-2.05   MID=47464, Token=null, OptionSet={}, "server responds hi"
06:50:37.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R560, 127.0.0.1:8193, complete]!
06:50:37.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R560, 127.0.0.1:8193, complete] completed NON-2.04   MID=47464, Token=3079CDCB3DB1F106, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96!
06:50:37.661 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E560,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47464, Token=3079CDCB3DB1F106, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96]
06:50:37.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47464]
06:50:37.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L559, 127.0.0.1:8196, complete]!
06:50:37.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L559, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3079CDCB3DB1F106]
06:50:37.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L559, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47464]
06:50:37.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L559, 127.0.0.1:8196, complete] completed CON-POST   MID=47464, Token=3079CDCB3DB1F106, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47464, Token=3079CDCB3DB1F106, OptionSet={"Object-Security":0x09F5}, acked C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43!
06:50:37.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L561, 127.0.0.1:8196] send request
06:50:37.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L561, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L561, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0
06:50:37.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L561, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47465], CON-POST   MID=47465, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0
06:50:37.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L561, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-942168B0E910D7AF], CON-POST   MID=47465, Token=942168B0E910D7AF, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0
06:50:37.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47465], KeyToken[127.0.0.1:8196-942168B0E910D7AF]]
06:50:37.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E561,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47465, Token=942168B0E910D7AF, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0]
06:50:37.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47465]
06:50:37.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R562, 127.0.0.1:8193] replace CON-POST   MID=47465, Token=942168B0E910D7AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47465, Token=942168B0E910D7AF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R562, 127.0.0.1:8193] send response NON-2.05   MID=47465, Token=null, OptionSet={}, "server responds hi"
06:50:37.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R562, 127.0.0.1:8193, complete]!
06:50:37.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R562, 127.0.0.1:8193, complete] completed NON-2.04   MID=47465, Token=942168B0E910D7AF, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F!
06:50:37.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E562,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47465, Token=942168B0E910D7AF, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F]
06:50:37.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47465]
06:50:37.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L561, 127.0.0.1:8196, complete]!
06:50:37.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L561, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-942168B0E910D7AF]
06:50:37.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L561, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47465]
06:50:37.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L561, 127.0.0.1:8196, complete] completed CON-POST   MID=47465, Token=942168B0E910D7AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47465, Token=942168B0E910D7AF, OptionSet={"Object-Security":0x09F6}, acked 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0!
06:50:37.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L563, 127.0.0.1:8196] send request
06:50:37.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L563, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L563, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3
06:50:37.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L563, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47466], CON-POST   MID=47466, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3
06:50:37.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L563, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8CD536E13EB6EBF2], CON-POST   MID=47466, Token=8CD536E13EB6EBF2, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3
06:50:37.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47466], KeyToken[127.0.0.1:8196-8CD536E13EB6EBF2]]
06:50:37.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:8196
06:50:37.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E563,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47466, Token=8CD536E13EB6EBF2, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3]
06:50:37.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47466]
06:50:37.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R564, 127.0.0.1:8193] replace CON-POST   MID=47466, Token=8CD536E13EB6EBF2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47466, Token=8CD536E13EB6EBF2, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R564, 127.0.0.1:8193] send response NON-2.05   MID=47466, Token=null, OptionSet={}, "server responds hi"
06:50:37.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R564, 127.0.0.1:8193, complete]!
06:50:37.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R564, 127.0.0.1:8193, complete] completed NON-2.04   MID=47466, Token=8CD536E13EB6EBF2, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8!
06:50:37.665 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E564,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47466, Token=8CD536E13EB6EBF2, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8]
06:50:37.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47466]
06:50:37.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L563, 127.0.0.1:8196, complete]!
06:50:37.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L563, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8CD536E13EB6EBF2]
06:50:37.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L563, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47466]
06:50:37.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L563, 127.0.0.1:8196, complete] completed CON-POST   MID=47466, Token=8CD536E13EB6EBF2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47466, Token=8CD536E13EB6EBF2, OptionSet={"Object-Security":0x09F7}, acked 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3!
06:50:37.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L565, 127.0.0.1:8196] send request
06:50:37.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L565, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L565, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42
06:50:37.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L565, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47467], CON-POST   MID=47467, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42
06:50:37.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L565, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C0A84BC33793B622], CON-POST   MID=47467, Token=C0A84BC33793B622, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42
06:50:37.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47467], KeyToken[127.0.0.1:8196-C0A84BC33793B622]]
06:50:37.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:8196
06:50:37.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E565,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47467, Token=C0A84BC33793B622, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42]
06:50:37.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47467]
06:50:37.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R566, 127.0.0.1:8193] replace CON-POST   MID=47467, Token=C0A84BC33793B622, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47467, Token=C0A84BC33793B622, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R566, 127.0.0.1:8193] send response NON-2.05   MID=47467, Token=null, OptionSet={}, "server responds hi"
06:50:37.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R566, 127.0.0.1:8193, complete]!
06:50:37.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R566, 127.0.0.1:8193, complete] completed NON-2.04   MID=47467, Token=C0A84BC33793B622, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7!
06:50:37.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E566,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47467, Token=C0A84BC33793B622, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7]
06:50:37.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47467]
06:50:37.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L565, 127.0.0.1:8196, complete]!
06:50:37.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L565, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C0A84BC33793B622]
06:50:37.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L565, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47467]
06:50:37.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L565, 127.0.0.1:8196, complete] completed CON-POST   MID=47467, Token=C0A84BC33793B622, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47467, Token=C0A84BC33793B622, OptionSet={"Object-Security":0x09F8}, acked 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42!
06:50:37.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L567, 127.0.0.1:8196] send request
06:50:37.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L567, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L567, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61
06:50:37.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L567, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47468], CON-POST   MID=47468, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61
06:50:37.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L567, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-90CC736C3A6FED07], CON-POST   MID=47468, Token=90CC736C3A6FED07, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61
06:50:37.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47468], KeyToken[127.0.0.1:8196-90CC736C3A6FED07]]
06:50:37.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E567,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47468, Token=90CC736C3A6FED07, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61]
06:50:37.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47468]
06:50:37.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R568, 127.0.0.1:8193] replace CON-POST   MID=47468, Token=90CC736C3A6FED07, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47468, Token=90CC736C3A6FED07, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R568, 127.0.0.1:8193] send response NON-2.05   MID=47468, Token=null, OptionSet={}, "server responds hi"
06:50:37.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R568, 127.0.0.1:8193, complete]!
06:50:37.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R568, 127.0.0.1:8193, complete] completed NON-2.04   MID=47468, Token=90CC736C3A6FED07, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE!
06:50:37.669 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E568,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47468, Token=90CC736C3A6FED07, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE]
06:50:37.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47468]
06:50:37.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L567, 127.0.0.1:8196, complete]!
06:50:37.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L567, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-90CC736C3A6FED07]
06:50:37.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L567, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47468]
06:50:37.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L567, 127.0.0.1:8196, complete] completed CON-POST   MID=47468, Token=90CC736C3A6FED07, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47468, Token=90CC736C3A6FED07, OptionSet={"Object-Security":0x09F9}, acked 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61!
06:50:37.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L569, 127.0.0.1:8196] send request
06:50:37.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L569, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L569, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73
06:50:37.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L569, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47469], CON-POST   MID=47469, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73
06:50:37.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L569, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-60FFB6D66F9821DC], CON-POST   MID=47469, Token=60FFB6D66F9821DC, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73
06:50:37.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47469], KeyToken[127.0.0.1:8196-60FFB6D66F9821DC]]
06:50:37.670 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E569,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47469, Token=60FFB6D66F9821DC, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73]
06:50:37.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47469]
06:50:37.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R570, 127.0.0.1:8193] replace CON-POST   MID=47469, Token=60FFB6D66F9821DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47469, Token=60FFB6D66F9821DC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R570, 127.0.0.1:8193] send response NON-2.05   MID=47469, Token=null, OptionSet={}, "server responds hi"
06:50:37.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R570, 127.0.0.1:8193, complete]!
06:50:37.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R570, 127.0.0.1:8193, complete] completed NON-2.04   MID=47469, Token=60FFB6D66F9821DC, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70!
06:50:37.671 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E570,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47469, Token=60FFB6D66F9821DC, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70]
06:50:37.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47469]
06:50:37.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L569, 127.0.0.1:8196, complete]!
06:50:37.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L569, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-60FFB6D66F9821DC]
06:50:37.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L569, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47469]
06:50:37.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L569, 127.0.0.1:8196, complete] completed CON-POST   MID=47469, Token=60FFB6D66F9821DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47469, Token=60FFB6D66F9821DC, OptionSet={"Object-Security":0x09FA}, acked A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73!
06:50:37.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L571, 127.0.0.1:8196] send request
06:50:37.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L571, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L571, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13
06:50:37.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L571, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47470], CON-POST   MID=47470, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13
06:50:37.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L571, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-50F98A476249CB22], CON-POST   MID=47470, Token=50F98A476249CB22, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13
06:50:37.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47470], KeyToken[127.0.0.1:8196-50F98A476249CB22]]
06:50:37.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:8196
06:50:37.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E571,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47470, Token=50F98A476249CB22, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13]
06:50:37.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47470]
06:50:37.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R572, 127.0.0.1:8193] replace CON-POST   MID=47470, Token=50F98A476249CB22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47470, Token=50F98A476249CB22, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R572, 127.0.0.1:8193] send response NON-2.05   MID=47470, Token=null, OptionSet={}, "server responds hi"
06:50:37.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R572, 127.0.0.1:8193, complete]!
06:50:37.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R572, 127.0.0.1:8193, complete] completed NON-2.04   MID=47470, Token=50F98A476249CB22, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2!
06:50:37.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:8193
06:50:37.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E572,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47470, Token=50F98A476249CB22, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2]
06:50:37.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47470]
06:50:37.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L571, 127.0.0.1:8196, complete]!
06:50:37.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L571, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-50F98A476249CB22]
06:50:37.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L571, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47470]
06:50:37.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L571, 127.0.0.1:8196, complete] completed CON-POST   MID=47470, Token=50F98A476249CB22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47470, Token=50F98A476249CB22, OptionSet={"Object-Security":0x09FB}, acked 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13!
06:50:37.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L573, 127.0.0.1:8196] send request
06:50:37.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L573, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L573, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F
06:50:37.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L573, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47471], CON-POST   MID=47471, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F
06:50:37.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L573, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-78A66FD73BADB55C], CON-POST   MID=47471, Token=78A66FD73BADB55C, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F
06:50:37.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47471], KeyToken[127.0.0.1:8196-78A66FD73BADB55C]]
06:50:37.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E573,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47471, Token=78A66FD73BADB55C, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F]
06:50:37.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47471]
06:50:37.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R574, 127.0.0.1:8193] replace CON-POST   MID=47471, Token=78A66FD73BADB55C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47471, Token=78A66FD73BADB55C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R574, 127.0.0.1:8193] send response NON-2.05   MID=47471, Token=null, OptionSet={}, "server responds hi"
06:50:37.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R574, 127.0.0.1:8193, complete]!
06:50:37.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R574, 127.0.0.1:8193, complete] completed NON-2.04   MID=47471, Token=78A66FD73BADB55C, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26!
06:50:37.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E574,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47471, Token=78A66FD73BADB55C, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26]
06:50:37.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47471]
06:50:37.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L573, 127.0.0.1:8196, complete]!
06:50:37.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L573, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-78A66FD73BADB55C]
06:50:37.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L573, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47471]
06:50:37.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L573, 127.0.0.1:8196, complete] completed CON-POST   MID=47471, Token=78A66FD73BADB55C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47471, Token=78A66FD73BADB55C, OptionSet={"Object-Security":0x09FC}, acked 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F!
06:50:37.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L575, 127.0.0.1:8196] send request
06:50:37.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L575, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L575, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5
06:50:37.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L575, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47472], CON-POST   MID=47472, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5
06:50:37.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L575, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-48FC2E96F68EC647], CON-POST   MID=47472, Token=48FC2E96F68EC647, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5
06:50:37.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47472], KeyToken[127.0.0.1:8196-48FC2E96F68EC647]]
06:50:37.677 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.677 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E575,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47472, Token=48FC2E96F68EC647, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5]
06:50:37.677 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47472]
06:50:37.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R576, 127.0.0.1:8193] replace CON-POST   MID=47472, Token=48FC2E96F68EC647, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47472, Token=48FC2E96F68EC647, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R576, 127.0.0.1:8193] send response NON-2.05   MID=47472, Token=null, OptionSet={}, "server responds hi"
06:50:37.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R576, 127.0.0.1:8193, complete]!
06:50:37.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R576, 127.0.0.1:8193, complete] completed NON-2.04   MID=47472, Token=48FC2E96F68EC647, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B!
06:50:37.678 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E576,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47472, Token=48FC2E96F68EC647, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B]
06:50:37.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47472]
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L575, 127.0.0.1:8196, complete]!
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L575, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-48FC2E96F68EC647]
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L575, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47472]
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L575, 127.0.0.1:8196, complete] completed CON-POST   MID=47472, Token=48FC2E96F68EC647, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47472, Token=48FC2E96F68EC647, OptionSet={"Object-Security":0x09FD}, acked A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5!
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L577, 127.0.0.1:8196] send request
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L577, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L577, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L577, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47473], CON-POST   MID=47473, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E
06:50:37.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L577, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D89817D0F9224890], CON-POST   MID=47473, Token=D89817D0F9224890, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E
06:50:37.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47473], KeyToken[127.0.0.1:8196-D89817D0F9224890]]
06:50:37.680 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E577,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47473, Token=D89817D0F9224890, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E]
06:50:37.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47473]
06:50:37.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R578, 127.0.0.1:8193] replace CON-POST   MID=47473, Token=D89817D0F9224890, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47473, Token=D89817D0F9224890, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R578, 127.0.0.1:8193] send response NON-2.05   MID=47473, Token=null, OptionSet={}, "server responds hi"
06:50:37.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R578, 127.0.0.1:8193, complete]!
06:50:37.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R578, 127.0.0.1:8193, complete] completed NON-2.04   MID=47473, Token=D89817D0F9224890, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65!
06:50:37.681 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E578,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47473, Token=D89817D0F9224890, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65]
06:50:37.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47473]
06:50:37.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L577, 127.0.0.1:8196, complete]!
06:50:37.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L577, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D89817D0F9224890]
06:50:37.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L577, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47473]
06:50:37.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L577, 127.0.0.1:8196, complete] completed CON-POST   MID=47473, Token=D89817D0F9224890, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47473, Token=D89817D0F9224890, OptionSet={"Object-Security":0x09FE}, acked AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E!
06:50:37.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L579, 127.0.0.1:8196] send request
06:50:37.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L579, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L579, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07
06:50:37.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L579, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47474], CON-POST   MID=47474, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07
06:50:37.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L579, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F8AF04898F7951C1], CON-POST   MID=47474, Token=F8AF04898F7951C1, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07
06:50:37.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47474], KeyToken[127.0.0.1:8196-F8AF04898F7951C1]]
06:50:37.682 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
06:50:37.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E579,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47474, Token=F8AF04898F7951C1, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07]
06:50:37.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
06:50:37.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47474]
06:50:37.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R580, 127.0.0.1:8193] replace CON-POST   MID=47474, Token=F8AF04898F7951C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47474, Token=F8AF04898F7951C1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R580, 127.0.0.1:8193] send response NON-2.05   MID=47474, Token=null, OptionSet={}, "server responds hi"
06:50:37.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R580, 127.0.0.1:8193, complete]!
06:50:37.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R580, 127.0.0.1:8193, complete] completed NON-2.04   MID=47474, Token=F8AF04898F7951C1, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0!
06:50:37.683 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E580,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47474, Token=F8AF04898F7951C1, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0]
06:50:37.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47474]
06:50:37.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L579, 127.0.0.1:8196, complete]!
06:50:37.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L579, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F8AF04898F7951C1]
06:50:37.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L579, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47474]
06:50:37.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L579, 127.0.0.1:8196, complete] completed CON-POST   MID=47474, Token=F8AF04898F7951C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47474, Token=F8AF04898F7951C1, OptionSet={"Object-Security":0x09FF}, acked 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07!
06:50:37.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L581, 127.0.0.1:8196] send request
06:50:37.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L581, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L581, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:37.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L581, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47475], CON-POST   MID=47475, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:37.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L581, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A4DECCB9B7B7A6C2], CON-POST   MID=47475, Token=A4DECCB9B7B7A6C2, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:37.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47475], KeyToken[127.0.0.1:8196-A4DECCB9B7B7A6C2]]
06:50:37.684 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E581,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47475, Token=A4DECCB9B7B7A6C2, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66]
06:50:37.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47475]
06:50:37.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R582, 127.0.0.1:8193] replace CON-POST   MID=47475, Token=A4DECCB9B7B7A6C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47475, Token=A4DECCB9B7B7A6C2, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R582, 127.0.0.1:8193] send response NON-2.05   MID=47475, Token=null, OptionSet={}, "server responds hi"
06:50:37.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R582, 127.0.0.1:8193, complete]!
06:50:37.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R582, 127.0.0.1:8193, complete] completed NON-2.04   MID=47475, Token=A4DECCB9B7B7A6C2, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2!
06:50:37.685 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E582,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47475, Token=A4DECCB9B7B7A6C2, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2]
06:50:37.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47475]
06:50:37.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L581, 127.0.0.1:8196, complete]!
06:50:37.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L581, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A4DECCB9B7B7A6C2]
06:50:37.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L581, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47475]
06:50:37.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L581, 127.0.0.1:8196, complete] completed CON-POST   MID=47475, Token=A4DECCB9B7B7A6C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47475, Token=A4DECCB9B7B7A6C2, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66!
06:50:37.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L583, 127.0.0.1:8196] send request
06:50:37.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L583, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L583, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E
06:50:37.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L583, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47476], CON-POST   MID=47476, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E
06:50:37.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L583, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-10025217FFB269BB], CON-POST   MID=47476, Token=10025217FFB269BB, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E
06:50:37.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47476], KeyToken[127.0.0.1:8196-10025217FFB269BB]]
06:50:37.686 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E583,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47476, Token=10025217FFB269BB, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E]
06:50:37.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47476]
06:50:37.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R584, 127.0.0.1:8193] replace CON-POST   MID=47476, Token=10025217FFB269BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47476, Token=10025217FFB269BB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R584, 127.0.0.1:8193] send response NON-2.05   MID=47476, Token=null, OptionSet={}, "server responds hi"
06:50:37.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R584, 127.0.0.1:8193, complete]!
06:50:37.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R584, 127.0.0.1:8193, complete] completed NON-2.04   MID=47476, Token=10025217FFB269BB, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52!
06:50:37.687 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E584,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47476, Token=10025217FFB269BB, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52]
06:50:37.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47476]
06:50:37.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L583, 127.0.0.1:8196, complete]!
06:50:37.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L583, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-10025217FFB269BB]
06:50:37.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L583, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47476]
06:50:37.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L583, 127.0.0.1:8196, complete] completed CON-POST   MID=47476, Token=10025217FFB269BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47476, Token=10025217FFB269BB, OptionSet={"Object-Security":0x0A0101}, acked A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E!
06:50:37.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L585, 127.0.0.1:8196] send request
06:50:37.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L585, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L585, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA
06:50:37.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L585, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47477], CON-POST   MID=47477, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA
06:50:37.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L585, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-34A38D24919F6AB4], CON-POST   MID=47477, Token=34A38D24919F6AB4, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA
06:50:37.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47477], KeyToken[127.0.0.1:8196-34A38D24919F6AB4]]
06:50:37.688 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E585,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47477, Token=34A38D24919F6AB4, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA]
06:50:37.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47477]
06:50:37.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R586, 127.0.0.1:8193] replace CON-POST   MID=47477, Token=34A38D24919F6AB4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47477, Token=34A38D24919F6AB4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R586, 127.0.0.1:8193] send response NON-2.05   MID=47477, Token=null, OptionSet={}, "server responds hi"
06:50:37.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R586, 127.0.0.1:8193, complete]!
06:50:37.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R586, 127.0.0.1:8193, complete] completed NON-2.04   MID=47477, Token=34A38D24919F6AB4, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04!
06:50:37.689 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E586,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47477, Token=34A38D24919F6AB4, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04]
06:50:37.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47477]
06:50:37.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L585, 127.0.0.1:8196, complete]!
06:50:37.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L585, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-34A38D24919F6AB4]
06:50:37.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L585, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47477]
06:50:37.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L585, 127.0.0.1:8196, complete] completed CON-POST   MID=47477, Token=34A38D24919F6AB4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47477, Token=34A38D24919F6AB4, OptionSet={"Object-Security":0x0A0102}, acked E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA!
06:50:37.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L587, 127.0.0.1:8196] send request
06:50:37.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L587, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L587, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34
06:50:37.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L587, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47478], CON-POST   MID=47478, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34
06:50:37.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L587, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DC98F8EBB9E9E5E8], CON-POST   MID=47478, Token=DC98F8EBB9E9E5E8, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34
06:50:37.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47478], KeyToken[127.0.0.1:8196-DC98F8EBB9E9E5E8]]
06:50:37.690 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E587,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47478, Token=DC98F8EBB9E9E5E8, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34]
06:50:37.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47478]
06:50:37.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R588, 127.0.0.1:8193] replace CON-POST   MID=47478, Token=DC98F8EBB9E9E5E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47478, Token=DC98F8EBB9E9E5E8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R588, 127.0.0.1:8193] send response NON-2.05   MID=47478, Token=null, OptionSet={}, "server responds hi"
06:50:37.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R588, 127.0.0.1:8193, complete]!
06:50:37.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R588, 127.0.0.1:8193, complete] completed NON-2.04   MID=47478, Token=DC98F8EBB9E9E5E8, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F!
06:50:37.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E588,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47478, Token=DC98F8EBB9E9E5E8, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F]
06:50:37.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47478]
06:50:37.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L587, 127.0.0.1:8196, complete]!
06:50:37.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L587, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DC98F8EBB9E9E5E8]
06:50:37.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L587, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47478]
06:50:37.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L587, 127.0.0.1:8196, complete] completed CON-POST   MID=47478, Token=DC98F8EBB9E9E5E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47478, Token=DC98F8EBB9E9E5E8, OptionSet={"Object-Security":0x0A0103}, acked 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34!
06:50:37.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L589, 127.0.0.1:8196] send request
06:50:37.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L589, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L589, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13
06:50:37.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L589, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47479], CON-POST   MID=47479, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13
06:50:37.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L589, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-341035B2FD511BEE], CON-POST   MID=47479, Token=341035B2FD511BEE, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13
06:50:37.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47479], KeyToken[127.0.0.1:8196-341035B2FD511BEE]]
06:50:37.692 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E589,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47479, Token=341035B2FD511BEE, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13]
06:50:37.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47479]
06:50:37.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R590, 127.0.0.1:8193] replace CON-POST   MID=47479, Token=341035B2FD511BEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47479, Token=341035B2FD511BEE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R590, 127.0.0.1:8193] send response NON-2.05   MID=47479, Token=null, OptionSet={}, "server responds hi"
06:50:37.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R590, 127.0.0.1:8193, complete]!
06:50:37.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R590, 127.0.0.1:8193, complete] completed NON-2.04   MID=47479, Token=341035B2FD511BEE, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2!
06:50:37.693 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E590,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47479, Token=341035B2FD511BEE, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2]
06:50:37.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47479]
06:50:37.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L589, 127.0.0.1:8196, complete]!
06:50:37.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L589, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-341035B2FD511BEE]
06:50:37.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L589, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47479]
06:50:37.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L589, 127.0.0.1:8196, complete] completed CON-POST   MID=47479, Token=341035B2FD511BEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47479, Token=341035B2FD511BEE, OptionSet={"Object-Security":0x0A0104}, acked 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13!
06:50:37.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L591, 127.0.0.1:8196] send request
06:50:37.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L591, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L591, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16
06:50:37.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L591, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47480], CON-POST   MID=47480, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16
06:50:37.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L591, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4058348C76ED86F], CON-POST   MID=47480, Token=E4058348C76ED86F, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16
06:50:37.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47480], KeyToken[127.0.0.1:8196-E4058348C76ED86F]]
06:50:37.694 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E591,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47480, Token=E4058348C76ED86F, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16]
06:50:37.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47480]
06:50:37.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R592, 127.0.0.1:8193] replace CON-POST   MID=47480, Token=E4058348C76ED86F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47480, Token=E4058348C76ED86F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R592, 127.0.0.1:8193] send response NON-2.05   MID=47480, Token=null, OptionSet={}, "server responds hi"
06:50:37.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R592, 127.0.0.1:8193, complete]!
06:50:37.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R592, 127.0.0.1:8193, complete] completed NON-2.04   MID=47480, Token=E4058348C76ED86F, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28!
06:50:37.695 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E592,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47480, Token=E4058348C76ED86F, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28]
06:50:37.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47480]
06:50:37.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L591, 127.0.0.1:8196, complete]!
06:50:37.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L591, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4058348C76ED86F]
06:50:37.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L591, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47480]
06:50:37.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L591, 127.0.0.1:8196, complete] completed CON-POST   MID=47480, Token=E4058348C76ED86F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47480, Token=E4058348C76ED86F, OptionSet={"Object-Security":0x0A0105}, acked 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16!
06:50:37.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L593, 127.0.0.1:8196] send request
06:50:37.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L593, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L593, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0
06:50:37.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L593, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47481], CON-POST   MID=47481, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0
06:50:37.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L593, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-041049831ACB051B], CON-POST   MID=47481, Token=041049831ACB051B, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0
06:50:37.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47481], KeyToken[127.0.0.1:8196-041049831ACB051B]]
06:50:37.696 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E593,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47481, Token=041049831ACB051B, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0]
06:50:37.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47481]
06:50:37.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R594, 127.0.0.1:8193] replace CON-POST   MID=47481, Token=041049831ACB051B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47481, Token=041049831ACB051B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R594, 127.0.0.1:8193] send response NON-2.05   MID=47481, Token=null, OptionSet={}, "server responds hi"
06:50:37.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R594, 127.0.0.1:8193, complete]!
06:50:37.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R594, 127.0.0.1:8193, complete] completed NON-2.04   MID=47481, Token=041049831ACB051B, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71!
06:50:37.697 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E594,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47481, Token=041049831ACB051B, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71]
06:50:37.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47481]
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L593, 127.0.0.1:8196, complete]!
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L593, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-041049831ACB051B]
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L593, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47481]
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L593, 127.0.0.1:8196, complete] completed CON-POST   MID=47481, Token=041049831ACB051B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47481, Token=041049831ACB051B, OptionSet={"Object-Security":0x0A0106}, acked 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0!
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L595, 127.0.0.1:8196] send request
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L595, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L595, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L595, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47482], CON-POST   MID=47482, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9
06:50:37.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L595, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B877991E4620975F], CON-POST   MID=47482, Token=B877991E4620975F, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9
06:50:37.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47482], KeyToken[127.0.0.1:8196-B877991E4620975F]]
06:50:37.699 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E595,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47482, Token=B877991E4620975F, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9]
06:50:37.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47482]
06:50:37.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R596, 127.0.0.1:8193] replace CON-POST   MID=47482, Token=B877991E4620975F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47482, Token=B877991E4620975F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R596, 127.0.0.1:8193] send response NON-2.05   MID=47482, Token=null, OptionSet={}, "server responds hi"
06:50:37.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R596, 127.0.0.1:8193, complete]!
06:50:37.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R596, 127.0.0.1:8193, complete] completed NON-2.04   MID=47482, Token=B877991E4620975F, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8!
06:50:37.699 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E596,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47482, Token=B877991E4620975F, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8]
06:50:37.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47482]
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L595, 127.0.0.1:8196, complete]!
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L595, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B877991E4620975F]
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L595, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47482]
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L595, 127.0.0.1:8196, complete] completed CON-POST   MID=47482, Token=B877991E4620975F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47482, Token=B877991E4620975F, OptionSet={"Object-Security":0x0A0107}, acked F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9!
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L597, 127.0.0.1:8196] send request
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L597, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L597, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L597, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47483], CON-POST   MID=47483, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1
06:50:37.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L597, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-287B94C62603DB4D], CON-POST   MID=47483, Token=287B94C62603DB4D, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1
06:50:37.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47483], KeyToken[127.0.0.1:8196-287B94C62603DB4D]]
06:50:37.701 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E597,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47483, Token=287B94C62603DB4D, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1]
06:50:37.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47483]
06:50:37.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R598, 127.0.0.1:8193] replace CON-POST   MID=47483, Token=287B94C62603DB4D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47483, Token=287B94C62603DB4D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R598, 127.0.0.1:8193] send response NON-2.05   MID=47483, Token=null, OptionSet={}, "server responds hi"
06:50:37.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R598, 127.0.0.1:8193, complete]!
06:50:37.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R598, 127.0.0.1:8193, complete] completed NON-2.04   MID=47483, Token=287B94C62603DB4D, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2!
06:50:37.702 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.702 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E598,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47483, Token=287B94C62603DB4D, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2]
06:50:37.702 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47483]
06:50:37.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L597, 127.0.0.1:8196, complete]!
06:50:37.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L597, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-287B94C62603DB4D]
06:50:37.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L597, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47483]
06:50:37.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L597, 127.0.0.1:8196, complete] completed CON-POST   MID=47483, Token=287B94C62603DB4D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47483, Token=287B94C62603DB4D, OptionSet={"Object-Security":0x0A0108}, acked 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1!
06:50:37.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L599, 127.0.0.1:8196] send request
06:50:37.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L599, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L599, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA
06:50:37.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L599, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47484], CON-POST   MID=47484, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA
06:50:37.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L599, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F8158CAF9833865E], CON-POST   MID=47484, Token=F8158CAF9833865E, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA
06:50:37.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47484], KeyToken[127.0.0.1:8196-F8158CAF9833865E]]
06:50:37.703 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E599,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47484, Token=F8158CAF9833865E, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA]
06:50:37.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47484]
06:50:37.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R600, 127.0.0.1:8193] replace CON-POST   MID=47484, Token=F8158CAF9833865E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47484, Token=F8158CAF9833865E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R600, 127.0.0.1:8193] send response NON-2.05   MID=47484, Token=null, OptionSet={}, "server responds hi"
06:50:37.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R600, 127.0.0.1:8193, complete]!
06:50:37.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R600, 127.0.0.1:8193, complete] completed NON-2.04   MID=47484, Token=F8158CAF9833865E, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0!
06:50:37.704 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.704 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E600,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47484, Token=F8158CAF9833865E, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0]
06:50:37.704 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47484]
06:50:37.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L599, 127.0.0.1:8196, complete]!
06:50:37.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L599, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F8158CAF9833865E]
06:50:37.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L599, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47484]
06:50:37.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L599, 127.0.0.1:8196, complete] completed CON-POST   MID=47484, Token=F8158CAF9833865E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47484, Token=F8158CAF9833865E, OptionSet={"Object-Security":0x0A0109}, acked 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA!
06:50:37.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L601, 127.0.0.1:8196] send request
06:50:37.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L601, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L601, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F
06:50:37.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L601, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47485], CON-POST   MID=47485, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F
06:50:37.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L601, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E8DCC40729D39042], CON-POST   MID=47485, Token=E8DCC40729D39042, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F
06:50:37.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47485], KeyToken[127.0.0.1:8196-E8DCC40729D39042]]
06:50:37.705 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.705 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E601,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47485, Token=E8DCC40729D39042, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F]
06:50:37.705 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47485]
06:50:37.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R602, 127.0.0.1:8193] replace CON-POST   MID=47485, Token=E8DCC40729D39042, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47485, Token=E8DCC40729D39042, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R602, 127.0.0.1:8193] send response NON-2.05   MID=47485, Token=null, OptionSet={}, "server responds hi"
06:50:37.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R602, 127.0.0.1:8193, complete]!
06:50:37.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R602, 127.0.0.1:8193, complete] completed NON-2.04   MID=47485, Token=E8DCC40729D39042, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0!
06:50:37.706 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.706 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E602,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47485, Token=E8DCC40729D39042, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0]
06:50:37.706 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47485]
06:50:37.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L601, 127.0.0.1:8196, complete]!
06:50:37.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L601, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E8DCC40729D39042]
06:50:37.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L601, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47485]
06:50:37.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L601, 127.0.0.1:8196, complete] completed CON-POST   MID=47485, Token=E8DCC40729D39042, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47485, Token=E8DCC40729D39042, OptionSet={"Object-Security":0x0A010A}, acked 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F!
06:50:37.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L603, 127.0.0.1:8196] send request
06:50:37.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L603, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L603, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B
06:50:37.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L603, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47486], CON-POST   MID=47486, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B
06:50:37.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L603, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-10F6567E9A25EDF4], CON-POST   MID=47486, Token=10F6567E9A25EDF4, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B
06:50:37.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47486], KeyToken[127.0.0.1:8196-10F6567E9A25EDF4]]
06:50:37.707 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.746 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E603,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47486, Token=10F6567E9A25EDF4, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B]
06:50:37.746 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47486]
06:50:37.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R604, 127.0.0.1:8193] replace CON-POST   MID=47486, Token=10F6567E9A25EDF4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47486, Token=10F6567E9A25EDF4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R604, 127.0.0.1:8193] send response NON-2.05   MID=47486, Token=null, OptionSet={}, "server responds hi"
06:50:37.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R604, 127.0.0.1:8193, complete]!
06:50:37.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R604, 127.0.0.1:8193, complete] completed NON-2.04   MID=47486, Token=10F6567E9A25EDF4, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF!
06:50:37.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:8193
06:50:37.747 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E604,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47486, Token=10F6567E9A25EDF4, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF]
06:50:37.747 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47486]
06:50:37.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L603, 127.0.0.1:8196, complete]!
06:50:37.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L603, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-10F6567E9A25EDF4]
06:50:37.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L603, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47486]
06:50:37.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L603, 127.0.0.1:8196, complete] completed CON-POST   MID=47486, Token=10F6567E9A25EDF4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47486, Token=10F6567E9A25EDF4, OptionSet={"Object-Security":0x0A010B}, acked 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B!
06:50:37.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L605, 127.0.0.1:8196] send request
06:50:37.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L605, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L605, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5
06:50:37.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L605, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47487], CON-POST   MID=47487, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5
06:50:37.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L605, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-18EB50AC1357B694], CON-POST   MID=47487, Token=18EB50AC1357B694, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5
06:50:37.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47487], KeyToken[127.0.0.1:8196-18EB50AC1357B694]]
06:50:37.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 41 bytes to 127.0.0.1:8196
06:50:37.749 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E605,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47487, Token=18EB50AC1357B694, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5]
06:50:37.749 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47487]
06:50:37.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R606, 127.0.0.1:8193] replace CON-POST   MID=47487, Token=18EB50AC1357B694, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47487, Token=18EB50AC1357B694, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R606, 127.0.0.1:8193] send response NON-2.05   MID=47487, Token=null, OptionSet={}, "server responds hi"
06:50:37.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R606, 127.0.0.1:8193, complete]!
06:50:37.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R606, 127.0.0.1:8193, complete] completed NON-2.04   MID=47487, Token=18EB50AC1357B694, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4!
06:50:37.750 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E606,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47487, Token=18EB50AC1357B694, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4]
06:50:37.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47487]
06:50:37.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L605, 127.0.0.1:8196, complete]!
06:50:37.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L605, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-18EB50AC1357B694]
06:50:37.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L605, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47487]
06:50:37.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L605, 127.0.0.1:8196, complete] completed CON-POST   MID=47487, Token=18EB50AC1357B694, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47487, Token=18EB50AC1357B694, OptionSet={"Object-Security":0x0A010C}, acked 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5!
06:50:37.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L607, 127.0.0.1:8196] send request
06:50:37.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L607, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L607, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4
06:50:37.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L607, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47488], CON-POST   MID=47488, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4
06:50:37.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L607, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-70C553AE76E6BA4E], CON-POST   MID=47488, Token=70C553AE76E6BA4E, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4
06:50:37.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47488], KeyToken[127.0.0.1:8196-70C553AE76E6BA4E]]
06:50:37.751 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E607,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47488, Token=70C553AE76E6BA4E, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4]
06:50:37.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47488]
06:50:37.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R608, 127.0.0.1:8193] replace CON-POST   MID=47488, Token=70C553AE76E6BA4E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47488, Token=70C553AE76E6BA4E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R608, 127.0.0.1:8193] send response NON-2.05   MID=47488, Token=null, OptionSet={}, "server responds hi"
06:50:37.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R608, 127.0.0.1:8193, complete]!
06:50:37.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R608, 127.0.0.1:8193, complete] completed NON-2.04   MID=47488, Token=70C553AE76E6BA4E, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29!
06:50:37.752 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E608,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47488, Token=70C553AE76E6BA4E, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29]
06:50:37.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47488]
06:50:37.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L607, 127.0.0.1:8196, complete]!
06:50:37.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L607, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-70C553AE76E6BA4E]
06:50:37.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L607, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47488]
06:50:37.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L607, 127.0.0.1:8196, complete] completed CON-POST   MID=47488, Token=70C553AE76E6BA4E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47488, Token=70C553AE76E6BA4E, OptionSet={"Object-Security":0x0A010D}, acked 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4!
06:50:37.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L609, 127.0.0.1:8196] send request
06:50:37.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L609, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L609, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2
06:50:37.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L609, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47489], CON-POST   MID=47489, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2
06:50:37.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L609, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D443626F6AFEAC21], CON-POST   MID=47489, Token=D443626F6AFEAC21, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2
06:50:37.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47489], KeyToken[127.0.0.1:8196-D443626F6AFEAC21]]
06:50:37.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:8196
06:50:37.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E609,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47489, Token=D443626F6AFEAC21, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2]
06:50:37.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47489]
06:50:37.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R610, 127.0.0.1:8193] replace CON-POST   MID=47489, Token=D443626F6AFEAC21, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47489, Token=D443626F6AFEAC21, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R610, 127.0.0.1:8193] send response NON-2.05   MID=47489, Token=null, OptionSet={}, "server responds hi"
06:50:37.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R610, 127.0.0.1:8193, complete]!
06:50:37.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R610, 127.0.0.1:8193, complete] completed NON-2.04   MID=47489, Token=D443626F6AFEAC21, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF!
06:50:37.754 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E610,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47489, Token=D443626F6AFEAC21, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF]
06:50:37.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47489]
06:50:37.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L609, 127.0.0.1:8196, complete]!
06:50:37.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L609, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D443626F6AFEAC21]
06:50:37.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L609, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47489]
06:50:37.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L609, 127.0.0.1:8196, complete] completed CON-POST   MID=47489, Token=D443626F6AFEAC21, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47489, Token=D443626F6AFEAC21, OptionSet={"Object-Security":0x0A010E}, acked 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2!
06:50:37.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L611, 127.0.0.1:8196] send request
06:50:37.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L611, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L611, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A
06:50:37.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L611, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47490], CON-POST   MID=47490, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A
06:50:37.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L611, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B43AACB29B863BF0], CON-POST   MID=47490, Token=B43AACB29B863BF0, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A
06:50:37.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47490], KeyToken[127.0.0.1:8196-B43AACB29B863BF0]]
06:50:37.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 41 bytes to 127.0.0.1:8196
06:50:37.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E611,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47490, Token=B43AACB29B863BF0, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A]
06:50:37.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47490]
06:50:37.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R612, 127.0.0.1:8193] replace CON-POST   MID=47490, Token=B43AACB29B863BF0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47490, Token=B43AACB29B863BF0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R612, 127.0.0.1:8193] send response NON-2.05   MID=47490, Token=null, OptionSet={}, "server responds hi"
06:50:37.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R612, 127.0.0.1:8193, complete]!
06:50:37.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R612, 127.0.0.1:8193, complete] completed NON-2.04   MID=47490, Token=B43AACB29B863BF0, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77!
06:50:37.757 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E612,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47490, Token=B43AACB29B863BF0, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77]
06:50:37.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47490]
06:50:37.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L611, 127.0.0.1:8196, complete]!
06:50:37.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L611, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B43AACB29B863BF0]
06:50:37.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L611, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47490]
06:50:37.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L611, 127.0.0.1:8196, complete] completed CON-POST   MID=47490, Token=B43AACB29B863BF0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47490, Token=B43AACB29B863BF0, OptionSet={"Object-Security":0x0A010F}, acked 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A!
06:50:37.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L613, 127.0.0.1:8196] send request
06:50:37.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L613, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L613, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47
06:50:37.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L613, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47491], CON-POST   MID=47491, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47
06:50:37.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L613, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B0C4379402CF79AF], CON-POST   MID=47491, Token=B0C4379402CF79AF, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47
06:50:37.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47491], KeyToken[127.0.0.1:8196-B0C4379402CF79AF]]
06:50:37.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:8196
06:50:37.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E613,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47491, Token=B0C4379402CF79AF, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47]
06:50:37.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47491]
06:50:37.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R614, 127.0.0.1:8193] replace CON-POST   MID=47491, Token=B0C4379402CF79AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47491, Token=B0C4379402CF79AF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R614, 127.0.0.1:8193] send response NON-2.05   MID=47491, Token=null, OptionSet={}, "server responds hi"
06:50:37.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R614, 127.0.0.1:8193, complete]!
06:50:37.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R614, 127.0.0.1:8193, complete] completed NON-2.04   MID=47491, Token=B0C4379402CF79AF, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48!
06:50:37.759 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E614,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47491, Token=B0C4379402CF79AF, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48]
06:50:37.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47491]
06:50:37.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L613, 127.0.0.1:8196, complete]!
06:50:37.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L613, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B0C4379402CF79AF]
06:50:37.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L613, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47491]
06:50:37.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L613, 127.0.0.1:8196, complete] completed CON-POST   MID=47491, Token=B0C4379402CF79AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47491, Token=B0C4379402CF79AF, OptionSet={"Object-Security":0x0A0110}, acked CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47!
06:50:37.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L615, 127.0.0.1:8196] send request
06:50:37.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L615, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L615, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53
06:50:37.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L615, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47492], CON-POST   MID=47492, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53
06:50:37.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L615, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B04AA567FFD8CF85], CON-POST   MID=47492, Token=B04AA567FFD8CF85, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53
06:50:37.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47492], KeyToken[127.0.0.1:8196-B04AA567FFD8CF85]]
06:50:37.760 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E615,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47492, Token=B04AA567FFD8CF85, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53]
06:50:37.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47492]
06:50:37.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R616, 127.0.0.1:8193] replace CON-POST   MID=47492, Token=B04AA567FFD8CF85, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47492, Token=B04AA567FFD8CF85, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R616, 127.0.0.1:8193] send response NON-2.05   MID=47492, Token=null, OptionSet={}, "server responds hi"
06:50:37.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R616, 127.0.0.1:8193, complete]!
06:50:37.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R616, 127.0.0.1:8193, complete] completed NON-2.04   MID=47492, Token=B04AA567FFD8CF85, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F!
06:50:37.761 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E616,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47492, Token=B04AA567FFD8CF85, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F]
06:50:37.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47492]
06:50:37.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L615, 127.0.0.1:8196, complete]!
06:50:37.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L615, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B04AA567FFD8CF85]
06:50:37.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L615, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47492]
06:50:37.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L615, 127.0.0.1:8196, complete] completed CON-POST   MID=47492, Token=B04AA567FFD8CF85, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47492, Token=B04AA567FFD8CF85, OptionSet={"Object-Security":0x0A0111}, acked D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53!
06:50:37.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L617, 127.0.0.1:8196] send request
06:50:37.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L617, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L617, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7
06:50:37.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L617, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47493], CON-POST   MID=47493, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7
06:50:37.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L617, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-90246179D24E45F8], CON-POST   MID=47493, Token=90246179D24E45F8, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7
06:50:37.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47493], KeyToken[127.0.0.1:8196-90246179D24E45F8]]
06:50:37.762 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E617,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47493, Token=90246179D24E45F8, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7]
06:50:37.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47493]
06:50:37.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R618, 127.0.0.1:8193] replace CON-POST   MID=47493, Token=90246179D24E45F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47493, Token=90246179D24E45F8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R618, 127.0.0.1:8193] send response NON-2.05   MID=47493, Token=null, OptionSet={}, "server responds hi"
06:50:37.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R618, 127.0.0.1:8193, complete]!
06:50:37.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R618, 127.0.0.1:8193, complete] completed NON-2.04   MID=47493, Token=90246179D24E45F8, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7!
06:50:37.763 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E618,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47493, Token=90246179D24E45F8, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7]
06:50:37.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47493]
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L617, 127.0.0.1:8196, complete]!
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L617, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-90246179D24E45F8]
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L617, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47493]
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L617, 127.0.0.1:8196, complete] completed CON-POST   MID=47493, Token=90246179D24E45F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47493, Token=90246179D24E45F8, OptionSet={"Object-Security":0x0A0112}, acked D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7!
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L619, 127.0.0.1:8196] send request
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L619, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L619, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L619, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47494], CON-POST   MID=47494, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A
06:50:37.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L619, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-84D5684B6E928CB3], CON-POST   MID=47494, Token=84D5684B6E928CB3, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A
06:50:37.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47494], KeyToken[127.0.0.1:8196-84D5684B6E928CB3]]
06:50:37.765 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E619,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47494, Token=84D5684B6E928CB3, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A]
06:50:37.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47494]
06:50:37.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R620, 127.0.0.1:8193] replace CON-POST   MID=47494, Token=84D5684B6E928CB3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47494, Token=84D5684B6E928CB3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R620, 127.0.0.1:8193] send response NON-2.05   MID=47494, Token=null, OptionSet={}, "server responds hi"
06:50:37.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R620, 127.0.0.1:8193, complete]!
06:50:37.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R620, 127.0.0.1:8193, complete] completed NON-2.04   MID=47494, Token=84D5684B6E928CB3, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D!
06:50:37.765 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E620,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47494, Token=84D5684B6E928CB3, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D]
06:50:37.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47494]
06:50:37.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L619, 127.0.0.1:8196, complete]!
06:50:37.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L619, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-84D5684B6E928CB3]
06:50:37.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L619, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47494]
06:50:37.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L619, 127.0.0.1:8196, complete] completed CON-POST   MID=47494, Token=84D5684B6E928CB3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47494, Token=84D5684B6E928CB3, OptionSet={"Object-Security":0x0A0113}, acked 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A!
06:50:37.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L621, 127.0.0.1:8196] send request
06:50:37.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L621, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L621, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E
06:50:37.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L621, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47495], CON-POST   MID=47495, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E
06:50:37.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L621, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-40AB37FBE2E8C7B1], CON-POST   MID=47495, Token=40AB37FBE2E8C7B1, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E
06:50:37.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47495], KeyToken[127.0.0.1:8196-40AB37FBE2E8C7B1]]
06:50:37.767 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E621,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47495, Token=40AB37FBE2E8C7B1, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E]
06:50:37.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47495]
06:50:37.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R622, 127.0.0.1:8193] replace CON-POST   MID=47495, Token=40AB37FBE2E8C7B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47495, Token=40AB37FBE2E8C7B1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R622, 127.0.0.1:8193] send response NON-2.05   MID=47495, Token=null, OptionSet={}, "server responds hi"
06:50:37.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R622, 127.0.0.1:8193, complete]!
06:50:37.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R622, 127.0.0.1:8193, complete] completed NON-2.04   MID=47495, Token=40AB37FBE2E8C7B1, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC!
06:50:37.768 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E622,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47495, Token=40AB37FBE2E8C7B1, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC]
06:50:37.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47495]
06:50:37.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L621, 127.0.0.1:8196, complete]!
06:50:37.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L621, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-40AB37FBE2E8C7B1]
06:50:37.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L621, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47495]
06:50:37.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L621, 127.0.0.1:8196, complete] completed CON-POST   MID=47495, Token=40AB37FBE2E8C7B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47495, Token=40AB37FBE2E8C7B1, OptionSet={"Object-Security":0x0A0114}, acked 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E!
06:50:37.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L623, 127.0.0.1:8196] send request
06:50:37.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L623, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L623, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF
06:50:37.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L623, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47496], CON-POST   MID=47496, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF
06:50:37.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L623, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-787BBFF340630F36], CON-POST   MID=47496, Token=787BBFF340630F36, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF
06:50:37.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47496], KeyToken[127.0.0.1:8196-787BBFF340630F36]]
06:50:37.769 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E623,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47496, Token=787BBFF340630F36, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF]
06:50:37.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47496]
06:50:37.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R624, 127.0.0.1:8193] replace CON-POST   MID=47496, Token=787BBFF340630F36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47496, Token=787BBFF340630F36, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R624, 127.0.0.1:8193] send response NON-2.05   MID=47496, Token=null, OptionSet={}, "server responds hi"
06:50:37.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R624, 127.0.0.1:8193, complete]!
06:50:37.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R624, 127.0.0.1:8193, complete] completed NON-2.04   MID=47496, Token=787BBFF340630F36, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69!
06:50:37.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:8193
06:50:37.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E624,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47496, Token=787BBFF340630F36, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69]
06:50:37.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47496]
06:50:37.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.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
06:50:37.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L623, 127.0.0.1:8196, complete]!
06:50:37.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L623, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-787BBFF340630F36]
06:50:37.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L623, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47496]
06:50:37.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L623, 127.0.0.1:8196, complete] completed CON-POST   MID=47496, Token=787BBFF340630F36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47496, Token=787BBFF340630F36, OptionSet={"Object-Security":0x0A0115}, acked 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF!
06:50:37.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L625, 127.0.0.1:8196] send request
06:50:37.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L625, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L625, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50
06:50:37.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L625, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47497], CON-POST   MID=47497, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50
06:50:37.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L625, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-ACEA687E9BBB5AAE], CON-POST   MID=47497, Token=ACEA687E9BBB5AAE, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50
06:50:37.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47497], KeyToken[127.0.0.1:8196-ACEA687E9BBB5AAE]]
06:50:37.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E625,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47497, Token=ACEA687E9BBB5AAE, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50]
06:50:37.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47497]
06:50:37.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R626, 127.0.0.1:8193] replace CON-POST   MID=47497, Token=ACEA687E9BBB5AAE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47497, Token=ACEA687E9BBB5AAE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R626, 127.0.0.1:8193] send response NON-2.05   MID=47497, Token=null, OptionSet={}, "server responds hi"
06:50:37.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R626, 127.0.0.1:8193, complete]!
06:50:37.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R626, 127.0.0.1:8193, complete] completed NON-2.04   MID=47497, Token=ACEA687E9BBB5AAE, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B!
06:50:37.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:8193
06:50:37.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E626,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47497, Token=ACEA687E9BBB5AAE, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B]
06:50:37.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47497]
06:50:37.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L625, 127.0.0.1:8196, complete]!
06:50:37.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L625, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-ACEA687E9BBB5AAE]
06:50:37.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L625, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47497]
06:50:37.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L625, 127.0.0.1:8196, complete] completed CON-POST   MID=47497, Token=ACEA687E9BBB5AAE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47497, Token=ACEA687E9BBB5AAE, OptionSet={"Object-Security":0x0A0116}, acked D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50!
06:50:37.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L627, 127.0.0.1:8196] send request
06:50:37.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L627, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L627, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A
06:50:37.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L627, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47498], CON-POST   MID=47498, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A
06:50:37.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L627, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F03054688B679328], CON-POST   MID=47498, Token=F03054688B679328, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A
06:50:37.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47498], KeyToken[127.0.0.1:8196-F03054688B679328]]
06:50:37.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E627,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47498, Token=F03054688B679328, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A]
06:50:37.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47498]
06:50:37.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R628, 127.0.0.1:8193] replace CON-POST   MID=47498, Token=F03054688B679328, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47498, Token=F03054688B679328, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R628, 127.0.0.1:8193] send response NON-2.05   MID=47498, Token=null, OptionSet={}, "server responds hi"
06:50:37.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R628, 127.0.0.1:8193, complete]!
06:50:37.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R628, 127.0.0.1:8193, complete] completed NON-2.04   MID=47498, Token=F03054688B679328, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2!
06:50:37.774 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E628,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47498, Token=F03054688B679328, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2]
06:50:37.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47498]
06:50:37.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L627, 127.0.0.1:8196, complete]!
06:50:37.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L627, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F03054688B679328]
06:50:37.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L627, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47498]
06:50:37.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L627, 127.0.0.1:8196, complete] completed CON-POST   MID=47498, Token=F03054688B679328, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47498, Token=F03054688B679328, OptionSet={"Object-Security":0x0A0117}, acked 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A!
06:50:37.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L629, 127.0.0.1:8196] send request
06:50:37.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L629, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L629, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0
06:50:37.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L629, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47499], CON-POST   MID=47499, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0
06:50:37.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L629, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F8557E3B0EE82B92], CON-POST   MID=47499, Token=F8557E3B0EE82B92, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0
06:50:37.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47499], KeyToken[127.0.0.1:8196-F8557E3B0EE82B92]]
06:50:37.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:8196
06:50:37.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E629,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47499, Token=F8557E3B0EE82B92, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0]
06:50:37.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47499]
06:50:37.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R630, 127.0.0.1:8193] replace CON-POST   MID=47499, Token=F8557E3B0EE82B92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47499, Token=F8557E3B0EE82B92, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R630, 127.0.0.1:8193] send response NON-2.05   MID=47499, Token=null, OptionSet={}, "server responds hi"
06:50:37.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R630, 127.0.0.1:8193, complete]!
06:50:37.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R630, 127.0.0.1:8193, complete] completed NON-2.04   MID=47499, Token=F8557E3B0EE82B92, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C!
06:50:37.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E630,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47499, Token=F8557E3B0EE82B92, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C]
06:50:37.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47499]
06:50:37.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L629, 127.0.0.1:8196, complete]!
06:50:37.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L629, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F8557E3B0EE82B92]
06:50:37.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L629, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47499]
06:50:37.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L629, 127.0.0.1:8196, complete] completed CON-POST   MID=47499, Token=F8557E3B0EE82B92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47499, Token=F8557E3B0EE82B92, OptionSet={"Object-Security":0x0A0118}, acked 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0!
06:50:37.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L631, 127.0.0.1:8196] send request
06:50:37.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L631, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L631, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33
06:50:37.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L631, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47500], CON-POST   MID=47500, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33
06:50:37.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L631, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-785409FD7EA51AFA], CON-POST   MID=47500, Token=785409FD7EA51AFA, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33
06:50:37.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47500], KeyToken[127.0.0.1:8196-785409FD7EA51AFA]]
06:50:37.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 41 bytes to 127.0.0.1:8196
06:50:37.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E631,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47500, Token=785409FD7EA51AFA, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33]
06:50:37.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47500]
06:50:37.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R632, 127.0.0.1:8193] replace CON-POST   MID=47500, Token=785409FD7EA51AFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47500, Token=785409FD7EA51AFA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R632, 127.0.0.1:8193] send response NON-2.05   MID=47500, Token=null, OptionSet={}, "server responds hi"
06:50:37.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R632, 127.0.0.1:8193, complete]!
06:50:37.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R632, 127.0.0.1:8193, complete] completed NON-2.04   MID=47500, Token=785409FD7EA51AFA, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF!
06:50:37.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E632,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47500, Token=785409FD7EA51AFA, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF]
06:50:37.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47500]
06:50:37.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L631, 127.0.0.1:8196, complete]!
06:50:37.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L631, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-785409FD7EA51AFA]
06:50:37.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L631, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47500]
06:50:37.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L631, 127.0.0.1:8196, complete] completed CON-POST   MID=47500, Token=785409FD7EA51AFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47500, Token=785409FD7EA51AFA, OptionSet={"Object-Security":0x0A0119}, acked 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33!
06:50:37.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L633, 127.0.0.1:8196] send request
06:50:37.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L633, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L633, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F
06:50:37.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L633, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47501], CON-POST   MID=47501, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F
06:50:37.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L633, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0C74B8F77823ED99], CON-POST   MID=47501, Token=0C74B8F77823ED99, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F
06:50:37.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47501], KeyToken[127.0.0.1:8196-0C74B8F77823ED99]]
06:50:37.780 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E633,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47501, Token=0C74B8F77823ED99, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F]
06:50:37.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47501]
06:50:37.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R634, 127.0.0.1:8193] replace CON-POST   MID=47501, Token=0C74B8F77823ED99, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47501, Token=0C74B8F77823ED99, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R634, 127.0.0.1:8193] send response NON-2.05   MID=47501, Token=null, OptionSet={}, "server responds hi"
06:50:37.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R634, 127.0.0.1:8193, complete]!
06:50:37.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R634, 127.0.0.1:8193, complete] completed NON-2.04   MID=47501, Token=0C74B8F77823ED99, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41!
06:50:37.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E634,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47501, Token=0C74B8F77823ED99, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41]
06:50:37.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47501]
06:50:37.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L633, 127.0.0.1:8196, complete]!
06:50:37.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L633, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0C74B8F77823ED99]
06:50:37.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L633, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47501]
06:50:37.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L633, 127.0.0.1:8196, complete] completed CON-POST   MID=47501, Token=0C74B8F77823ED99, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47501, Token=0C74B8F77823ED99, OptionSet={"Object-Security":0x0A011A}, acked 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F!
06:50:37.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L635, 127.0.0.1:8196] send request
06:50:37.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L635, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L635, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F
06:50:37.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L635, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47502], CON-POST   MID=47502, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F
06:50:37.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L635, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-18DB63AC7632EF40], CON-POST   MID=47502, Token=18DB63AC7632EF40, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F
06:50:37.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47502], KeyToken[127.0.0.1:8196-18DB63AC7632EF40]]
06:50:37.782 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E635,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47502, Token=18DB63AC7632EF40, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F]
06:50:37.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47502]
06:50:37.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R636, 127.0.0.1:8193] replace CON-POST   MID=47502, Token=18DB63AC7632EF40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47502, Token=18DB63AC7632EF40, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R636, 127.0.0.1:8193] send response NON-2.05   MID=47502, Token=null, OptionSet={}, "server responds hi"
06:50:37.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R636, 127.0.0.1:8193, complete]!
06:50:37.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R636, 127.0.0.1:8193, complete] completed NON-2.04   MID=47502, Token=18DB63AC7632EF40, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91!
06:50:37.783 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E636,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47502, Token=18DB63AC7632EF40, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91]
06:50:37.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47502]
06:50:37.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L635, 127.0.0.1:8196, complete]!
06:50:37.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L635, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-18DB63AC7632EF40]
06:50:37.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L635, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47502]
06:50:37.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L635, 127.0.0.1:8196, complete] completed CON-POST   MID=47502, Token=18DB63AC7632EF40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47502, Token=18DB63AC7632EF40, OptionSet={"Object-Security":0x0A011B}, acked ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F!
06:50:37.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L637, 127.0.0.1:8196] send request
06:50:37.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L637, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L637, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2
06:50:37.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L637, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47503], CON-POST   MID=47503, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2
06:50:37.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L637, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-902AB62B8759F092], CON-POST   MID=47503, Token=902AB62B8759F092, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2
06:50:37.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47503], KeyToken[127.0.0.1:8196-902AB62B8759F092]]
06:50:37.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 41 bytes to 127.0.0.1:8196
06:50:37.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E637,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47503, Token=902AB62B8759F092, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2]
06:50:37.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47503]
06:50:37.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R638, 127.0.0.1:8193] replace CON-POST   MID=47503, Token=902AB62B8759F092, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47503, Token=902AB62B8759F092, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R638, 127.0.0.1:8193] send response NON-2.05   MID=47503, Token=null, OptionSet={}, "server responds hi"
06:50:37.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R638, 127.0.0.1:8193, complete]!
06:50:37.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R638, 127.0.0.1:8193, complete] completed NON-2.04   MID=47503, Token=902AB62B8759F092, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05!
06:50:37.785 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E638,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47503, Token=902AB62B8759F092, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05]
06:50:37.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47503]
06:50:37.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L637, 127.0.0.1:8196, complete]!
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L637, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-902AB62B8759F092]
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L637, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47503]
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L637, 127.0.0.1:8196, complete] completed CON-POST   MID=47503, Token=902AB62B8759F092, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47503, Token=902AB62B8759F092, OptionSet={"Object-Security":0x0A011C}, acked 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2!
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L639, 127.0.0.1:8196] send request
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L639, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L639, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L639, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47504], CON-POST   MID=47504, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L639, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-78D60F6908552FAA], CON-POST   MID=47504, Token=78D60F6908552FAA, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63
06:50:37.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47504], KeyToken[127.0.0.1:8196-78D60F6908552FAA]]
06:50:37.786 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E639,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47504, Token=78D60F6908552FAA, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63]
06:50:37.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47504]
06:50:37.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R640, 127.0.0.1:8193] replace CON-POST   MID=47504, Token=78D60F6908552FAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47504, Token=78D60F6908552FAA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R640, 127.0.0.1:8193] send response NON-2.05   MID=47504, Token=null, OptionSet={}, "server responds hi"
06:50:37.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R640, 127.0.0.1:8193, complete]!
06:50:37.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R640, 127.0.0.1:8193, complete] completed NON-2.04   MID=47504, Token=78D60F6908552FAA, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C!
06:50:37.787 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E640,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47504, Token=78D60F6908552FAA, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C]
06:50:37.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47504]
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L639, 127.0.0.1:8196, complete]!
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L639, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-78D60F6908552FAA]
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L639, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47504]
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L639, 127.0.0.1:8196, complete] completed CON-POST   MID=47504, Token=78D60F6908552FAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47504, Token=78D60F6908552FAA, OptionSet={"Object-Security":0x0A011D}, acked 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63!
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L641, 127.0.0.1:8196] send request
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L641, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L641, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L641, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47505], CON-POST   MID=47505, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L641, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D06A921BE050C591], CON-POST   MID=47505, Token=D06A921BE050C591, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E
06:50:37.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47505], KeyToken[127.0.0.1:8196-D06A921BE050C591]]
06:50:37.788 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E641,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47505, Token=D06A921BE050C591, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E]
06:50:37.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47505]
06:50:37.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R642, 127.0.0.1:8193] replace CON-POST   MID=47505, Token=D06A921BE050C591, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47505, Token=D06A921BE050C591, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R642, 127.0.0.1:8193] send response NON-2.05   MID=47505, Token=null, OptionSet={}, "server responds hi"
06:50:37.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R642, 127.0.0.1:8193, complete]!
06:50:37.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R642, 127.0.0.1:8193, complete] completed NON-2.04   MID=47505, Token=D06A921BE050C591, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51!
06:50:37.789 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.789 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E642,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47505, Token=D06A921BE050C591, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51]
06:50:37.789 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47505]
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L641, 127.0.0.1:8196, complete]!
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L641, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D06A921BE050C591]
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L641, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47505]
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L641, 127.0.0.1:8196, complete] completed CON-POST   MID=47505, Token=D06A921BE050C591, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47505, Token=D06A921BE050C591, OptionSet={"Object-Security":0x0A011E}, acked F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E!
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L643, 127.0.0.1:8196] send request
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L643, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L643, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L643, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47506], CON-POST   MID=47506, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L643, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2C456D7D5EC387B0], CON-POST   MID=47506, Token=2C456D7D5EC387B0, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA
06:50:37.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47506], KeyToken[127.0.0.1:8196-2C456D7D5EC387B0]]
06:50:37.791 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E643,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47506, Token=2C456D7D5EC387B0, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA]
06:50:37.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47506]
06:50:37.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R644, 127.0.0.1:8193] replace CON-POST   MID=47506, Token=2C456D7D5EC387B0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47506, Token=2C456D7D5EC387B0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R644, 127.0.0.1:8193] send response NON-2.05   MID=47506, Token=null, OptionSet={}, "server responds hi"
06:50:37.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R644, 127.0.0.1:8193, complete]!
06:50:37.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R644, 127.0.0.1:8193, complete] completed NON-2.04   MID=47506, Token=2C456D7D5EC387B0, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C!
06:50:37.791 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E644,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47506, Token=2C456D7D5EC387B0, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C]
06:50:37.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47506]
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L643, 127.0.0.1:8196, complete]!
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L643, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2C456D7D5EC387B0]
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L643, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47506]
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L643, 127.0.0.1:8196, complete] completed CON-POST   MID=47506, Token=2C456D7D5EC387B0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47506, Token=2C456D7D5EC387B0, OptionSet={"Object-Security":0x0A011F}, acked CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA!
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L645, 127.0.0.1:8196] send request
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L645, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L645, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1
06:50:37.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L645, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47507], CON-POST   MID=47507, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1
06:50:37.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L645, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-58423365714C0243], CON-POST   MID=47507, Token=58423365714C0243, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1
06:50:37.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47507], KeyToken[127.0.0.1:8196-58423365714C0243]]
06:50:37.793 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E645,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47507, Token=58423365714C0243, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1]
06:50:37.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47507]
06:50:37.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R646, 127.0.0.1:8193] replace CON-POST   MID=47507, Token=58423365714C0243, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47507, Token=58423365714C0243, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R646, 127.0.0.1:8193] send response NON-2.05   MID=47507, Token=null, OptionSet={}, "server responds hi"
06:50:37.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R646, 127.0.0.1:8193, complete]!
06:50:37.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R646, 127.0.0.1:8193, complete] completed NON-2.04   MID=47507, Token=58423365714C0243, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F!
06:50:37.793 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E646,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47507, Token=58423365714C0243, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F]
06:50:37.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47507]
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L645, 127.0.0.1:8196, complete]!
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L645, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-58423365714C0243]
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L645, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47507]
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L645, 127.0.0.1:8196, complete] completed CON-POST   MID=47507, Token=58423365714C0243, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47507, Token=58423365714C0243, OptionSet={"Object-Security":0x0A0120}, acked 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1!
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L647, 127.0.0.1:8196] send request
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L647, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L647, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L647, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47508], CON-POST   MID=47508, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42
06:50:37.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L647, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C06170C9AFF624BF], CON-POST   MID=47508, Token=C06170C9AFF624BF, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42
06:50:37.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47508], KeyToken[127.0.0.1:8196-C06170C9AFF624BF]]
06:50:37.795 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E647,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47508, Token=C06170C9AFF624BF, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42]
06:50:37.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47508]
06:50:37.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R648, 127.0.0.1:8193] replace CON-POST   MID=47508, Token=C06170C9AFF624BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47508, Token=C06170C9AFF624BF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R648, 127.0.0.1:8193] send response NON-2.05   MID=47508, Token=null, OptionSet={}, "server responds hi"
06:50:37.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R648, 127.0.0.1:8193, complete]!
06:50:37.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R648, 127.0.0.1:8193, complete] completed NON-2.04   MID=47508, Token=C06170C9AFF624BF, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4!
06:50:37.796 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E648,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47508, Token=C06170C9AFF624BF, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4]
06:50:37.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47508]
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L647, 127.0.0.1:8196, complete]!
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L647, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C06170C9AFF624BF]
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L647, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47508]
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L647, 127.0.0.1:8196, complete] completed CON-POST   MID=47508, Token=C06170C9AFF624BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47508, Token=C06170C9AFF624BF, OptionSet={"Object-Security":0x0A0121}, acked BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42!
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L649, 127.0.0.1:8196] send request
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L649, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L649, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17
06:50:37.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L649, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47509], CON-POST   MID=47509, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17
06:50:37.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L649, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-68D051126FF84FF7], CON-POST   MID=47509, Token=68D051126FF84FF7, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17
06:50:37.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47509], KeyToken[127.0.0.1:8196-68D051126FF84FF7]]
06:50:37.797 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E649,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47509, Token=68D051126FF84FF7, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17]
06:50:37.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47509]
06:50:37.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R650, 127.0.0.1:8193] replace CON-POST   MID=47509, Token=68D051126FF84FF7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47509, Token=68D051126FF84FF7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R650, 127.0.0.1:8193] send response NON-2.05   MID=47509, Token=null, OptionSet={}, "server responds hi"
06:50:37.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R650, 127.0.0.1:8193, complete]!
06:50:37.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R650, 127.0.0.1:8193, complete] completed NON-2.04   MID=47509, Token=68D051126FF84FF7, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C!
06:50:37.798 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.798 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E650,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47509, Token=68D051126FF84FF7, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C]
06:50:37.798 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47509]
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L649, 127.0.0.1:8196, complete]!
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L649, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-68D051126FF84FF7]
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L649, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47509]
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L649, 127.0.0.1:8196, complete] completed CON-POST   MID=47509, Token=68D051126FF84FF7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47509, Token=68D051126FF84FF7, OptionSet={"Object-Security":0x0A0122}, acked A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17!
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L651, 127.0.0.1:8196] send request
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L651, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L651, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L651, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47510], CON-POST   MID=47510, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D
06:50:37.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L651, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A8FC47D6F77CBBA8], CON-POST   MID=47510, Token=A8FC47D6F77CBBA8, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D
06:50:37.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47510], KeyToken[127.0.0.1:8196-A8FC47D6F77CBBA8]]
06:50:37.799 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E651,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47510, Token=A8FC47D6F77CBBA8, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D]
06:50:37.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47510]
06:50:37.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R652, 127.0.0.1:8193] replace CON-POST   MID=47510, Token=A8FC47D6F77CBBA8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47510, Token=A8FC47D6F77CBBA8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R652, 127.0.0.1:8193] send response NON-2.05   MID=47510, Token=null, OptionSet={}, "server responds hi"
06:50:37.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R652, 127.0.0.1:8193, complete]!
06:50:37.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R652, 127.0.0.1:8193, complete] completed NON-2.04   MID=47510, Token=A8FC47D6F77CBBA8, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03!
06:50:37.799 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E652,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47510, Token=A8FC47D6F77CBBA8, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03]
06:50:37.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47510]
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L651, 127.0.0.1:8196, complete]!
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L651, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A8FC47D6F77CBBA8]
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L651, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47510]
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L651, 127.0.0.1:8196, complete] completed CON-POST   MID=47510, Token=A8FC47D6F77CBBA8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47510, Token=A8FC47D6F77CBBA8, OptionSet={"Object-Security":0x0A0123}, acked 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D!
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L653, 127.0.0.1:8196] send request
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L653, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L653, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L653, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47511], CON-POST   MID=47511, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L653, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D0618DE348FFC547], CON-POST   MID=47511, Token=D0618DE348FFC547, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00
06:50:37.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47511], KeyToken[127.0.0.1:8196-D0618DE348FFC547]]
06:50:37.800 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E653,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47511, Token=D0618DE348FFC547, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00]
06:50:37.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47511]
06:50:37.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R654, 127.0.0.1:8193] replace CON-POST   MID=47511, Token=D0618DE348FFC547, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47511, Token=D0618DE348FFC547, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R654, 127.0.0.1:8193] send response NON-2.05   MID=47511, Token=null, OptionSet={}, "server responds hi"
06:50:37.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R654, 127.0.0.1:8193, complete]!
06:50:37.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R654, 127.0.0.1:8193, complete] completed NON-2.04   MID=47511, Token=D0618DE348FFC547, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E!
06:50:37.801 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.801 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E654,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47511, Token=D0618DE348FFC547, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E]
06:50:37.801 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47511]
06:50:37.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L653, 127.0.0.1:8196, complete]!
06:50:37.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L653, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D0618DE348FFC547]
06:50:37.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L653, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47511]
06:50:37.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L653, 127.0.0.1:8196, complete] completed CON-POST   MID=47511, Token=D0618DE348FFC547, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47511, Token=D0618DE348FFC547, OptionSet={"Object-Security":0x0A0124}, acked 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00!
06:50:37.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L655, 127.0.0.1:8196] send request
06:50:37.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L655, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L655, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53
06:50:37.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L655, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47512], CON-POST   MID=47512, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53
06:50:37.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L655, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A026E7C47CFD047A], CON-POST   MID=47512, Token=A026E7C47CFD047A, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53
06:50:37.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47512], KeyToken[127.0.0.1:8196-A026E7C47CFD047A]]
06:50:37.802 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E655,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47512, Token=A026E7C47CFD047A, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53]
06:50:37.803 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47512]
06:50:37.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R656, 127.0.0.1:8193] replace CON-POST   MID=47512, Token=A026E7C47CFD047A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47512, Token=A026E7C47CFD047A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R656, 127.0.0.1:8193] send response NON-2.05   MID=47512, Token=null, OptionSet={}, "server responds hi"
06:50:37.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R656, 127.0.0.1:8193, complete]!
06:50:37.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R656, 127.0.0.1:8193, complete] completed NON-2.04   MID=47512, Token=A026E7C47CFD047A, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11!
06:50:37.803 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E656,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47512, Token=A026E7C47CFD047A, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11]
06:50:37.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47512]
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L655, 127.0.0.1:8196, complete]!
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L655, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A026E7C47CFD047A]
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L655, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47512]
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L655, 127.0.0.1:8196, complete] completed CON-POST   MID=47512, Token=A026E7C47CFD047A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47512, Token=A026E7C47CFD047A, OptionSet={"Object-Security":0x0A0125}, acked 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53!
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L657, 127.0.0.1:8196] send request
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L657, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L657, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L657, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47513], CON-POST   MID=47513, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L657, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2033A09AD6AD973E], CON-POST   MID=47513, Token=2033A09AD6AD973E, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C
06:50:37.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47513], KeyToken[127.0.0.1:8196-2033A09AD6AD973E]]
06:50:37.804 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.804 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E657,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47513, Token=2033A09AD6AD973E, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C]
06:50:37.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47513]
06:50:37.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R658, 127.0.0.1:8193] replace CON-POST   MID=47513, Token=2033A09AD6AD973E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47513, Token=2033A09AD6AD973E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R658, 127.0.0.1:8193] send response NON-2.05   MID=47513, Token=null, OptionSet={}, "server responds hi"
06:50:37.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R658, 127.0.0.1:8193, complete]!
06:50:37.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R658, 127.0.0.1:8193, complete] completed NON-2.04   MID=47513, Token=2033A09AD6AD973E, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B!
06:50:37.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:8193
06:50:37.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E658,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47513, Token=2033A09AD6AD973E, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B]
06:50:37.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47513]
06:50:37.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L657, 127.0.0.1:8196, complete]!
06:50:37.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L657, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2033A09AD6AD973E]
06:50:37.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L657, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47513]
06:50:37.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L657, 127.0.0.1:8196, complete] completed CON-POST   MID=47513, Token=2033A09AD6AD973E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47513, Token=2033A09AD6AD973E, OptionSet={"Object-Security":0x0A0126}, acked 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C!
06:50:37.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L659, 127.0.0.1:8196] send request
06:50:37.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L659, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L659, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF
06:50:37.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L659, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47514], CON-POST   MID=47514, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF
06:50:37.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L659, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B476DD8C6A7CAC55], CON-POST   MID=47514, Token=B476DD8C6A7CAC55, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF
06:50:37.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47514], KeyToken[127.0.0.1:8196-B476DD8C6A7CAC55]]
06:50:37.848 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.848 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E659,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47514, Token=B476DD8C6A7CAC55, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF]
06:50:37.848 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47514]
06:50:37.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R660, 127.0.0.1:8193] replace CON-POST   MID=47514, Token=B476DD8C6A7CAC55, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47514, Token=B476DD8C6A7CAC55, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R660, 127.0.0.1:8193] send response NON-2.05   MID=47514, Token=null, OptionSet={}, "server responds hi"
06:50:37.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R660, 127.0.0.1:8193, complete]!
06:50:37.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R660, 127.0.0.1:8193, complete] completed NON-2.04   MID=47514, Token=B476DD8C6A7CAC55, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17!
06:50:37.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:8193
06:50:37.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E660,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47514, Token=B476DD8C6A7CAC55, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17]
06:50:37.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47514]
06:50:37.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L659, 127.0.0.1:8196, complete]!
06:50:37.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L659, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B476DD8C6A7CAC55]
06:50:37.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L659, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47514]
06:50:37.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L659, 127.0.0.1:8196, complete] completed CON-POST   MID=47514, Token=B476DD8C6A7CAC55, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47514, Token=B476DD8C6A7CAC55, OptionSet={"Object-Security":0x0A0127}, acked 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF!
06:50:37.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L661, 127.0.0.1:8196] send request
06:50:37.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L661, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L661, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED
06:50:37.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L661, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47515], CON-POST   MID=47515, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED
06:50:37.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L661, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8C14C025213DA854], CON-POST   MID=47515, Token=8C14C025213DA854, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED
06:50:37.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47515], KeyToken[127.0.0.1:8196-8C14C025213DA854]]
06:50:37.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:8196
06:50:37.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E661,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47515, Token=8C14C025213DA854, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED]
06:50:37.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47515]
06:50:37.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R662, 127.0.0.1:8193] replace CON-POST   MID=47515, Token=8C14C025213DA854, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47515, Token=8C14C025213DA854, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R662, 127.0.0.1:8193] send response NON-2.05   MID=47515, Token=null, OptionSet={}, "server responds hi"
06:50:37.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R662, 127.0.0.1:8193, complete]!
06:50:37.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R662, 127.0.0.1:8193, complete] completed NON-2.04   MID=47515, Token=8C14C025213DA854, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3!
06:50:37.851 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E662,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47515, Token=8C14C025213DA854, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3]
06:50:37.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47515]
06:50:37.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L661, 127.0.0.1:8196, complete]!
06:50:37.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L661, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8C14C025213DA854]
06:50:37.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L661, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47515]
06:50:37.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L661, 127.0.0.1:8196, complete] completed CON-POST   MID=47515, Token=8C14C025213DA854, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47515, Token=8C14C025213DA854, OptionSet={"Object-Security":0x0A0128}, acked 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED!
06:50:37.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L663, 127.0.0.1:8196] send request
06:50:37.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L663, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L663, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D
06:50:37.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L663, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47516], CON-POST   MID=47516, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D
06:50:37.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L663, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A0940E3731F70D2E], CON-POST   MID=47516, Token=A0940E3731F70D2E, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D
06:50:37.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47516], KeyToken[127.0.0.1:8196-A0940E3731F70D2E]]
06:50:37.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 41 bytes to 127.0.0.1:8196
06:50:37.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E663,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47516, Token=A0940E3731F70D2E, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D]
06:50:37.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47516]
06:50:37.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R664, 127.0.0.1:8193] replace CON-POST   MID=47516, Token=A0940E3731F70D2E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47516, Token=A0940E3731F70D2E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R664, 127.0.0.1:8193] send response NON-2.05   MID=47516, Token=null, OptionSet={}, "server responds hi"
06:50:37.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R664, 127.0.0.1:8193, complete]!
06:50:37.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R664, 127.0.0.1:8193, complete] completed NON-2.04   MID=47516, Token=A0940E3731F70D2E, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78!
06:50:37.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E664,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47516, Token=A0940E3731F70D2E, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78]
06:50:37.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47516]
06:50:37.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L663, 127.0.0.1:8196, complete]!
06:50:37.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L663, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A0940E3731F70D2E]
06:50:37.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L663, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47516]
06:50:37.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L663, 127.0.0.1:8196, complete] completed CON-POST   MID=47516, Token=A0940E3731F70D2E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47516, Token=A0940E3731F70D2E, OptionSet={"Object-Security":0x0A0129}, acked 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D!
06:50:37.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L665, 127.0.0.1:8196] send request
06:50:37.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L665, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L665, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6
06:50:37.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L665, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47517], CON-POST   MID=47517, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6
06:50:37.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L665, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-38B9C496FE24A3FB], CON-POST   MID=47517, Token=38B9C496FE24A3FB, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6
06:50:37.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47517], KeyToken[127.0.0.1:8196-38B9C496FE24A3FB]]
06:50:37.854 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
06:50:37.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E665,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47517, Token=38B9C496FE24A3FB, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6]
06:50:37.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47517]
06:50:37.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R666, 127.0.0.1:8193] replace CON-POST   MID=47517, Token=38B9C496FE24A3FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47517, Token=38B9C496FE24A3FB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R666, 127.0.0.1:8193] send response NON-2.05   MID=47517, Token=null, OptionSet={}, "server responds hi"
06:50:37.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R666, 127.0.0.1:8193, complete]!
06:50:37.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R666, 127.0.0.1:8193, complete] completed NON-2.04   MID=47517, Token=38B9C496FE24A3FB, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9!
06:50:37.855 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E666,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47517, Token=38B9C496FE24A3FB, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9]
06:50:37.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47517]
06:50:37.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L665, 127.0.0.1:8196, complete]!
06:50:37.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L665, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-38B9C496FE24A3FB]
06:50:37.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L665, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47517]
06:50:37.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L665, 127.0.0.1:8196, complete] completed CON-POST   MID=47517, Token=38B9C496FE24A3FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47517, Token=38B9C496FE24A3FB, OptionSet={"Object-Security":0x0A012A}, acked AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6!
06:50:37.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L667, 127.0.0.1:8196] send request
06:50:37.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L667, 127.0.0.1:8196] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L667, 127.0.0.1:8196] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46
06:50:37.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L667, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-47518], CON-POST   MID=47518, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46
06:50:37.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L667, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3C56356BD1918B42], CON-POST   MID=47518, Token=3C56356BD1918B42, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46
06:50:37.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47518], KeyToken[127.0.0.1:8196-3C56356BD1918B42]]
06:50:37.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 41 bytes to 127.0.0.1:8196
06:50:37.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E667,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47518, Token=3C56356BD1918B42, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46]
06:50:37.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193
06:50:37.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47518]
06:50:37.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R668, 127.0.0.1:8193] replace CON-POST   MID=47518, Token=3C56356BD1918B42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47518, Token=3C56356BD1918B42, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R668, 127.0.0.1:8193] send response NON-2.05   MID=47518, Token=null, OptionSet={}, "server responds hi"
06:50:37.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R668, 127.0.0.1:8193, complete]!
06:50:37.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R668, 127.0.0.1:8193, complete] completed NON-2.04   MID=47518, Token=3C56356BD1918B42, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C!
06:50:37.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:8193
06:50:37.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E668,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47518, Token=3C56356BD1918B42, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C]
06:50:37.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
06:50:37.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:8196-47518]
06:50:37.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L667, 127.0.0.1:8196, complete]!
06:50:37.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L667, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3C56356BD1918B42]
06:50:37.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L667, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-47518]
06:50:37.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L667, 127.0.0.1:8196, complete] completed CON-POST   MID=47518, Token=3C56356BD1918B42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47518, Token=3C56356BD1918B42, OptionSet={"Object-Security":0x0A012B}, acked 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46!
06:50:37.858 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:37.858 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196
06:50:37.858 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196
06:50:37.858 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ...
06:50:37.859 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1
06:50:37.859 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped.
06:50:37.859 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196
06:50:37.859 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:37.860 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:37.860 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:37.860 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:37.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
06:50:37.860 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:37.861 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:37.861 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:37.861 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:37.861 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:37.861 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197
06:50:37.861 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:37.861 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8197, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:37.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:37.861 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8197
06:50:37.861 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
client sent request
06:50:37.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L669, 127.0.0.1:8197] send request
06:50:37.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L669, 127.0.0.1:8197] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L669, 127.0.0.1:8197] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L669, 127.0.0.1:8197] added with KeyMID[127.0.0.1:8197-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L669, 127.0.0.1:8197] added with generated token KeyToken[127.0.0.1:8197-3C7E1049B9C83B7F], CON-POST   MID=10000, Token=3C7E1049B9C83B7F, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8197-10000], KeyToken[127.0.0.1:8197-3C7E1049B9C83B7F]]
06:50:37.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:8197
06:50:37.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E669,T40) 127.0.0.1:8,193 ==> :8,197 [CON-POST   MID=10000, Token=3C7E1049B9C83B7F, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85]
06:50:37.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8197) received 40 bytes from 127.0.0.1:8193
06:50:37.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10000]
06:50:37.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R670, 127.0.0.1:8193] replace CON-POST   MID=10000, Token=3C7E1049B9C83B7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=3C7E1049B9C83B7F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R670, 127.0.0.1:8193] send response NON-2.05   MID=10000, Token=null, OptionSet={}, "server responds hi"
06:50:37.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R670, 127.0.0.1:8193, complete]!
06:50:37.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R670, 127.0.0.1:8193, complete] completed NON-2.04   MID=10000, Token=3C7E1049B9C83B7F, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11!
06:50:37.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E670,T20) 127.0.0.1:8,197 ==> :8,193 [NON-2.04   MID=10000, Token=3C7E1049B9C83B7F, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11]
06:50:37.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8197
06:50:37.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:8197-10000]
06:50:37.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L669, 127.0.0.1:8197, complete]!
06:50:37.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L669, 127.0.0.1:8197, complete] for token KeyToken[127.0.0.1:8197-3C7E1049B9C83B7F]
06:50:37.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L669, 127.0.0.1:8197, complete] for MID KeyMID[127.0.0.1:8197-10000]
06:50:37.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L669, 127.0.0.1:8197, complete] completed CON-POST   MID=10000, Token=3C7E1049B9C83B7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=3C7E1049B9C83B7F, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85!
client received response
06:50:37.865 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:37.865 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197
06:50:37.865 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8197
06:50:37.865 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] stopping ...
06:50:37.865 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /127.0.0.1
06:50:37.865 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] has stopped.
06:50:37.865 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8197
06:50:37.865 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:37.865 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:37.865 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:37.865 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:37.865 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:37.865 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:37.866 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:37.866 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:37.866 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:37.866 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:37.866 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198
06:50:37.866 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:37.866 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8198, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:37.866 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198
06:50:37.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:37.866 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
client sent request
06:50:37.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L671, 127.0.0.1:8198] send request
06:50:37.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L671, 127.0.0.1:8198] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L671, 127.0.0.1:8198] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41
06:50:37.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L671, 127.0.0.1:8198] added with KeyMID[127.0.0.1:8198-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41
06:50:37.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L671, 127.0.0.1:8198] added with generated token KeyToken[127.0.0.1:8198-C8889D3ADAC408F6], CON-POST   MID=10000, Token=C8889D3ADAC408F6, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41
06:50:37.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8198-10000], KeyToken[127.0.0.1:8198-C8889D3ADAC408F6]]
06:50:37.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 41 bytes to 127.0.0.1:8198
06:50:37.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E671,T45) 127.0.0.1:8,193 ==> :8,198 [CON-POST   MID=10000, Token=C8889D3ADAC408F6, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41]
06:50:37.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8198) received 41 bytes from 127.0.0.1:8193
06:50:37.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10000]
06:50:37.868 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found
06:50:37.868 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found
06:50:37.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R672, 127.0.0.1:8193, complete]!
06:50:37.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R672, 127.0.0.1:8193, complete] completed ACK-4.01   MID=10000, Token=C8889D3ADAC408F6, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"!
06:50:37.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 41 bytes to 127.0.0.1:8193
06:50:37.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E672,T20) 127.0.0.1:8,198 ==> :8,193 [ACK-4.01   MID=10000, Token=C8889D3ADAC408F6, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"]
06:50:37.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 41 bytes from 127.0.0.1:8198
06:50:37.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:37.868 [: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=C8889D3ADAC408F6, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found":
06:50:37.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L671, 127.0.0.1:8198, complete]!
06:50:37.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L671, 127.0.0.1:8198, complete] for token KeyToken[127.0.0.1:8198-C8889D3ADAC408F6]
06:50:37.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L671, 127.0.0.1:8198, complete] for MID KeyMID[127.0.0.1:8198-10000]
06:50:37.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L671, 127.0.0.1:8198, complete] completed CON-POST   MID=10000, Token=C8889D3ADAC408F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=C8889D3ADAC408F6, OptionSet={"Object-Security":0x090077}, acked 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41!
client received response
06:50:37.869 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:37.869 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198
06:50:37.869 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198
06:50:37.869 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ...
06:50:37.869 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1
06:50:37.869 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped.
06:50:37.869 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198
06:50:37.869 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:37.869 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:37.869 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:37.869 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:37.870 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:37.870 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:37.870 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:37.870 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:37.870 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:37.870 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:37.870 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199
06:50:37.870 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:37.870 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8199, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:37.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:37.870 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8199
06:50:37.870 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:37.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L673, 127.0.0.1:8199] send request
06:50:37.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L673, 127.0.0.1:8199] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L673, 127.0.0.1:8199] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L673, 127.0.0.1:8199] added with generated mid KeyMID[127.0.0.1:8199-57920], CON-POST   MID=57920, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L673, 127.0.0.1:8199] added with generated token KeyToken[127.0.0.1:8199-D4142C011F7DCFB0], CON-POST   MID=57920, Token=D4142C011F7DCFB0, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-57920], KeyToken[127.0.0.1:8199-D4142C011F7DCFB0]]
06:50:37.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:8199
06:50:37.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E673,T50) 127.0.0.1:8,193 ==> :8,199 [CON-POST   MID=57920, Token=D4142C011F7DCFB0, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85]
06:50:37.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8199) received 40 bytes from 127.0.0.1:8193
06:50:37.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-57920]
06:50:37.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R674, 127.0.0.1:8193] replace CON-POST   MID=57920, Token=D4142C011F7DCFB0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=57920, Token=D4142C011F7DCFB0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R674, 127.0.0.1:8193] send response NON-2.05   MID=57920, Token=null, OptionSet={}, "server responds hi"
06:50:37.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R674, 127.0.0.1:8193, complete]!
06:50:37.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R674, 127.0.0.1:8193, complete] completed NON-2.04   MID=57920, Token=D4142C011F7DCFB0, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11!
06:50:37.873 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E674,T20) 127.0.0.1:8,199 ==> :8,193 [NON-2.04   MID=57920, Token=D4142C011F7DCFB0, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11]
06:50:37.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8199
06:50:37.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8199-57920]
06:50:37.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L673, 127.0.0.1:8199, complete]!
06:50:37.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L673, 127.0.0.1:8199, complete] for token KeyToken[127.0.0.1:8199-D4142C011F7DCFB0]
06:50:37.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L673, 127.0.0.1:8199, complete] for MID KeyMID[127.0.0.1:8199-57920]
06:50:37.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L673, 127.0.0.1:8199, complete] completed CON-POST   MID=57920, Token=D4142C011F7DCFB0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=57920, Token=D4142C011F7DCFB0, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85!
06:50:37.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L675, 127.0.0.1:8199] send request
06:50:37.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L675, 127.0.0.1:8199] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L675, 127.0.0.1:8199] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:37.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L675, 127.0.0.1:8199] added with generated mid KeyMID[127.0.0.1:8199-57921], CON-POST   MID=57921, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:37.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L675, 127.0.0.1:8199] added with generated token KeyToken[127.0.0.1:8199-A8D234267D0DA276], CON-POST   MID=57921, Token=A8D234267D0DA276, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:37.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-57921], KeyToken[127.0.0.1:8199-A8D234267D0DA276]]
06:50:37.875 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8199
06:50:37.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E675,T50) 127.0.0.1:8,193 ==> :8,199 [CON-POST   MID=57921, Token=A8D234267D0DA276, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A]
06:50:37.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8199) received 40 bytes from 127.0.0.1:8193
06:50:37.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-57921]
06:50:37.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R676, 127.0.0.1:8193] replace CON-POST   MID=57921, Token=A8D234267D0DA276, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=57921, Token=A8D234267D0DA276, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R676, 127.0.0.1:8193] send response NON-2.05   MID=57921, Token=null, OptionSet={}, "server responds hi"
06:50:37.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R676, 127.0.0.1:8193, complete]!
06:50:37.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R676, 127.0.0.1:8193, complete] completed NON-2.04   MID=57921, Token=A8D234267D0DA276, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC!
06:50:37.876 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E676,T20) 127.0.0.1:8,199 ==> :8,193 [NON-2.04   MID=57921, Token=A8D234267D0DA276, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC]
06:50:37.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8199
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8199-57921]
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L675, 127.0.0.1:8199, complete]!
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L675, 127.0.0.1:8199, complete] for token KeyToken[127.0.0.1:8199-A8D234267D0DA276]
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L675, 127.0.0.1:8199, complete] for MID KeyMID[127.0.0.1:8199-57921]
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L675, 127.0.0.1:8199, complete] completed CON-POST   MID=57921, Token=A8D234267D0DA276, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=57921, Token=A8D234267D0DA276, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A!
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L677, 127.0.0.1:8199] send request
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L677, 127.0.0.1:8199] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L677, 127.0.0.1:8199] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L677, 127.0.0.1:8199] added with generated mid KeyMID[127.0.0.1:8199-57922], CON-POST   MID=57922, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L677, 127.0.0.1:8199] added with generated token KeyToken[127.0.0.1:8199-44DF628B9205DB4C], CON-POST   MID=57922, Token=44DF628B9205DB4C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-57922], KeyToken[127.0.0.1:8199-44DF628B9205DB4C]]
06:50:37.877 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8199
06:50:37.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E677,T50) 127.0.0.1:8,193 ==> :8,199 [CON-POST   MID=57922, Token=44DF628B9205DB4C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85]
06:50:37.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8199) received 40 bytes from 127.0.0.1:8193
06:50:37.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-57922]
06:50:37.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.877 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
06:50:37.877 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
06:50:37.877 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
06:50:37.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R678, 127.0.0.1:8193, complete]!
06:50:37.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R678, 127.0.0.1:8193, complete] completed ACK-4.01   MID=57922, Token=44DF628B9205DB4C, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
06:50:37.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 30 bytes to 127.0.0.1:8193
06:50:37.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E678,T20) 127.0.0.1:8,199 ==> :8,193 [ACK-4.01   MID=57922, Token=44DF628B9205DB4C, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
06:50:37.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 30 bytes from 127.0.0.1:8199
06:50:37.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:37.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=57922, Token=44DF628B9205DB4C, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
06:50:37.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L677, 127.0.0.1:8199, complete]!
06:50:37.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L677, 127.0.0.1:8199, complete] for token KeyToken[127.0.0.1:8199-44DF628B9205DB4C]
06:50:37.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L677, 127.0.0.1:8199, complete] for MID KeyMID[127.0.0.1:8199-57922]
06:50:37.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L677, 127.0.0.1:8199, complete] completed CON-POST   MID=57922, Token=44DF628B9205DB4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=57922, Token=44DF628B9205DB4C, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85!
06:50:37.878 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:37.878 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199
06:50:37.878 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8199
06:50:37.878 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] stopping ...
06:50:37.878 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /127.0.0.1
06:50:37.878 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] has stopped.
06:50:37.878 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8199
06:50:37.878 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:37.878 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:37.878 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:37.879 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:37.879 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:37.879 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:37.879 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:37.879 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:37.879 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:37.879 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:37.879 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200
06:50:37.879 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:37.880 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8200, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:37.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:37.880 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200
06:50:37.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
client sent request
06:50:37.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L679, 127.0.0.1:8200] send request
06:50:37.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L679, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L679, 127.0.0.1:8200] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L679, 127.0.0.1:8200] added with KeyMID[127.0.0.1:8200-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L679, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-0CEF66F76B79B486], CON-POST   MID=10000, Token=0CEF66F76B79B486, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:37.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-10000], KeyToken[127.0.0.1:8200-0CEF66F76B79B486]]
06:50:37.881 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200
06:50:37.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E679,T55) 127.0.0.1:8,193 ==> :8,200 [CON-POST   MID=10000, Token=0CEF66F76B79B486, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85]
06:50:37.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8193
06:50:37.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10000]
06:50:37.881 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context)
06:50:37.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R680, 127.0.0.1:8193, complete]!
06:50:37.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R680, 127.0.0.1:8193, complete] completed ACK-4.01   MID=10000, Token=0CEF66F76B79B486, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes!
06:50:37.881 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 66 bytes to 127.0.0.1:8193
06:50:37.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E680,T20) 127.0.0.1:8,200 ==> :8,193 [ACK-4.01   MID=10000, Token=0CEF66F76B79B486, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes]
06:50:37.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 66 bytes from 127.0.0.1:8200
06:50:37.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:37.882 [: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=0CEF66F76B79B486, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes:
06:50:37.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L679, 127.0.0.1:8200, complete]!
06:50:37.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L679, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-0CEF66F76B79B486]
06:50:37.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L679, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-10000]
06:50:37.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L679, 127.0.0.1:8200, complete] completed CON-POST   MID=10000, Token=0CEF66F76B79B486, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=0CEF66F76B79B486, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85!
client received response
client sent request
06:50:37.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L681, 127.0.0.1:8200] send request
06:50:37.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L681, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L681, 127.0.0.1:8200] replace CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:37.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L681, 127.0.0.1:8200] added with KeyMID[127.0.0.1:8200-10001], CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:37.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L681, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-B850403C7ACCF881], CON-POST   MID=10001, Token=B850403C7ACCF881, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:37.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-10001], KeyToken[127.0.0.1:8200-B850403C7ACCF881]]
06:50:37.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8200
06:50:37.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E681,T55) 127.0.0.1:8,193 ==> :8,200 [CON-POST   MID=10001, Token=B850403C7ACCF881, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A]
06:50:37.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 49 bytes from 127.0.0.1:8193
06:50:37.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10001]
06:50:37.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R682, 127.0.0.1:8193] replace CON-POST   MID=10001, Token=B850403C7ACCF881, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10001, Token=B850403C7ACCF881, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R682, 127.0.0.1:8193] send response NON-2.05   MID=10001, Token=null, OptionSet={}, "server responds hi"
06:50:37.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R682, 127.0.0.1:8193, complete]!
06:50:37.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R682, 127.0.0.1:8193, complete] completed NON-2.04   MID=10001, Token=B850403C7ACCF881, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC!
06:50:37.884 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
06:50:37.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E682,T20) 127.0.0.1:8,200 ==> :8,193 [NON-2.04   MID=10001, Token=B850403C7ACCF881, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC]
06:50:37.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8200
06:50:37.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-10001]
06:50:37.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L681, 127.0.0.1:8200, complete]!
06:50:37.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L681, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-B850403C7ACCF881]
06:50:37.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L681, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-10001]
06:50:37.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L681, 127.0.0.1:8200, complete] completed CON-POST   MID=10001, Token=B850403C7ACCF881, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10001, Token=B850403C7ACCF881, OptionSet={"Object-Security":0x1901087465737474657374}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A!
client received response
06:50:37.885 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:37.885 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200
06:50:37.885 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200
06:50:37.885 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ...
06:50:37.885 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1
06:50:37.885 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped.
06:50:37.885 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200
06:50:37.885 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest
06:50:37.885 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:37.885 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193
06:50:37.885 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193
06:50:37.885 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ...
06:50:37.885 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0
06:50:37.885 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped.
06:50:37.886 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193
06:50:37.887 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.

Start OSCoreServerClientTest
06:50:37.888 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:37.888 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:37.888 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:37.888 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:37.888 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:37.889 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:37.889 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:37.889 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:37.889 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:37.889 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201
06:50:37.889 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:37.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:37.889 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8201, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:37.889 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8201
06:50:37.889 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:37.889 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:37.889 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:37.890 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:37.890 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:37.890 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:37.890 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:37.890 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:37.890 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:37.890 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:37.890 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202
06:50:37.890 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:37.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:37.890 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8202, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:37.890 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8202
06:50:37.890 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:37.890 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8202 for coap
06:50:37.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L683, 127.0.0.1:8201] send request
06:50:37.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L683, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L683, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:37.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L683, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35872], CON-POST   MID=35872, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:37.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L683, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-8CA9E66F09AF35D6], CON-POST   MID=35872, Token=8CA9E66F09AF35D6, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:37.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35872], KeyToken[127.0.0.1:8201-8CA9E66F09AF35D6]]
06:50:37.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
06:50:37.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E683,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35872, Token=8CA9E66F09AF35D6, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A]
06:50:37.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202
06:50:37.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35872]
06:50:37.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R684, 127.0.0.1:8202] replace CON-POST   MID=35872, Token=8CA9E66F09AF35D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35872, Token=8CA9E66F09AF35D6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R684, 127.0.0.1:8202] send response NON-2.05   MID=35872, Token=null, OptionSet={}, "server responds hi"
06:50:37.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R684, 127.0.0.1:8202, complete]!
06:50:37.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R684, 127.0.0.1:8202, complete] completed NON-2.04   MID=35872, Token=8CA9E66F09AF35D6, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC!
06:50:37.892 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E684,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35872, Token=8CA9E66F09AF35D6, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC]
06:50:37.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35872]
06:50:37.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L683, 127.0.0.1:8201, complete]!
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L683, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-8CA9E66F09AF35D6]
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L683, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35872]
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L683, 127.0.0.1:8201, complete] completed CON-POST   MID=35872, Token=8CA9E66F09AF35D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35872, Token=8CA9E66F09AF35D6, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A!
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L685, 127.0.0.1:8201] send request
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L685, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L685, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L685, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35873], CON-POST   MID=35873, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L685, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-9CFE4AEB5414BAD4], CON-POST   MID=35873, Token=9CFE4AEB5414BAD4, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:37.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35873], KeyToken[127.0.0.1:8201-9CFE4AEB5414BAD4]]
06:50:37.893 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
06:50:37.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E685,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35873, Token=9CFE4AEB5414BAD4, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8]
06:50:37.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202
06:50:37.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35873]
06:50:37.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R686, 127.0.0.1:8202] replace CON-POST   MID=35873, Token=9CFE4AEB5414BAD4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35873, Token=9CFE4AEB5414BAD4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R686, 127.0.0.1:8202] send response NON-2.05   MID=35873, Token=null, OptionSet={}, "server responds hi"
06:50:37.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R686, 127.0.0.1:8202, complete]!
06:50:37.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R686, 127.0.0.1:8202, complete] completed NON-2.04   MID=35873, Token=9CFE4AEB5414BAD4, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09!
06:50:37.894 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E686,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35873, Token=9CFE4AEB5414BAD4, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09]
06:50:37.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35873]
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L685, 127.0.0.1:8201, complete]!
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L685, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-9CFE4AEB5414BAD4]
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L685, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35873]
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L685, 127.0.0.1:8201, complete] completed CON-POST   MID=35873, Token=9CFE4AEB5414BAD4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35873, Token=9CFE4AEB5414BAD4, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8!
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L687, 127.0.0.1:8201] send request
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L687, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L687, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L687, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35874], CON-POST   MID=35874, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L687, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-48E5C21429BE3A4B], CON-POST   MID=35874, Token=48E5C21429BE3A4B, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:37.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35874], KeyToken[127.0.0.1:8201-48E5C21429BE3A4B]]
06:50:37.895 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
06:50:37.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E687,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35874, Token=48E5C21429BE3A4B, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7]
06:50:37.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202
06:50:37.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35874]
06:50:37.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R688, 127.0.0.1:8202] replace CON-POST   MID=35874, Token=48E5C21429BE3A4B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35874, Token=48E5C21429BE3A4B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R688, 127.0.0.1:8202] send response NON-2.05   MID=35874, Token=null, OptionSet={}, "server responds hi"
06:50:37.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R688, 127.0.0.1:8202, complete]!
06:50:37.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R688, 127.0.0.1:8202, complete] completed NON-2.04   MID=35874, Token=48E5C21429BE3A4B, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F!
06:50:37.896 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E688,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35874, Token=48E5C21429BE3A4B, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F]
06:50:37.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.896 [: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-35874]
06:50:37.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L687, 127.0.0.1:8201, complete]!
06:50:37.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L687, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-48E5C21429BE3A4B]
06:50:37.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L687, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35874]
06:50:37.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L687, 127.0.0.1:8201, complete] completed CON-POST   MID=35874, Token=48E5C21429BE3A4B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35874, Token=48E5C21429BE3A4B, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7!
06:50:37.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L689, 127.0.0.1:8201] send request
06:50:37.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L689, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L689, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:37.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L689, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35875], CON-POST   MID=35875, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:37.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L689, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-9092665E9B5BFD31], CON-POST   MID=35875, Token=9092665E9B5BFD31, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:37.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35875], KeyToken[127.0.0.1:8201-9092665E9B5BFD31]]
06:50:37.897 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
06:50:37.897 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E689,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35875, Token=9092665E9B5BFD31, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12]
06:50:37.897 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202
06:50:37.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35875]
06:50:37.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R690, 127.0.0.1:8202] replace CON-POST   MID=35875, Token=9092665E9B5BFD31, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35875, Token=9092665E9B5BFD31, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R690, 127.0.0.1:8202] send response NON-2.05   MID=35875, Token=null, OptionSet={}, "server responds hi"
06:50:37.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R690, 127.0.0.1:8202, complete]!
06:50:37.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R690, 127.0.0.1:8202, complete] completed NON-2.04   MID=35875, Token=9092665E9B5BFD31, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02!
06:50:37.898 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.898 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E690,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35875, Token=9092665E9B5BFD31, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02]
06:50:37.898 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.898 [: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-35875]
06:50:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L689, 127.0.0.1:8201, complete]!
06:50:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L689, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-9092665E9B5BFD31]
06:50:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L689, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35875]
06:50:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L689, 127.0.0.1:8201, complete] completed CON-POST   MID=35875, Token=9092665E9B5BFD31, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35875, Token=9092665E9B5BFD31, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12!
06:50:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L691, 127.0.0.1:8201] send request
06:50:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L691, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L691, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:37.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L691, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35876], CON-POST   MID=35876, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:37.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L691, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-C0053F42AEDE722D], CON-POST   MID=35876, Token=C0053F42AEDE722D, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:37.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35876], KeyToken[127.0.0.1:8201-C0053F42AEDE722D]]
06:50:37.899 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
06:50:37.899 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E691,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35876, Token=C0053F42AEDE722D, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF]
06:50:37.899 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202
06:50:37.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35876]
06:50:37.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R692, 127.0.0.1:8202] replace CON-POST   MID=35876, Token=C0053F42AEDE722D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35876, Token=C0053F42AEDE722D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R692, 127.0.0.1:8202] send response NON-2.05   MID=35876, Token=null, OptionSet={}, "server responds hi"
06:50:37.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R692, 127.0.0.1:8202, complete]!
06:50:37.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R692, 127.0.0.1:8202, complete] completed NON-2.04   MID=35876, Token=C0053F42AEDE722D, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87!
06:50:37.899 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E692,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35876, Token=C0053F42AEDE722D, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87]
06:50:37.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35876]
06:50:37.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L691, 127.0.0.1:8201, complete]!
06:50:37.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L691, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-C0053F42AEDE722D]
06:50:37.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L691, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35876]
06:50:37.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L691, 127.0.0.1:8201, complete] completed CON-POST   MID=35876, Token=C0053F42AEDE722D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35876, Token=C0053F42AEDE722D, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF!
06:50:37.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L693, 127.0.0.1:8201] send request
06:50:37.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L693, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L693, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:37.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L693, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35877], CON-POST   MID=35877, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:37.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L693, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-ECD1D78E16CE3D82], CON-POST   MID=35877, Token=ECD1D78E16CE3D82, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:37.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35877], KeyToken[127.0.0.1:8201-ECD1D78E16CE3D82]]
06:50:37.906 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
06:50:37.906 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E693,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35877, Token=ECD1D78E16CE3D82, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01]
06:50:37.906 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202
06:50:37.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35877]
06:50:37.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R694, 127.0.0.1:8202] replace CON-POST   MID=35877, Token=ECD1D78E16CE3D82, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35877, Token=ECD1D78E16CE3D82, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R694, 127.0.0.1:8202] send response NON-2.05   MID=35877, Token=null, OptionSet={}, "server responds hi"
06:50:37.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R694, 127.0.0.1:8202, complete]!
06:50:37.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R694, 127.0.0.1:8202, complete] completed NON-2.04   MID=35877, Token=ECD1D78E16CE3D82, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE!
06:50:37.907 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.946 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E694,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35877, Token=ECD1D78E16CE3D82, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE]
06:50:37.946 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35877]
06:50:37.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L693, 127.0.0.1:8201, complete]!
06:50:37.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L693, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-ECD1D78E16CE3D82]
06:50:37.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L693, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35877]
06:50:37.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L693, 127.0.0.1:8201, complete] completed CON-POST   MID=35877, Token=ECD1D78E16CE3D82, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35877, Token=ECD1D78E16CE3D82, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01!
06:50:37.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L695, 127.0.0.1:8201] send request
06:50:37.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L695, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L695, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:37.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L695, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35878], CON-POST   MID=35878, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:37.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L695, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-A431F8631988232E], CON-POST   MID=35878, Token=A431F8631988232E, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:37.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35878], KeyToken[127.0.0.1:8201-A431F8631988232E]]
06:50:37.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:8201
06:50:37.948 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E695,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35878, Token=A431F8631988232E, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49]
06:50:37.948 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202
06:50:37.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35878]
06:50:37.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R696, 127.0.0.1:8202] replace CON-POST   MID=35878, Token=A431F8631988232E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35878, Token=A431F8631988232E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R696, 127.0.0.1:8202] send response NON-2.05   MID=35878, Token=null, OptionSet={}, "server responds hi"
06:50:37.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R696, 127.0.0.1:8202, complete]!
06:50:37.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R696, 127.0.0.1:8202, complete] completed NON-2.04   MID=35878, Token=A431F8631988232E, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E!
06:50:37.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:8202
06:50:37.949 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E696,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35878, Token=A431F8631988232E, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E]
06:50:37.949 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35878]
06:50:37.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L695, 127.0.0.1:8201, complete]!
06:50:37.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L695, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-A431F8631988232E]
06:50:37.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L695, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35878]
06:50:37.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L695, 127.0.0.1:8201, complete] completed CON-POST   MID=35878, Token=A431F8631988232E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35878, Token=A431F8631988232E, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49!
06:50:37.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L697, 127.0.0.1:8201] send request
06:50:37.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L697, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L697, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:37.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L697, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35879], CON-POST   MID=35879, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:37.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L697, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-BC600B75B9CD0E07], CON-POST   MID=35879, Token=BC600B75B9CD0E07, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:37.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35879], KeyToken[127.0.0.1:8201-BC600B75B9CD0E07]]
06:50:37.950 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
06:50:37.950 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E697,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35879, Token=BC600B75B9CD0E07, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D]
06:50:37.950 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202
06:50:37.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35879]
06:50:37.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R698, 127.0.0.1:8202] replace CON-POST   MID=35879, Token=BC600B75B9CD0E07, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35879, Token=BC600B75B9CD0E07, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R698, 127.0.0.1:8202] send response NON-2.05   MID=35879, Token=null, OptionSet={}, "server responds hi"
06:50:37.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R698, 127.0.0.1:8202, complete]!
06:50:37.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R698, 127.0.0.1:8202, complete] completed NON-2.04   MID=35879, Token=BC600B75B9CD0E07, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76!
06:50:37.951 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E698,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35879, Token=BC600B75B9CD0E07, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76]
06:50:37.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35879]
06:50:37.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L697, 127.0.0.1:8201, complete]!
06:50:37.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L697, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-BC600B75B9CD0E07]
06:50:37.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L697, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35879]
06:50:37.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L697, 127.0.0.1:8201, complete] completed CON-POST   MID=35879, Token=BC600B75B9CD0E07, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35879, Token=BC600B75B9CD0E07, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D!
06:50:37.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L699, 127.0.0.1:8201] send request
06:50:37.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L699, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L699, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:37.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L699, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35880], CON-POST   MID=35880, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:37.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L699, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-CCE4703ABCDE40A8], CON-POST   MID=35880, Token=CCE4703ABCDE40A8, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:37.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35880], KeyToken[127.0.0.1:8201-CCE4703ABCDE40A8]]
06:50:37.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:8201
06:50:37.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E699,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35880, Token=CCE4703ABCDE40A8, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66]
06:50:37.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202
06:50:37.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35880]
06:50:37.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R700, 127.0.0.1:8202] replace CON-POST   MID=35880, Token=CCE4703ABCDE40A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35880, Token=CCE4703ABCDE40A8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R700, 127.0.0.1:8202] send response NON-2.05   MID=35880, Token=null, OptionSet={}, "server responds hi"
06:50:37.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R700, 127.0.0.1:8202, complete]!
06:50:37.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R700, 127.0.0.1:8202, complete] completed NON-2.04   MID=35880, Token=CCE4703ABCDE40A8, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2!
06:50:37.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E700,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35880, Token=CCE4703ABCDE40A8, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2]
06:50:37.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35880]
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L699, 127.0.0.1:8201, complete]!
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L699, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-CCE4703ABCDE40A8]
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L699, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35880]
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L699, 127.0.0.1:8201, complete] completed CON-POST   MID=35880, Token=CCE4703ABCDE40A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35880, Token=CCE4703ABCDE40A8, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66!
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L701, 127.0.0.1:8201] send request
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L701, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L701, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L701, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35881], CON-POST   MID=35881, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1
06:50:37.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L701, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-74D5627CFA53E231], CON-POST   MID=35881, Token=74D5627CFA53E231, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1
06:50:37.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35881], KeyToken[127.0.0.1:8201-74D5627CFA53E231]]
06:50:37.954 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201
06:50:37.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E701,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35881, Token=74D5627CFA53E231, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1]
06:50:37.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202
06:50:37.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35881]
06:50:37.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R702, 127.0.0.1:8202] replace CON-POST   MID=35881, Token=74D5627CFA53E231, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35881, Token=74D5627CFA53E231, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R702, 127.0.0.1:8202] send response NON-2.05   MID=35881, Token=null, OptionSet={}, "server responds hi"
06:50:37.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R702, 127.0.0.1:8202, complete]!
06:50:37.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R702, 127.0.0.1:8202, complete] completed NON-2.04   MID=35881, Token=74D5627CFA53E231, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A!
06:50:37.954 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E702,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35881, Token=74D5627CFA53E231, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A]
06:50:37.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35881]
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L701, 127.0.0.1:8201, complete]!
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L701, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-74D5627CFA53E231]
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L701, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35881]
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L701, 127.0.0.1:8201, complete] completed CON-POST   MID=35881, Token=74D5627CFA53E231, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35881, Token=74D5627CFA53E231, OptionSet={"Object-Security":0x0A0200}, acked AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1!
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L703, 127.0.0.1:8201] send request
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L703, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L703, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L703, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35882], CON-POST   MID=35882, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L703, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-E49998096CC9A57F], CON-POST   MID=35882, Token=E49998096CC9A57F, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE
06:50:37.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35882], KeyToken[127.0.0.1:8201-E49998096CC9A57F]]
06:50:37.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:8201
06:50:37.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E703,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35882, Token=E49998096CC9A57F, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE]
06:50:37.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202
06:50:37.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35882]
06:50:37.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R704, 127.0.0.1:8202] replace CON-POST   MID=35882, Token=E49998096CC9A57F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35882, Token=E49998096CC9A57F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R704, 127.0.0.1:8202] send response NON-2.05   MID=35882, Token=null, OptionSet={}, "server responds hi"
06:50:37.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R704, 127.0.0.1:8202, complete]!
06:50:37.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R704, 127.0.0.1:8202, complete] completed NON-2.04   MID=35882, Token=E49998096CC9A57F, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F!
06:50:37.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E704,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35882, Token=E49998096CC9A57F, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F]
06:50:37.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35882]
06:50:37.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L703, 127.0.0.1:8201, complete]!
06:50:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L703, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-E49998096CC9A57F]
06:50:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L703, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35882]
06:50:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L703, 127.0.0.1:8201, complete] completed CON-POST   MID=35882, Token=E49998096CC9A57F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35882, Token=E49998096CC9A57F, OptionSet={"Object-Security":0x0A0400}, acked D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE!
06:50:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L705, 127.0.0.1:8201] send request
06:50:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L705, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L705, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7
06:50:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L705, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35883], CON-POST   MID=35883, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7
06:50:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L705, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-1C41E3D839F0FF48], CON-POST   MID=35883, Token=1C41E3D839F0FF48, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7
06:50:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35883], KeyToken[127.0.0.1:8201-1C41E3D839F0FF48]]
06:50:37.957 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201
06:50:37.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E705,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35883, Token=1C41E3D839F0FF48, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7]
06:50:37.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202
06:50:37.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35883]
06:50:37.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R706, 127.0.0.1:8202] replace CON-POST   MID=35883, Token=1C41E3D839F0FF48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35883, Token=1C41E3D839F0FF48, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R706, 127.0.0.1:8202] send response NON-2.05   MID=35883, Token=null, OptionSet={}, "server responds hi"
06:50:37.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R706, 127.0.0.1:8202, complete]!
06:50:37.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R706, 127.0.0.1:8202, complete] completed NON-2.04   MID=35883, Token=1C41E3D839F0FF48, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96!
06:50:37.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:8202
06:50:37.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E706,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35883, Token=1C41E3D839F0FF48, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96]
06:50:37.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35883]
06:50:37.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L705, 127.0.0.1:8201, complete]!
06:50:37.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L705, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-1C41E3D839F0FF48]
06:50:37.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L705, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35883]
06:50:37.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L705, 127.0.0.1:8201, complete] completed CON-POST   MID=35883, Token=1C41E3D839F0FF48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35883, Token=1C41E3D839F0FF48, OptionSet={"Object-Security":0x0A0800}, acked 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7!
06:50:37.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L707, 127.0.0.1:8201] send request
06:50:37.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L707, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L707, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70
06:50:37.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L707, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35884], CON-POST   MID=35884, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70
06:50:37.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L707, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-FCCD1805377F7E36], CON-POST   MID=35884, Token=FCCD1805377F7E36, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70
06:50:37.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35884], KeyToken[127.0.0.1:8201-FCCD1805377F7E36]]
06:50:37.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:8201
06:50:37.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E707,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35884, Token=FCCD1805377F7E36, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70]
06:50:37.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202
06:50:37.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35884]
06:50:37.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R708, 127.0.0.1:8202] replace CON-POST   MID=35884, Token=FCCD1805377F7E36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35884, Token=FCCD1805377F7E36, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R708, 127.0.0.1:8202] send response NON-2.05   MID=35884, Token=null, OptionSet={}, "server responds hi"
06:50:37.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R708, 127.0.0.1:8202, complete]!
06:50:37.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R708, 127.0.0.1:8202, complete] completed NON-2.04   MID=35884, Token=FCCD1805377F7E36, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9!
06:50:37.960 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E708,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35884, Token=FCCD1805377F7E36, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9]
06:50:37.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35884]
06:50:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L707, 127.0.0.1:8201, complete]!
06:50:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L707, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-FCCD1805377F7E36]
06:50:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L707, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35884]
06:50:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L707, 127.0.0.1:8201, complete] completed CON-POST   MID=35884, Token=FCCD1805377F7E36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35884, Token=FCCD1805377F7E36, OptionSet={"Object-Security":0x0A1000}, acked F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70!
06:50:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L709, 127.0.0.1:8201] send request
06:50:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L709, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L709, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55
06:50:37.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L709, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35885], CON-POST   MID=35885, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55
06:50:37.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L709, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-7CC7F900143AEC61], CON-POST   MID=35885, Token=7CC7F900143AEC61, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55
06:50:37.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35885], KeyToken[127.0.0.1:8201-7CC7F900143AEC61]]
06:50:37.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:8201
06:50:37.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E709,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35885, Token=7CC7F900143AEC61, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55]
06:50:37.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202
06:50:37.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35885]
06:50:37.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R710, 127.0.0.1:8202] replace CON-POST   MID=35885, Token=7CC7F900143AEC61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35885, Token=7CC7F900143AEC61, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R710, 127.0.0.1:8202] send response NON-2.05   MID=35885, Token=null, OptionSet={}, "server responds hi"
06:50:37.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R710, 127.0.0.1:8202, complete]!
06:50:37.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R710, 127.0.0.1:8202, complete] completed NON-2.04   MID=35885, Token=7CC7F900143AEC61, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E!
06:50:37.961 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E710,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35885, Token=7CC7F900143AEC61, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E]
06:50:37.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35885]
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L709, 127.0.0.1:8201, complete]!
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L709, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-7CC7F900143AEC61]
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L709, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35885]
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L709, 127.0.0.1:8201, complete] completed CON-POST   MID=35885, Token=7CC7F900143AEC61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35885, Token=7CC7F900143AEC61, OptionSet={"Object-Security":0x0A2000}, acked 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55!
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L711, 127.0.0.1:8201] send request
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L711, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L711, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L711, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35886], CON-POST   MID=35886, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L711, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-FCC3533D63B7026C], CON-POST   MID=35886, Token=FCC3533D63B7026C, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA
06:50:37.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35886], KeyToken[127.0.0.1:8201-FCC3533D63B7026C]]
06:50:37.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201
06:50:37.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E711,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35886, Token=FCC3533D63B7026C, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA]
06:50:37.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202
06:50:37.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35886]
06:50:37.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R712, 127.0.0.1:8202] replace CON-POST   MID=35886, Token=FCC3533D63B7026C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35886, Token=FCC3533D63B7026C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R712, 127.0.0.1:8202] send response NON-2.05   MID=35886, Token=null, OptionSet={}, "server responds hi"
06:50:37.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R712, 127.0.0.1:8202, complete]!
06:50:37.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R712, 127.0.0.1:8202, complete] completed NON-2.04   MID=35886, Token=FCC3533D63B7026C, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50!
06:50:37.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E712,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35886, Token=FCC3533D63B7026C, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50]
06:50:37.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35886]
06:50:37.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L711, 127.0.0.1:8201, complete]!
06:50:37.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L711, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-FCC3533D63B7026C]
06:50:37.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L711, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35886]
06:50:37.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L711, 127.0.0.1:8201, complete] completed CON-POST   MID=35886, Token=FCC3533D63B7026C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35886, Token=FCC3533D63B7026C, OptionSet={"Object-Security":0x0A4000}, acked 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA!
06:50:37.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L713, 127.0.0.1:8201] send request
06:50:37.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L713, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L713, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6
06:50:37.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L713, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35887], CON-POST   MID=35887, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6
06:50:37.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L713, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-74042E7A50303E3A], CON-POST   MID=35887, Token=74042E7A50303E3A, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6
06:50:37.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35887], KeyToken[127.0.0.1:8201-74042E7A50303E3A]]
06:50:37.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:8201
06:50:37.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E713,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35887, Token=74042E7A50303E3A, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6]
06:50:37.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202
06:50:37.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35887]
06:50:37.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, 127.0.0.1:8202] replace CON-POST   MID=35887, Token=74042E7A50303E3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35887, Token=74042E7A50303E3A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R714, 127.0.0.1:8202] send response NON-2.05   MID=35887, Token=null, OptionSet={}, "server responds hi"
06:50:37.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, 127.0.0.1:8202, complete]!
06:50:37.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R714, 127.0.0.1:8202, complete] completed NON-2.04   MID=35887, Token=74042E7A50303E3A, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32!
06:50:37.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E714,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35887, Token=74042E7A50303E3A, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32]
06:50:37.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35887]
06:50:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L713, 127.0.0.1:8201, complete]!
06:50:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L713, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-74042E7A50303E3A]
06:50:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L713, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35887]
06:50:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L713, 127.0.0.1:8201, complete] completed CON-POST   MID=35887, Token=74042E7A50303E3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35887, Token=74042E7A50303E3A, OptionSet={"Object-Security":0x0A8000}, acked D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6!
06:50:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L715, 127.0.0.1:8201] send request
06:50:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L715, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L715, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8
06:50:37.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L715, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35888], CON-POST   MID=35888, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8
06:50:37.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L715, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-007695B97F65B8F7], CON-POST   MID=35888, Token=007695B97F65B8F7, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8
06:50:37.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35888], KeyToken[127.0.0.1:8201-007695B97F65B8F7]]
06:50:37.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 42 bytes to 127.0.0.1:8201
06:50:37.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E715,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35888, Token=007695B97F65B8F7, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8]
06:50:37.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202
06:50:37.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35888]
06:50:37.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, 127.0.0.1:8202] replace CON-POST   MID=35888, Token=007695B97F65B8F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35888, Token=007695B97F65B8F7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R716, 127.0.0.1:8202] send response NON-2.05   MID=35888, Token=null, OptionSet={}, "server responds hi"
06:50:37.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, 127.0.0.1:8202, complete]!
06:50:37.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R716, 127.0.0.1:8202, complete] completed NON-2.04   MID=35888, Token=007695B97F65B8F7, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F!
06:50:37.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:8202
06:50:37.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E716,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35888, Token=007695B97F65B8F7, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F]
06:50:37.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35888]
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L715, 127.0.0.1:8201, complete]!
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L715, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-007695B97F65B8F7]
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L715, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35888]
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L715, 127.0.0.1:8201, complete] completed CON-POST   MID=35888, Token=007695B97F65B8F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35888, Token=007695B97F65B8F7, OptionSet={"Object-Security":0x0B010000}, acked 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8!
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L717, 127.0.0.1:8201] send request
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L717, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L717, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L717, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35889], CON-POST   MID=35889, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L717, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-A05C962115F33BA1], CON-POST   MID=35889, Token=A05C962115F33BA1, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06
06:50:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35889], KeyToken[127.0.0.1:8201-A05C962115F33BA1]]
06:50:37.967 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
06:50:37.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E717,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35889, Token=A05C962115F33BA1, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06]
06:50:37.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202
06:50:37.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35889]
06:50:37.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, 127.0.0.1:8202] replace CON-POST   MID=35889, Token=A05C962115F33BA1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35889, Token=A05C962115F33BA1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R718, 127.0.0.1:8202] send response NON-2.05   MID=35889, Token=null, OptionSet={}, "server responds hi"
06:50:37.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, 127.0.0.1:8202, complete]!
06:50:37.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R718, 127.0.0.1:8202, complete] completed NON-2.04   MID=35889, Token=A05C962115F33BA1, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2!
06:50:37.968 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E718,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35889, Token=A05C962115F33BA1, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2]
06:50:37.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35889]
06:50:37.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L717, 127.0.0.1:8201, complete]!
06:50:37.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L717, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-A05C962115F33BA1]
06:50:37.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L717, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35889]
06:50:37.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L717, 127.0.0.1:8201, complete] completed CON-POST   MID=35889, Token=A05C962115F33BA1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35889, Token=A05C962115F33BA1, OptionSet={"Object-Security":0x0B020000}, acked A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06!
06:50:37.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L719, 127.0.0.1:8201] send request
06:50:37.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L719, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L719, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43
06:50:37.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L719, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35890], CON-POST   MID=35890, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43
06:50:37.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L719, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-748C6D08B24BC20D], CON-POST   MID=35890, Token=748C6D08B24BC20D, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43
06:50:37.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35890], KeyToken[127.0.0.1:8201-748C6D08B24BC20D]]
06:50:37.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 42 bytes to 127.0.0.1:8201
06:50:37.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E719,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35890, Token=748C6D08B24BC20D, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43]
06:50:37.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202
06:50:37.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35890]
06:50:37.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, 127.0.0.1:8202] replace CON-POST   MID=35890, Token=748C6D08B24BC20D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35890, Token=748C6D08B24BC20D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R720, 127.0.0.1:8202] send response NON-2.05   MID=35890, Token=null, OptionSet={}, "server responds hi"
06:50:37.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, 127.0.0.1:8202, complete]!
06:50:37.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R720, 127.0.0.1:8202, complete] completed NON-2.04   MID=35890, Token=748C6D08B24BC20D, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8!
06:50:37.970 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E720,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35890, Token=748C6D08B24BC20D, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8]
06:50:37.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35890]
06:50:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L719, 127.0.0.1:8201, complete]!
06:50:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L719, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-748C6D08B24BC20D]
06:50:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L719, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35890]
06:50:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L719, 127.0.0.1:8201, complete] completed CON-POST   MID=35890, Token=748C6D08B24BC20D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35890, Token=748C6D08B24BC20D, OptionSet={"Object-Security":0x0B040000}, acked B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43!
06:50:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L721, 127.0.0.1:8201] send request
06:50:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L721, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L721, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92
06:50:37.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L721, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35891], CON-POST   MID=35891, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92
06:50:37.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L721, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-0C905A7570A8219B], CON-POST   MID=35891, Token=0C905A7570A8219B, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92
06:50:37.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35891], KeyToken[127.0.0.1:8201-0C905A7570A8219B]]
06:50:37.971 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
06:50:37.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E721,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35891, Token=0C905A7570A8219B, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92]
06:50:37.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202
06:50:37.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35891]
06:50:37.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, 127.0.0.1:8202] replace CON-POST   MID=35891, Token=0C905A7570A8219B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35891, Token=0C905A7570A8219B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R722, 127.0.0.1:8202] send response NON-2.05   MID=35891, Token=null, OptionSet={}, "server responds hi"
06:50:37.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, 127.0.0.1:8202, complete]!
06:50:37.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R722, 127.0.0.1:8202, complete] completed NON-2.04   MID=35891, Token=0C905A7570A8219B, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41!
06:50:37.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E722,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35891, Token=0C905A7570A8219B, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41]
06:50:37.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35891]
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L721, 127.0.0.1:8201, complete]!
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L721, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-0C905A7570A8219B]
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L721, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35891]
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L721, 127.0.0.1:8201, complete] completed CON-POST   MID=35891, Token=0C905A7570A8219B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35891, Token=0C905A7570A8219B, OptionSet={"Object-Security":0x0B080000}, acked 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92!
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L723, 127.0.0.1:8201] send request
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L723, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L723, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L723, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35892], CON-POST   MID=35892, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L723, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-D8040B14BA2BF766], CON-POST   MID=35892, Token=D8040B14BA2BF766, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9
06:50:37.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35892], KeyToken[127.0.0.1:8201-D8040B14BA2BF766]]
06:50:37.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 42 bytes to 127.0.0.1:8201
06:50:37.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E723,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35892, Token=D8040B14BA2BF766, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9]
06:50:37.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202
06:50:37.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35892]
06:50:37.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R724, 127.0.0.1:8202] replace CON-POST   MID=35892, Token=D8040B14BA2BF766, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35892, Token=D8040B14BA2BF766, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R724, 127.0.0.1:8202] send response NON-2.05   MID=35892, Token=null, OptionSet={}, "server responds hi"
06:50:37.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R724, 127.0.0.1:8202, complete]!
06:50:37.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R724, 127.0.0.1:8202, complete] completed NON-2.04   MID=35892, Token=D8040B14BA2BF766, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F!
06:50:37.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:8202
06:50:37.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E724,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35892, Token=D8040B14BA2BF766, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F]
06:50:37.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35892]
06:50:37.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L723, 127.0.0.1:8201, complete]!
06:50:37.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L723, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-D8040B14BA2BF766]
06:50:37.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L723, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35892]
06:50:37.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L723, 127.0.0.1:8201, complete] completed CON-POST   MID=35892, Token=D8040B14BA2BF766, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35892, Token=D8040B14BA2BF766, OptionSet={"Object-Security":0x0B100000}, acked 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9!
06:50:37.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L725, 127.0.0.1:8201] send request
06:50:37.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L725, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L725, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E
06:50:37.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L725, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35893], CON-POST   MID=35893, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E
06:50:37.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L725, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-0438C62851F19D1F], CON-POST   MID=35893, Token=0438C62851F19D1F, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E
06:50:37.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35893], KeyToken[127.0.0.1:8201-0438C62851F19D1F]]
06:50:37.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 42 bytes to 127.0.0.1:8201
06:50:37.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E725,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35893, Token=0438C62851F19D1F, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E]
06:50:37.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202
06:50:37.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35893]
06:50:37.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, 127.0.0.1:8202] replace CON-POST   MID=35893, Token=0438C62851F19D1F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35893, Token=0438C62851F19D1F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R726, 127.0.0.1:8202] send response NON-2.05   MID=35893, Token=null, OptionSet={}, "server responds hi"
06:50:37.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, 127.0.0.1:8202, complete]!
06:50:37.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R726, 127.0.0.1:8202, complete] completed NON-2.04   MID=35893, Token=0438C62851F19D1F, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C!
06:50:37.975 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E726,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35893, Token=0438C62851F19D1F, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C]
06:50:37.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35893]
06:50:37.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L725, 127.0.0.1:8201, complete]!
06:50:37.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L725, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-0438C62851F19D1F]
06:50:37.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L725, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35893]
06:50:37.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L725, 127.0.0.1:8201, complete] completed CON-POST   MID=35893, Token=0438C62851F19D1F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35893, Token=0438C62851F19D1F, OptionSet={"Object-Security":0x0B200000}, acked 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E!
06:50:37.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L727, 127.0.0.1:8201] send request
06:50:37.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L727, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L727, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20
06:50:37.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L727, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35894], CON-POST   MID=35894, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20
06:50:37.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L727, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-34CF76F6EDC3C109], CON-POST   MID=35894, Token=34CF76F6EDC3C109, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20
06:50:37.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35894], KeyToken[127.0.0.1:8201-34CF76F6EDC3C109]]
06:50:37.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 42 bytes to 127.0.0.1:8201
06:50:37.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E727,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35894, Token=34CF76F6EDC3C109, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20]
06:50:37.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202
06:50:37.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35894]
06:50:37.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, 127.0.0.1:8202] replace CON-POST   MID=35894, Token=34CF76F6EDC3C109, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35894, Token=34CF76F6EDC3C109, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R728, 127.0.0.1:8202] send response NON-2.05   MID=35894, Token=null, OptionSet={}, "server responds hi"
06:50:37.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, 127.0.0.1:8202, complete]!
06:50:37.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R728, 127.0.0.1:8202, complete] completed NON-2.04   MID=35894, Token=34CF76F6EDC3C109, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC!
06:50:37.976 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E728,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35894, Token=34CF76F6EDC3C109, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC]
06:50:37.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35894]
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L727, 127.0.0.1:8201, complete]!
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L727, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-34CF76F6EDC3C109]
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L727, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35894]
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L727, 127.0.0.1:8201, complete] completed CON-POST   MID=35894, Token=34CF76F6EDC3C109, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35894, Token=34CF76F6EDC3C109, OptionSet={"Object-Security":0x0B400000}, acked A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20!
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8201] send request
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35895], CON-POST   MID=35895, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-90E9DD70FBCC295A], CON-POST   MID=35895, Token=90E9DD70FBCC295A, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5
06:50:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35895], KeyToken[127.0.0.1:8201-90E9DD70FBCC295A]]
06:50:37.978 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
06:50:37.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E729,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35895, Token=90E9DD70FBCC295A, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5]
06:50:37.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202
06:50:37.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35895]
06:50:37.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, 127.0.0.1:8202] replace CON-POST   MID=35895, Token=90E9DD70FBCC295A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35895, Token=90E9DD70FBCC295A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R730, 127.0.0.1:8202] send response NON-2.05   MID=35895, Token=null, OptionSet={}, "server responds hi"
06:50:37.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, 127.0.0.1:8202, complete]!
06:50:37.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R730, 127.0.0.1:8202, complete] completed NON-2.04   MID=35895, Token=90E9DD70FBCC295A, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6!
06:50:37.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:8202
06:50:37.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E730,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35895, Token=90E9DD70FBCC295A, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6]
06:50:37.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.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:8201-35895]
06:50:37.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8201, complete]!
06:50:37.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-90E9DD70FBCC295A]
06:50:37.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35895]
06:50:37.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L729, 127.0.0.1:8201, complete] completed CON-POST   MID=35895, Token=90E9DD70FBCC295A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35895, Token=90E9DD70FBCC295A, OptionSet={"Object-Security":0x0B800000}, acked 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5!
06:50:37.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L731, 127.0.0.1:8201] send request
06:50:37.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L731, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L731, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A
06:50:37.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L731, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35896], CON-POST   MID=35896, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A
06:50:37.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L731, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-204809AA19C452BD], CON-POST   MID=35896, Token=204809AA19C452BD, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A
06:50:37.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35896], KeyToken[127.0.0.1:8201-204809AA19C452BD]]
06:50:37.979 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201
06:50:37.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E731,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35896, Token=204809AA19C452BD, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A]
06:50:37.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202
06:50:37.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35896]
06:50:37.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, 127.0.0.1:8202] replace CON-POST   MID=35896, Token=204809AA19C452BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35896, Token=204809AA19C452BD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R732, 127.0.0.1:8202] send response NON-2.05   MID=35896, Token=null, OptionSet={}, "server responds hi"
06:50:37.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, 127.0.0.1:8202, complete]!
06:50:37.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R732, 127.0.0.1:8202, complete] completed NON-2.04   MID=35896, Token=204809AA19C452BD, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5!
06:50:37.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E732,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35896, Token=204809AA19C452BD, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5]
06:50:37.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35896]
06:50:37.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L731, 127.0.0.1:8201, complete]!
06:50:37.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L731, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-204809AA19C452BD]
06:50:37.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L731, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35896]
06:50:37.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L731, 127.0.0.1:8201, complete] completed CON-POST   MID=35896, Token=204809AA19C452BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35896, Token=204809AA19C452BD, OptionSet={"Object-Security":0x0C01000000}, acked 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A!
06:50:37.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L733, 127.0.0.1:8201] send request
06:50:37.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L733, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L733, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24
06:50:37.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L733, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35897], CON-POST   MID=35897, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24
06:50:37.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L733, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-D88A80B410441037], CON-POST   MID=35897, Token=D88A80B410441037, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24
06:50:37.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35897], KeyToken[127.0.0.1:8201-D88A80B410441037]]
06:50:37.981 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201
06:50:37.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E733,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35897, Token=D88A80B410441037, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24]
06:50:37.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202
06:50:37.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35897]
06:50:37.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R734, 127.0.0.1:8202] replace CON-POST   MID=35897, Token=D88A80B410441037, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35897, Token=D88A80B410441037, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R734, 127.0.0.1:8202] send response NON-2.05   MID=35897, Token=null, OptionSet={}, "server responds hi"
06:50:37.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R734, 127.0.0.1:8202, complete]!
06:50:37.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R734, 127.0.0.1:8202, complete] completed NON-2.04   MID=35897, Token=D88A80B410441037, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29!
06:50:37.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E734,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35897, Token=D88A80B410441037, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29]
06:50:37.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35897]
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L733, 127.0.0.1:8201, complete]!
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L733, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-D88A80B410441037]
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L733, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35897]
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L733, 127.0.0.1:8201, complete] completed CON-POST   MID=35897, Token=D88A80B410441037, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35897, Token=D88A80B410441037, OptionSet={"Object-Security":0x0C02000000}, acked CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24!
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L735, 127.0.0.1:8201] send request
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L735, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34
06:50:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L735, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35898], CON-POST   MID=35898, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34
06:50:37.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L735, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-50A2C5DBDD147532], CON-POST   MID=35898, Token=50A2C5DBDD147532, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34
06:50:37.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35898], KeyToken[127.0.0.1:8201-50A2C5DBDD147532]]
06:50:37.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201
06:50:37.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E735,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35898, Token=50A2C5DBDD147532, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34]
06:50:37.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202
06:50:37.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35898]
06:50:37.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736, 127.0.0.1:8202] replace CON-POST   MID=35898, Token=50A2C5DBDD147532, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35898, Token=50A2C5DBDD147532, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R736, 127.0.0.1:8202] send response NON-2.05   MID=35898, Token=null, OptionSet={}, "server responds hi"
06:50:37.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736, 127.0.0.1:8202, complete]!
06:50:37.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R736, 127.0.0.1:8202, complete] completed NON-2.04   MID=35898, Token=50A2C5DBDD147532, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24!
06:50:37.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E736,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35898, Token=50A2C5DBDD147532, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24]
06:50:37.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35898]
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735, 127.0.0.1:8201, complete]!
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L735, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-50A2C5DBDD147532]
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L735, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35898]
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L735, 127.0.0.1:8201, complete] completed CON-POST   MID=35898, Token=50A2C5DBDD147532, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35898, Token=50A2C5DBDD147532, OptionSet={"Object-Security":0x0C04000000}, acked 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34!
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L737, 127.0.0.1:8201] send request
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L737, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L737, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35899], CON-POST   MID=35899, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L737, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-D8F914062549026C], CON-POST   MID=35899, Token=D8F914062549026C, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25
06:50:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35899], KeyToken[127.0.0.1:8201-D8F914062549026C]]
06:50:37.984 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201
06:50:37.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E737,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35899, Token=D8F914062549026C, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25]
06:50:37.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202
06:50:37.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35899]
06:50:37.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, 127.0.0.1:8202] replace CON-POST   MID=35899, Token=D8F914062549026C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35899, Token=D8F914062549026C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R738, 127.0.0.1:8202] send response NON-2.05   MID=35899, Token=null, OptionSet={}, "server responds hi"
06:50:37.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, 127.0.0.1:8202, complete]!
06:50:37.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R738, 127.0.0.1:8202, complete] completed NON-2.04   MID=35899, Token=D8F914062549026C, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5!
06:50:37.985 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E738,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35899, Token=D8F914062549026C, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5]
06:50:37.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35899]
06:50:37.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737, 127.0.0.1:8201, complete]!
06:50:37.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L737, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-D8F914062549026C]
06:50:37.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L737, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35899]
06:50:37.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L737, 127.0.0.1:8201, complete] completed CON-POST   MID=35899, Token=D8F914062549026C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35899, Token=D8F914062549026C, OptionSet={"Object-Security":0x0C08000000}, acked EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25!
06:50:37.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L739, 127.0.0.1:8201] send request
06:50:37.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L739, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA
06:50:37.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35900], CON-POST   MID=35900, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA
06:50:37.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-F47F079A57BE07D3], CON-POST   MID=35900, Token=F47F079A57BE07D3, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA
06:50:37.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35900], KeyToken[127.0.0.1:8201-F47F079A57BE07D3]]
06:50:37.986 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201
06:50:37.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E739,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35900, Token=F47F079A57BE07D3, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA]
06:50:37.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202
06:50:37.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35900]
06:50:37.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740, 127.0.0.1:8202] replace CON-POST   MID=35900, Token=F47F079A57BE07D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35900, Token=F47F079A57BE07D3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R740, 127.0.0.1:8202] send response NON-2.05   MID=35900, Token=null, OptionSet={}, "server responds hi"
06:50:37.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740, 127.0.0.1:8202, complete]!
06:50:37.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R740, 127.0.0.1:8202, complete] completed NON-2.04   MID=35900, Token=F47F079A57BE07D3, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA!
06:50:37.987 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E740,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35900, Token=F47F079A57BE07D3, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA]
06:50:37.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35900]
06:50:37.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, 127.0.0.1:8201, complete]!
06:50:37.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-F47F079A57BE07D3]
06:50:37.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35900]
06:50:37.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L739, 127.0.0.1:8201, complete] completed CON-POST   MID=35900, Token=F47F079A57BE07D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35900, Token=F47F079A57BE07D3, OptionSet={"Object-Security":0x0C10000000}, acked AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA!
06:50:37.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L741, 127.0.0.1:8201] send request
06:50:37.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L741, 127.0.0.1:8201] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741, 127.0.0.1:8201] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6
06:50:37.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L741, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-35901], CON-POST   MID=35901, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6
06:50:37.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L741, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-704DF48A7EE544CF], CON-POST   MID=35901, Token=704DF48A7EE544CF, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6
06:50:37.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-35901], KeyToken[127.0.0.1:8201-704DF48A7EE544CF]]
06:50:37.988 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201
06:50:37.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E741,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=35901, Token=704DF48A7EE544CF, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6]
06:50:37.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202
06:50:37.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-35901]
06:50:37.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742, 127.0.0.1:8202] replace CON-POST   MID=35901, Token=704DF48A7EE544CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=35901, Token=704DF48A7EE544CF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R742, 127.0.0.1:8202] send response NON-2.05   MID=35901, Token=null, OptionSet={}, "server responds hi"
06:50:37.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742, 127.0.0.1:8202, complete]!
06:50:37.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R742, 127.0.0.1:8202, complete] completed NON-2.04   MID=35901, Token=704DF48A7EE544CF, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7!
06:50:37.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E742,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=35901, Token=704DF48A7EE544CF, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7]
06:50:37.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
06:50:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35901]
06:50:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741, 127.0.0.1:8201, complete]!
06:50:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L741, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-704DF48A7EE544CF]
06:50:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L741, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-35901]
06:50:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L741, 127.0.0.1:8201, complete] completed CON-POST   MID=35901, Token=704DF48A7EE544CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35901, Token=704DF48A7EE544CF, OptionSet={"Object-Security":0x0C20000000}, acked 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6!
06:50:37.989 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:37.989 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201
06:50:37.990 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8201
06:50:37.990 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] stopping ...
06:50:37.990 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /127.0.0.1
06:50:37.990 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] has stopped.
06:50:37.990 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8201
06:50:37.990 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:37.990 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:37.990 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:37.991 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:37.991 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:37.991 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:37.991 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:37.991 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:37.991 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:37.991 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:37.991 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203
06:50:37.991 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:37.992 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:37.992 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8203, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:37.992 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:37.992 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203
06:50:37.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L743, 127.0.0.1:8203] send request
06:50:37.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L743, 127.0.0.1:8203] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L743, 127.0.0.1:8203] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65
06:50:37.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L743, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-32497], CON-POST   MID=32497, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65
06:50:37.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L743, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-0C0FCD08B2610764], CON-POST   MID=32497, Token=0C0FCD08B2610764, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65
06:50:37.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-32497], KeyToken[127.0.0.1:8203-0C0FCD08B2610764]]
06:50:37.993 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8203
06:50:37.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E743,T68) 127.0.0.1:8,202 ==> :8,203 [CON-POST   MID=32497, Token=0C0FCD08B2610764, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65]
06:50:37.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 41 bytes from 127.0.0.1:8202
06:50:37.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32497]
06:50:37.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R744, 127.0.0.1:8202] replace CON-POST   MID=32497, Token=0C0FCD08B2610764, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32497, Token=0C0FCD08B2610764, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R744, 127.0.0.1:8202] send response NON-2.05   MID=32497, Token=null, OptionSet={}, "server responds hi"
06:50:37.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R744, 127.0.0.1:8202, complete]!
06:50:37.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R744, 127.0.0.1:8202, complete] completed NON-2.04   MID=32497, Token=0C0FCD08B2610764, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE!
06:50:37.994 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.994 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E744,T63) 127.0.0.1:8,203 ==> :8,202 [NON-2.04   MID=32497, Token=0C0FCD08B2610764, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE]
06:50:37.994 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8203
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8203-32497]
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L743, 127.0.0.1:8203, complete]!
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L743, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-0C0FCD08B2610764]
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L743, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-32497]
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L743, 127.0.0.1:8203, complete] completed CON-POST   MID=32497, Token=0C0FCD08B2610764, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32497, Token=0C0FCD08B2610764, OptionSet={"Object-Security":0x0A03E8}, acked 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65!
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L745, 127.0.0.1:8203] send request
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L745, 127.0.0.1:8203] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L745, 127.0.0.1:8203] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L745, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-32498], CON-POST   MID=32498, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L745, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-D83D6C2ED1DE142D], CON-POST   MID=32498, Token=D83D6C2ED1DE142D, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50
06:50:37.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-32498], KeyToken[127.0.0.1:8203-D83D6C2ED1DE142D]]
06:50:37.995 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8203
06:50:37.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E745,T68) 127.0.0.1:8,202 ==> :8,203 [CON-POST   MID=32498, Token=D83D6C2ED1DE142D, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50]
06:50:37.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 41 bytes from 127.0.0.1:8202
06:50:37.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32498]
06:50:37.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.995 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old
06:50:37.995 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
06:50:37.995 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
06:50:37.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R746, 127.0.0.1:8202, complete]!
06:50:37.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R746, 127.0.0.1:8202, complete] completed ACK-4.01   MID=32498, Token=D83D6C2ED1DE142D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
06:50:37.995 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8202
06:50:37.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E746,T63) 127.0.0.1:8,203 ==> :8,202 [ACK-4.01   MID=32498, Token=D83D6C2ED1DE142D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
06:50:37.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 30 bytes from 127.0.0.1:8203
06:50:37.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:37.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=32498, Token=D83D6C2ED1DE142D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
06:50:37.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L745, 127.0.0.1:8203, complete]!
06:50:37.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L745, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-D83D6C2ED1DE142D]
06:50:37.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L745, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-32498]
06:50:37.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L745, 127.0.0.1:8203, complete] completed CON-POST   MID=32498, Token=D83D6C2ED1DE142D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32498, Token=D83D6C2ED1DE142D, OptionSet={"Object-Security":0x0A0388}, acked 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50!
06:50:37.995 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:37.996 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203
06:50:37.996 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203
06:50:37.996 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ...
06:50:37.996 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1
06:50:37.996 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped.
06:50:37.996 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203
06:50:37.996 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:37.996 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:37.996 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:37.996 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:37.996 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:37.997 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:37.997 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:37.997 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:37.997 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:37.997 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:37.997 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204
06:50:37.997 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:37.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:37.997 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8204, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:37.997 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8204
06:50:37.997 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:37.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L747, 127.0.0.1:8204] send request
06:50:37.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L747, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L747, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:37.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L747, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-44677], CON-POST   MID=44677, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:37.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L747, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-FCC679B735FA7A42], CON-POST   MID=44677, Token=FCC679B735FA7A42, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:37.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-44677], KeyToken[127.0.0.1:8204-FCC679B735FA7A42]]
06:50:37.998 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
06:50:37.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E747,T73) 127.0.0.1:8,202 ==> :8,204 [CON-POST   MID=44677, Token=FCC679B735FA7A42, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C]
06:50:37.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8202
06:50:37.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-44677]
06:50:37.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:37.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R748, 127.0.0.1:8202] replace CON-POST   MID=44677, Token=FCC679B735FA7A42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=44677, Token=FCC679B735FA7A42, OptionSet={"Object-Security":0x}, "client says hi"
06:50:37.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R748, 127.0.0.1:8202] send response NON-2.05   MID=44677, Token=null, OptionSet={}, "server responds hi"
06:50:37.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R748, 127.0.0.1:8202, complete]!
06:50:37.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R748, 127.0.0.1:8202, complete] completed NON-2.04   MID=44677, Token=FCC679B735FA7A42, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B!
06:50:37.999 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:37.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E748,T63) 127.0.0.1:8,204 ==> :8,202 [NON-2.04   MID=44677, Token=FCC679B735FA7A42, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B]
06:50:37.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8204
06:50:37.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-44677]
06:50:37.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:37.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L747, 127.0.0.1:8204, complete]!
06:50:38.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L747, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-FCC679B735FA7A42]
06:50:38.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L747, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-44677]
06:50:38.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L747, 127.0.0.1:8204, complete] completed CON-POST   MID=44677, Token=FCC679B735FA7A42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=44677, Token=FCC679B735FA7A42, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C!
06:50:38.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L749, 127.0.0.1:8204] send request
06:50:38.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L749, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L749, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:38.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L749, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-44678], CON-POST   MID=44678, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:38.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L749, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B4DF1C6795CF9227], CON-POST   MID=44678, Token=B4DF1C6795CF9227, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:38.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-44678], KeyToken[127.0.0.1:8204-B4DF1C6795CF9227]]
06:50:38.000 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
06:50:38.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E749,T73) 127.0.0.1:8,202 ==> :8,204 [CON-POST   MID=44678, Token=B4DF1C6795CF9227, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61]
06:50:38.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8202
06:50:38.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-44678]
06:50:38.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750, 127.0.0.1:8202] replace CON-POST   MID=44678, Token=B4DF1C6795CF9227, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=44678, Token=B4DF1C6795CF9227, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R750, 127.0.0.1:8202] send response NON-2.05   MID=44678, Token=null, OptionSet={}, "server responds hi"
06:50:38.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750, 127.0.0.1:8202, complete]!
06:50:38.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R750, 127.0.0.1:8202, complete] completed NON-2.04   MID=44678, Token=B4DF1C6795CF9227, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16!
06:50:38.001 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E750,T63) 127.0.0.1:8,204 ==> :8,202 [NON-2.04   MID=44678, Token=B4DF1C6795CF9227, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16]
06:50:38.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8204
06:50:38.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-44678]
06:50:38.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L749, 127.0.0.1:8204, complete]!
06:50:38.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L749, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B4DF1C6795CF9227]
06:50:38.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L749, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-44678]
06:50:38.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L749, 127.0.0.1:8204, complete] completed CON-POST   MID=44678, Token=B4DF1C6795CF9227, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=44678, Token=B4DF1C6795CF9227, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61!
06:50:38.002 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.002 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8204
06:50:38.002 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8204
06:50:38.002 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] stopping ...
06:50:38.002 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /127.0.0.1
06:50:38.002 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] has stopped.
06:50:38.002 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8204
06:50:38.002 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:38.003 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.003 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.003 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.003 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.003 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.003 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.003 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.003 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.003 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.003 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205
06:50:38.003 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.004 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8205, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.004 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:38.004 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205
06:50:38.004 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:38.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L751, 127.0.0.1:8205] send request
06:50:38.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L751, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L751, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L751, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32079], CON-POST   MID=32079, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L751, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B09CB9E576A67D3A], CON-POST   MID=32079, Token=B09CB9E576A67D3A, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32079], KeyToken[127.0.0.1:8205-B09CB9E576A67D3A]]
06:50:38.004 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.005 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E751,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32079, Token=B09CB9E576A67D3A, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85]
06:50:38.005 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32079]
06:50:38.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752, 127.0.0.1:8202] replace CON-POST   MID=32079, Token=B09CB9E576A67D3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32079, Token=B09CB9E576A67D3A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R752, 127.0.0.1:8202] send response NON-2.05   MID=32079, Token=null, OptionSet={}, "server responds hi"
06:50:38.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752, 127.0.0.1:8202, complete]!
06:50:38.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R752, 127.0.0.1:8202, complete] completed NON-2.04   MID=32079, Token=B09CB9E576A67D3A, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11!
06:50:38.005 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.005 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E752,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32079, Token=B09CB9E576A67D3A, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11]
06:50:38.005 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32079]
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L751, 127.0.0.1:8205, complete]!
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L751, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B09CB9E576A67D3A]
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L751, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32079]
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L751, 127.0.0.1:8205, complete] completed CON-POST   MID=32079, Token=B09CB9E576A67D3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32079, Token=B09CB9E576A67D3A, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85!
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L753, 127.0.0.1:8205] send request
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L753, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L753, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L753, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32080], CON-POST   MID=32080, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L753, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7C1856702D5014D7], CON-POST   MID=32080, Token=7C1856702D5014D7, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:38.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32080], KeyToken[127.0.0.1:8205-7C1856702D5014D7]]
06:50:38.007 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E753,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32080, Token=7C1856702D5014D7, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A]
06:50:38.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32080]
06:50:38.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R754, 127.0.0.1:8202] replace CON-POST   MID=32080, Token=7C1856702D5014D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32080, Token=7C1856702D5014D7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R754, 127.0.0.1:8202] send response NON-2.05   MID=32080, Token=null, OptionSet={}, "server responds hi"
06:50:38.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R754, 127.0.0.1:8202, complete]!
06:50:38.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R754, 127.0.0.1:8202, complete] completed NON-2.04   MID=32080, Token=7C1856702D5014D7, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC!
06:50:38.007 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.007 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E754,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32080, Token=7C1856702D5014D7, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC]
06:50:38.007 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32080]
06:50:38.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L753, 127.0.0.1:8205, complete]!
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L753, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7C1856702D5014D7]
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L753, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32080]
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L753, 127.0.0.1:8205, complete] completed CON-POST   MID=32080, Token=7C1856702D5014D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32080, Token=7C1856702D5014D7, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A!
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L755, 127.0.0.1:8205] send request
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L755, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L755, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L755, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32081], CON-POST   MID=32081, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L755, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-50145993D9DB92FB], CON-POST   MID=32081, Token=50145993D9DB92FB, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
06:50:38.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32081], KeyToken[127.0.0.1:8205-50145993D9DB92FB]]
06:50:38.008 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.009 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E755,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32081, Token=50145993D9DB92FB, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8]
06:50:38.009 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32081]
06:50:38.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R756, 127.0.0.1:8202] replace CON-POST   MID=32081, Token=50145993D9DB92FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32081, Token=50145993D9DB92FB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R756, 127.0.0.1:8202] send response NON-2.05   MID=32081, Token=null, OptionSet={}, "server responds hi"
06:50:38.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R756, 127.0.0.1:8202, complete]!
06:50:38.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R756, 127.0.0.1:8202, complete] completed NON-2.04   MID=32081, Token=50145993D9DB92FB, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09!
06:50:38.009 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E756,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32081, Token=50145993D9DB92FB, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09]
06:50:38.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32081]
06:50:38.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L755, 127.0.0.1:8205, complete]!
06:50:38.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L755, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-50145993D9DB92FB]
06:50:38.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L755, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32081]
06:50:38.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L755, 127.0.0.1:8205, complete] completed CON-POST   MID=32081, Token=50145993D9DB92FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32081, Token=50145993D9DB92FB, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8!
06:50:38.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L757, 127.0.0.1:8205] send request
06:50:38.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L757, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L757, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4
06:50:38.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L757, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32082], CON-POST   MID=32082, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4
06:50:38.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L757, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-347D7907370593CD], CON-POST   MID=32082, Token=347D7907370593CD, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4
06:50:38.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32082], KeyToken[127.0.0.1:8205-347D7907370593CD]]
06:50:38.047 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.047 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E757,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32082, Token=347D7907370593CD, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4]
06:50:38.047 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32082]
06:50:38.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R758, 127.0.0.1:8202] replace CON-POST   MID=32082, Token=347D7907370593CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32082, Token=347D7907370593CD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R758, 127.0.0.1:8202] send response NON-2.05   MID=32082, Token=null, OptionSet={}, "server responds hi"
06:50:38.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R758, 127.0.0.1:8202, complete]!
06:50:38.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R758, 127.0.0.1:8202, complete] completed NON-2.04   MID=32082, Token=347D7907370593CD, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB!
06:50:38.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:8202
06:50:38.048 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E758,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32082, Token=347D7907370593CD, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB]
06:50:38.048 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32082]
06:50:38.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L757, 127.0.0.1:8205, complete]!
06:50:38.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L757, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-347D7907370593CD]
06:50:38.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L757, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32082]
06:50:38.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L757, 127.0.0.1:8205, complete] completed CON-POST   MID=32082, Token=347D7907370593CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32082, Token=347D7907370593CD, OptionSet={"Object-Security":0x0903}, acked C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4!
06:50:38.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L759, 127.0.0.1:8205] send request
06:50:38.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L759, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L759, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:38.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L759, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32083], CON-POST   MID=32083, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:38.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L759, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-FC67F3A06E557483], CON-POST   MID=32083, Token=FC67F3A06E557483, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
06:50:38.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32083], KeyToken[127.0.0.1:8205-FC67F3A06E557483]]
06:50:38.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:8205
06:50:38.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E759,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32083, Token=FC67F3A06E557483, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7]
06:50:38.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32083]
06:50:38.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R760, 127.0.0.1:8202] replace CON-POST   MID=32083, Token=FC67F3A06E557483, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32083, Token=FC67F3A06E557483, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R760, 127.0.0.1:8202] send response NON-2.05   MID=32083, Token=null, OptionSet={}, "server responds hi"
06:50:38.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R760, 127.0.0.1:8202, complete]!
06:50:38.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R760, 127.0.0.1:8202, complete] completed NON-2.04   MID=32083, Token=FC67F3A06E557483, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F!
06:50:38.050 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E760,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32083, Token=FC67F3A06E557483, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F]
06:50:38.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32083]
06:50:38.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L759, 127.0.0.1:8205, complete]!
06:50:38.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L759, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-FC67F3A06E557483]
06:50:38.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L759, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32083]
06:50:38.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L759, 127.0.0.1:8205, complete] completed CON-POST   MID=32083, Token=FC67F3A06E557483, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32083, Token=FC67F3A06E557483, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7!
06:50:38.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L761, 127.0.0.1:8205] send request
06:50:38.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L761, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L761, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:38.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L761, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32084], CON-POST   MID=32084, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:38.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L761, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A80DA769D7212DF0], CON-POST   MID=32084, Token=A80DA769D7212DF0, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
06:50:38.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32084], KeyToken[127.0.0.1:8205-A80DA769D7212DF0]]
06:50:38.051 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E761,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32084, Token=A80DA769D7212DF0, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61]
06:50:38.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32084]
06:50:38.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R762, 127.0.0.1:8202] replace CON-POST   MID=32084, Token=A80DA769D7212DF0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32084, Token=A80DA769D7212DF0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R762, 127.0.0.1:8202] send response NON-2.05   MID=32084, Token=null, OptionSet={}, "server responds hi"
06:50:38.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R762, 127.0.0.1:8202, complete]!
06:50:38.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R762, 127.0.0.1:8202, complete] completed NON-2.04   MID=32084, Token=A80DA769D7212DF0, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16!
06:50:38.052 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E762,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32084, Token=A80DA769D7212DF0, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16]
06:50:38.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32084]
06:50:38.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L761, 127.0.0.1:8205, complete]!
06:50:38.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L761, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A80DA769D7212DF0]
06:50:38.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L761, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32084]
06:50:38.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L761, 127.0.0.1:8205, complete] completed CON-POST   MID=32084, Token=A80DA769D7212DF0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32084, Token=A80DA769D7212DF0, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61!
06:50:38.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L763, 127.0.0.1:8205] send request
06:50:38.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L763, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L763, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD
06:50:38.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L763, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32085], CON-POST   MID=32085, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD
06:50:38.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L763, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8437FE3CD1ADD860], CON-POST   MID=32085, Token=8437FE3CD1ADD860, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD
06:50:38.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32085], KeyToken[127.0.0.1:8205-8437FE3CD1ADD860]]
06:50:38.053 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E763,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32085, Token=8437FE3CD1ADD860, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD]
06:50:38.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32085]
06:50:38.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R764, 127.0.0.1:8202] replace CON-POST   MID=32085, Token=8437FE3CD1ADD860, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32085, Token=8437FE3CD1ADD860, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R764, 127.0.0.1:8202] send response NON-2.05   MID=32085, Token=null, OptionSet={}, "server responds hi"
06:50:38.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R764, 127.0.0.1:8202, complete]!
06:50:38.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R764, 127.0.0.1:8202, complete] completed NON-2.04   MID=32085, Token=8437FE3CD1ADD860, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6!
06:50:38.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E764,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32085, Token=8437FE3CD1ADD860, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6]
06:50:38.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32085]
06:50:38.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L763, 127.0.0.1:8205, complete]!
06:50:38.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L763, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8437FE3CD1ADD860]
06:50:38.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L763, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32085]
06:50:38.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L763, 127.0.0.1:8205, complete] completed CON-POST   MID=32085, Token=8437FE3CD1ADD860, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32085, Token=8437FE3CD1ADD860, OptionSet={"Object-Security":0x0906}, acked 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD!
06:50:38.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L765, 127.0.0.1:8205] send request
06:50:38.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L765, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L765, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0
06:50:38.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L765, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32086], CON-POST   MID=32086, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0
06:50:38.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L765, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-30BBC442A8D318F1], CON-POST   MID=32086, Token=30BBC442A8D318F1, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0
06:50:38.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32086], KeyToken[127.0.0.1:8205-30BBC442A8D318F1]]
06:50:38.055 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E765,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32086, Token=30BBC442A8D318F1, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0]
06:50:38.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32086]
06:50:38.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766, 127.0.0.1:8202] replace CON-POST   MID=32086, Token=30BBC442A8D318F1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32086, Token=30BBC442A8D318F1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R766, 127.0.0.1:8202] send response NON-2.05   MID=32086, Token=null, OptionSet={}, "server responds hi"
06:50:38.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766, 127.0.0.1:8202, complete]!
06:50:38.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R766, 127.0.0.1:8202, complete] completed NON-2.04   MID=32086, Token=30BBC442A8D318F1, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6!
06:50:38.056 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E766,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32086, Token=30BBC442A8D318F1, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6]
06:50:38.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32086]
06:50:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L765, 127.0.0.1:8205, complete]!
06:50:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L765, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-30BBC442A8D318F1]
06:50:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L765, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32086]
06:50:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L765, 127.0.0.1:8205, complete] completed CON-POST   MID=32086, Token=30BBC442A8D318F1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32086, Token=30BBC442A8D318F1, OptionSet={"Object-Security":0x0907}, acked F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0!
06:50:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L767, 127.0.0.1:8205] send request
06:50:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L767, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L767, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:38.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L767, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32087], CON-POST   MID=32087, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:38.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L767, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A83F9E1708441B61], CON-POST   MID=32087, Token=A83F9E1708441B61, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
06:50:38.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32087], KeyToken[127.0.0.1:8205-A83F9E1708441B61]]
06:50:38.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E767,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32087, Token=A83F9E1708441B61, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12]
06:50:38.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32087]
06:50:38.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768, 127.0.0.1:8202] replace CON-POST   MID=32087, Token=A83F9E1708441B61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32087, Token=A83F9E1708441B61, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R768, 127.0.0.1:8202] send response NON-2.05   MID=32087, Token=null, OptionSet={}, "server responds hi"
06:50:38.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768, 127.0.0.1:8202, complete]!
06:50:38.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R768, 127.0.0.1:8202, complete] completed NON-2.04   MID=32087, Token=A83F9E1708441B61, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02!
06:50:38.058 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E768,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32087, Token=A83F9E1708441B61, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02]
06:50:38.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32087]
06:50:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L767, 127.0.0.1:8205, complete]!
06:50:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L767, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A83F9E1708441B61]
06:50:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L767, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32087]
06:50:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L767, 127.0.0.1:8205, complete] completed CON-POST   MID=32087, Token=A83F9E1708441B61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32087, Token=A83F9E1708441B61, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12!
06:50:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L769, 127.0.0.1:8205] send request
06:50:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L769, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L769, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE
06:50:38.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L769, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32088], CON-POST   MID=32088, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE
06:50:38.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L769, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-AC8780E767A0A817], CON-POST   MID=32088, Token=AC8780E767A0A817, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE
06:50:38.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32088], KeyToken[127.0.0.1:8205-AC8780E767A0A817]]
06:50:38.059 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E769,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32088, Token=AC8780E767A0A817, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE]
06:50:38.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32088]
06:50:38.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770, 127.0.0.1:8202] replace CON-POST   MID=32088, Token=AC8780E767A0A817, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32088, Token=AC8780E767A0A817, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R770, 127.0.0.1:8202] send response NON-2.05   MID=32088, Token=null, OptionSet={}, "server responds hi"
06:50:38.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770, 127.0.0.1:8202, complete]!
06:50:38.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R770, 127.0.0.1:8202, complete] completed NON-2.04   MID=32088, Token=AC8780E767A0A817, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C!
06:50:38.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:8202
06:50:38.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E770,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32088, Token=AC8780E767A0A817, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C]
06:50:38.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32088]
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L769, 127.0.0.1:8205, complete]!
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L769, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-AC8780E767A0A817]
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L769, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32088]
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L769, 127.0.0.1:8205, complete] completed CON-POST   MID=32088, Token=AC8780E767A0A817, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32088, Token=AC8780E767A0A817, OptionSet={"Object-Security":0x0909}, acked A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE!
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L771, 127.0.0.1:8205] send request
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L771, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L771, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L771, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32089], CON-POST   MID=32089, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L771, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8CE483330CC63194], CON-POST   MID=32089, Token=8CE483330CC63194, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
06:50:38.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32089], KeyToken[127.0.0.1:8205-8CE483330CC63194]]
06:50:38.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E771,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32089, Token=8CE483330CC63194, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C]
06:50:38.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32089]
06:50:38.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772, 127.0.0.1:8202] replace CON-POST   MID=32089, Token=8CE483330CC63194, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32089, Token=8CE483330CC63194, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R772, 127.0.0.1:8202] send response NON-2.05   MID=32089, Token=null, OptionSet={}, "server responds hi"
06:50:38.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772, 127.0.0.1:8202, complete]!
06:50:38.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R772, 127.0.0.1:8202, complete] completed NON-2.04   MID=32089, Token=8CE483330CC63194, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B!
06:50:38.061 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E772,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32089, Token=8CE483330CC63194, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B]
06:50:38.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32089]
06:50:38.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L771, 127.0.0.1:8205, complete]!
06:50:38.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L771, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8CE483330CC63194]
06:50:38.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L771, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32089]
06:50:38.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L771, 127.0.0.1:8205, complete] completed CON-POST   MID=32089, Token=8CE483330CC63194, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32089, Token=8CE483330CC63194, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C!
06:50:38.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L773, 127.0.0.1:8205] send request
06:50:38.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L773, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L773, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9
06:50:38.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L773, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32090], CON-POST   MID=32090, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9
06:50:38.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L773, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-28F6AED24C7610A9], CON-POST   MID=32090, Token=28F6AED24C7610A9, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9
06:50:38.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32090], KeyToken[127.0.0.1:8205-28F6AED24C7610A9]]
06:50:38.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:8205
06:50:38.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E773,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32090, Token=28F6AED24C7610A9, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9]
06:50:38.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32090]
06:50:38.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R774, 127.0.0.1:8202] replace CON-POST   MID=32090, Token=28F6AED24C7610A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32090, Token=28F6AED24C7610A9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R774, 127.0.0.1:8202] send response NON-2.05   MID=32090, Token=null, OptionSet={}, "server responds hi"
06:50:38.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R774, 127.0.0.1:8202, complete]!
06:50:38.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R774, 127.0.0.1:8202, complete] completed NON-2.04   MID=32090, Token=28F6AED24C7610A9, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E!
06:50:38.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:8202
06:50:38.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E774,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32090, Token=28F6AED24C7610A9, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E]
06:50:38.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32090]
06:50:38.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L773, 127.0.0.1:8205, complete]!
06:50:38.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L773, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-28F6AED24C7610A9]
06:50:38.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L773, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32090]
06:50:38.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L773, 127.0.0.1:8205, complete] completed CON-POST   MID=32090, Token=28F6AED24C7610A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32090, Token=28F6AED24C7610A9, OptionSet={"Object-Security":0x090B}, acked 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9!
06:50:38.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L775, 127.0.0.1:8205] send request
06:50:38.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L775, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L775, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93
06:50:38.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L775, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32091], CON-POST   MID=32091, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93
06:50:38.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L775, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-701D56D002519BEB], CON-POST   MID=32091, Token=701D56D002519BEB, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93
06:50:38.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32091], KeyToken[127.0.0.1:8205-701D56D002519BEB]]
06:50:38.064 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E775,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32091, Token=701D56D002519BEB, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93]
06:50:38.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32091]
06:50:38.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R776, 127.0.0.1:8202] replace CON-POST   MID=32091, Token=701D56D002519BEB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32091, Token=701D56D002519BEB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R776, 127.0.0.1:8202] send response NON-2.05   MID=32091, Token=null, OptionSet={}, "server responds hi"
06:50:38.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R776, 127.0.0.1:8202, complete]!
06:50:38.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R776, 127.0.0.1:8202, complete] completed NON-2.04   MID=32091, Token=701D56D002519BEB, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B!
06:50:38.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E776,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32091, Token=701D56D002519BEB, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B]
06:50:38.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32091]
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L775, 127.0.0.1:8205, complete]!
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L775, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-701D56D002519BEB]
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L775, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32091]
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L775, 127.0.0.1:8205, complete] completed CON-POST   MID=32091, Token=701D56D002519BEB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32091, Token=701D56D002519BEB, OptionSet={"Object-Security":0x090C}, acked A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93!
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L777, 127.0.0.1:8205] send request
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L777, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L777, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L777, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32092], CON-POST   MID=32092, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L777, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D4F4652BF9F2E11D], CON-POST   MID=32092, Token=D4F4652BF9F2E11D, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07
06:50:38.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32092], KeyToken[127.0.0.1:8205-D4F4652BF9F2E11D]]
06:50:38.066 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E777,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32092, Token=D4F4652BF9F2E11D, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07]
06:50:38.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32092]
06:50:38.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778, 127.0.0.1:8202] replace CON-POST   MID=32092, Token=D4F4652BF9F2E11D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32092, Token=D4F4652BF9F2E11D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R778, 127.0.0.1:8202] send response NON-2.05   MID=32092, Token=null, OptionSet={}, "server responds hi"
06:50:38.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778, 127.0.0.1:8202, complete]!
06:50:38.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R778, 127.0.0.1:8202, complete] completed NON-2.04   MID=32092, Token=D4F4652BF9F2E11D, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2!
06:50:38.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:8202
06:50:38.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E778,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32092, Token=D4F4652BF9F2E11D, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2]
06:50:38.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32092]
06:50:38.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L777, 127.0.0.1:8205, complete]!
06:50:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L777, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D4F4652BF9F2E11D]
06:50:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L777, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32092]
06:50:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L777, 127.0.0.1:8205, complete] completed CON-POST   MID=32092, Token=D4F4652BF9F2E11D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32092, Token=D4F4652BF9F2E11D, OptionSet={"Object-Security":0x090D}, acked 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07!
06:50:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L779, 127.0.0.1:8205] send request
06:50:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L779, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L779, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34
06:50:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L779, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32093], CON-POST   MID=32093, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34
06:50:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L779, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F863885CD9545E07], CON-POST   MID=32093, Token=F863885CD9545E07, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34
06:50:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32093], KeyToken[127.0.0.1:8205-F863885CD9545E07]]
06:50:38.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E779,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32093, Token=F863885CD9545E07, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34]
06:50:38.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32093]
06:50:38.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780, 127.0.0.1:8202] replace CON-POST   MID=32093, Token=F863885CD9545E07, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32093, Token=F863885CD9545E07, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R780, 127.0.0.1:8202] send response NON-2.05   MID=32093, Token=null, OptionSet={}, "server responds hi"
06:50:38.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780, 127.0.0.1:8202, complete]!
06:50:38.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R780, 127.0.0.1:8202, complete] completed NON-2.04   MID=32093, Token=F863885CD9545E07, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13!
06:50:38.068 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E780,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32093, Token=F863885CD9545E07, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13]
06:50:38.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32093]
06:50:38.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L779, 127.0.0.1:8205, complete]!
06:50:38.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L779, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F863885CD9545E07]
06:50:38.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L779, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32093]
06:50:38.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L779, 127.0.0.1:8205, complete] completed CON-POST   MID=32093, Token=F863885CD9545E07, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32093, Token=F863885CD9545E07, OptionSet={"Object-Security":0x090E}, acked 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34!
06:50:38.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L781, 127.0.0.1:8205] send request
06:50:38.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L781, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L781, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14
06:50:38.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L781, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32094], CON-POST   MID=32094, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14
06:50:38.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L781, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B453E0AF6EE55B69], CON-POST   MID=32094, Token=B453E0AF6EE55B69, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14
06:50:38.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32094], KeyToken[127.0.0.1:8205-B453E0AF6EE55B69]]
06:50:38.069 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E781,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32094, Token=B453E0AF6EE55B69, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14]
06:50:38.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32094]
06:50:38.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R782, 127.0.0.1:8202] replace CON-POST   MID=32094, Token=B453E0AF6EE55B69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32094, Token=B453E0AF6EE55B69, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R782, 127.0.0.1:8202] send response NON-2.05   MID=32094, Token=null, OptionSet={}, "server responds hi"
06:50:38.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R782, 127.0.0.1:8202, complete]!
06:50:38.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R782, 127.0.0.1:8202, complete] completed NON-2.04   MID=32094, Token=B453E0AF6EE55B69, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB!
06:50:38.070 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E782,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32094, Token=B453E0AF6EE55B69, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB]
06:50:38.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32094]
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L781, 127.0.0.1:8205, complete]!
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L781, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B453E0AF6EE55B69]
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L781, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32094]
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L781, 127.0.0.1:8205, complete] completed CON-POST   MID=32094, Token=B453E0AF6EE55B69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32094, Token=B453E0AF6EE55B69, OptionSet={"Object-Security":0x090F}, acked 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14!
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L783, 127.0.0.1:8205] send request
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L783, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L783, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L783, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32095], CON-POST   MID=32095, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L783, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-68ED5126E101E38F], CON-POST   MID=32095, Token=68ED5126E101E38F, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
06:50:38.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32095], KeyToken[127.0.0.1:8205-68ED5126E101E38F]]
06:50:38.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E783,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32095, Token=68ED5126E101E38F, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF]
06:50:38.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32095]
06:50:38.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R784, 127.0.0.1:8202] replace CON-POST   MID=32095, Token=68ED5126E101E38F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32095, Token=68ED5126E101E38F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R784, 127.0.0.1:8202] send response NON-2.05   MID=32095, Token=null, OptionSet={}, "server responds hi"
06:50:38.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R784, 127.0.0.1:8202, complete]!
06:50:38.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R784, 127.0.0.1:8202, complete] completed NON-2.04   MID=32095, Token=68ED5126E101E38F, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87!
06:50:38.071 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E784,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32095, Token=68ED5126E101E38F, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87]
06:50:38.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32095]
06:50:38.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L783, 127.0.0.1:8205, complete]!
06:50:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L783, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-68ED5126E101E38F]
06:50:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L783, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32095]
06:50:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L783, 127.0.0.1:8205, complete] completed CON-POST   MID=32095, Token=68ED5126E101E38F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32095, Token=68ED5126E101E38F, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF!
06:50:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L785, 127.0.0.1:8205] send request
06:50:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L785, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L785, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64
06:50:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L785, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32096], CON-POST   MID=32096, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64
06:50:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L785, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-607F350357949D21], CON-POST   MID=32096, Token=607F350357949D21, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64
06:50:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32096], KeyToken[127.0.0.1:8205-607F350357949D21]]
06:50:38.072 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E785,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32096, Token=607F350357949D21, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64]
06:50:38.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32096]
06:50:38.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R786, 127.0.0.1:8202] replace CON-POST   MID=32096, Token=607F350357949D21, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32096, Token=607F350357949D21, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R786, 127.0.0.1:8202] send response NON-2.05   MID=32096, Token=null, OptionSet={}, "server responds hi"
06:50:38.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R786, 127.0.0.1:8202, complete]!
06:50:38.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R786, 127.0.0.1:8202, complete] completed NON-2.04   MID=32096, Token=607F350357949D21, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43!
06:50:38.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:8202
06:50:38.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E786,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32096, Token=607F350357949D21, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43]
06:50:38.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32096]
06:50:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L785, 127.0.0.1:8205, complete]!
06:50:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L785, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-607F350357949D21]
06:50:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L785, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32096]
06:50:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L785, 127.0.0.1:8205, complete] completed CON-POST   MID=32096, Token=607F350357949D21, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32096, Token=607F350357949D21, OptionSet={"Object-Security":0x0911}, acked E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64!
06:50:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L787, 127.0.0.1:8205] send request
06:50:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L787, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L787, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5
06:50:38.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L787, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32097], CON-POST   MID=32097, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5
06:50:38.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L787, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-04A2CCBE1CAFD909], CON-POST   MID=32097, Token=04A2CCBE1CAFD909, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5
06:50:38.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32097], KeyToken[127.0.0.1:8205-04A2CCBE1CAFD909]]
06:50:38.074 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E787,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32097, Token=04A2CCBE1CAFD909, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5]
06:50:38.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32097]
06:50:38.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R788, 127.0.0.1:8202] replace CON-POST   MID=32097, Token=04A2CCBE1CAFD909, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32097, Token=04A2CCBE1CAFD909, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R788, 127.0.0.1:8202] send response NON-2.05   MID=32097, Token=null, OptionSet={}, "server responds hi"
06:50:38.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R788, 127.0.0.1:8202, complete]!
06:50:38.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R788, 127.0.0.1:8202, complete] completed NON-2.04   MID=32097, Token=04A2CCBE1CAFD909, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A!
06:50:38.074 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E788,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32097, Token=04A2CCBE1CAFD909, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A]
06:50:38.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32097]
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.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
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L787, 127.0.0.1:8205, complete]!
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L787, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-04A2CCBE1CAFD909]
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L787, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32097]
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L787, 127.0.0.1:8205, complete] completed CON-POST   MID=32097, Token=04A2CCBE1CAFD909, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32097, Token=04A2CCBE1CAFD909, OptionSet={"Object-Security":0x0912}, acked 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5!
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L789, 127.0.0.1:8205] send request
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L789, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L789, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L789, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32098], CON-POST   MID=32098, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L789, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-94740D2CDFFC440F], CON-POST   MID=32098, Token=94740D2CDFFC440F, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80
06:50:38.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32098], KeyToken[127.0.0.1:8205-94740D2CDFFC440F]]
06:50:38.075 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E789,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32098, Token=94740D2CDFFC440F, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80]
06:50:38.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32098]
06:50:38.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790, 127.0.0.1:8202] replace CON-POST   MID=32098, Token=94740D2CDFFC440F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32098, Token=94740D2CDFFC440F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R790, 127.0.0.1:8202] send response NON-2.05   MID=32098, Token=null, OptionSet={}, "server responds hi"
06:50:38.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790, 127.0.0.1:8202, complete]!
06:50:38.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R790, 127.0.0.1:8202, complete] completed NON-2.04   MID=32098, Token=94740D2CDFFC440F, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38!
06:50:38.076 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E790,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32098, Token=94740D2CDFFC440F, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38]
06:50:38.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32098]
06:50:38.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L789, 127.0.0.1:8205, complete]!
06:50:38.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L789, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-94740D2CDFFC440F]
06:50:38.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L789, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32098]
06:50:38.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L789, 127.0.0.1:8205, complete] completed CON-POST   MID=32098, Token=94740D2CDFFC440F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32098, Token=94740D2CDFFC440F, OptionSet={"Object-Security":0x0913}, acked 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80!
06:50:38.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L791, 127.0.0.1:8205] send request
06:50:38.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L791, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB
06:50:38.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L791, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32099], CON-POST   MID=32099, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB
06:50:38.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L791, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-880AEE9067E7B276], CON-POST   MID=32099, Token=880AEE9067E7B276, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB
06:50:38.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32099], KeyToken[127.0.0.1:8205-880AEE9067E7B276]]
06:50:38.077 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E791,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32099, Token=880AEE9067E7B276, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB]
06:50:38.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32099]
06:50:38.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792, 127.0.0.1:8202] replace CON-POST   MID=32099, Token=880AEE9067E7B276, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32099, Token=880AEE9067E7B276, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R792, 127.0.0.1:8202] send response NON-2.05   MID=32099, Token=null, OptionSet={}, "server responds hi"
06:50:38.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792, 127.0.0.1:8202, complete]!
06:50:38.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R792, 127.0.0.1:8202, complete] completed NON-2.04   MID=32099, Token=880AEE9067E7B276, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5!
06:50:38.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E792,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32099, Token=880AEE9067E7B276, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5]
06:50:38.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32099]
06:50:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791, 127.0.0.1:8205, complete]!
06:50:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L791, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-880AEE9067E7B276]
06:50:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L791, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32099]
06:50:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L791, 127.0.0.1:8205, complete] completed CON-POST   MID=32099, Token=880AEE9067E7B276, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32099, Token=880AEE9067E7B276, OptionSet={"Object-Security":0x0914}, acked C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB!
06:50:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L793, 127.0.0.1:8205] send request
06:50:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L793, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC
06:50:38.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L793, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32100], CON-POST   MID=32100, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC
06:50:38.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L793, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-58B66638527AE7C5], CON-POST   MID=32100, Token=58B66638527AE7C5, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC
06:50:38.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32100], KeyToken[127.0.0.1:8205-58B66638527AE7C5]]
06:50:38.079 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.079 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E793,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32100, Token=58B66638527AE7C5, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC]
06:50:38.079 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32100]
06:50:38.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794, 127.0.0.1:8202] replace CON-POST   MID=32100, Token=58B66638527AE7C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32100, Token=58B66638527AE7C5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R794, 127.0.0.1:8202] send response NON-2.05   MID=32100, Token=null, OptionSet={}, "server responds hi"
06:50:38.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794, 127.0.0.1:8202, complete]!
06:50:38.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R794, 127.0.0.1:8202, complete] completed NON-2.04   MID=32100, Token=58B66638527AE7C5, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05!
06:50:38.080 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.080 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E794,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32100, Token=58B66638527AE7C5, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05]
06:50:38.080 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32100]
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793, 127.0.0.1:8205, complete]!
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L793, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-58B66638527AE7C5]
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L793, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32100]
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L793, 127.0.0.1:8205, complete] completed CON-POST   MID=32100, Token=58B66638527AE7C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32100, Token=58B66638527AE7C5, OptionSet={"Object-Security":0x0915}, acked 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC!
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8205] send request
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32101], CON-POST   MID=32101, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-046212E74CA033F6], CON-POST   MID=32101, Token=046212E74CA033F6, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79
06:50:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32101], KeyToken[127.0.0.1:8205-046212E74CA033F6]]
06:50:38.081 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E795,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32101, Token=046212E74CA033F6, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79]
06:50:38.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32101]
06:50:38.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796, 127.0.0.1:8202] replace CON-POST   MID=32101, Token=046212E74CA033F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32101, Token=046212E74CA033F6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R796, 127.0.0.1:8202] send response NON-2.05   MID=32101, Token=null, OptionSet={}, "server responds hi"
06:50:38.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796, 127.0.0.1:8202, complete]!
06:50:38.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R796, 127.0.0.1:8202, complete] completed NON-2.04   MID=32101, Token=046212E74CA033F6, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE!
06:50:38.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E796,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32101, Token=046212E74CA033F6, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE]
06:50:38.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32101]
06:50:38.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8205, complete]!
06:50:38.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-046212E74CA033F6]
06:50:38.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32101]
06:50:38.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L795, 127.0.0.1:8205, complete] completed CON-POST   MID=32101, Token=046212E74CA033F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32101, Token=046212E74CA033F6, OptionSet={"Object-Security":0x0916}, acked 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79!
06:50:38.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L797, 127.0.0.1:8205] send request
06:50:38.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L797, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L797, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02
06:50:38.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L797, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32102], CON-POST   MID=32102, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02
06:50:38.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L797, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-40D7CCC9D1FA0A91], CON-POST   MID=32102, Token=40D7CCC9D1FA0A91, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02
06:50:38.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32102], KeyToken[127.0.0.1:8205-40D7CCC9D1FA0A91]]
06:50:38.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E797,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32102, Token=40D7CCC9D1FA0A91, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02]
06:50:38.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32102]
06:50:38.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798, 127.0.0.1:8202] replace CON-POST   MID=32102, Token=40D7CCC9D1FA0A91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32102, Token=40D7CCC9D1FA0A91, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R798, 127.0.0.1:8202] send response NON-2.05   MID=32102, Token=null, OptionSet={}, "server responds hi"
06:50:38.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798, 127.0.0.1:8202, complete]!
06:50:38.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R798, 127.0.0.1:8202, complete] completed NON-2.04   MID=32102, Token=40D7CCC9D1FA0A91, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78!
06:50:38.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E798,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32102, Token=40D7CCC9D1FA0A91, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78]
06:50:38.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32102]
06:50:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L797, 127.0.0.1:8205, complete]!
06:50:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L797, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-40D7CCC9D1FA0A91]
06:50:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L797, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32102]
06:50:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L797, 127.0.0.1:8205, complete] completed CON-POST   MID=32102, Token=40D7CCC9D1FA0A91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32102, Token=40D7CCC9D1FA0A91, OptionSet={"Object-Security":0x0917}, acked 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02!
06:50:38.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L799, 127.0.0.1:8205] send request
06:50:38.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L799, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L799, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93
06:50:38.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L799, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32103], CON-POST   MID=32103, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93
06:50:38.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L799, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2C83F0DBA6D1A74B], CON-POST   MID=32103, Token=2C83F0DBA6D1A74B, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93
06:50:38.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32103], KeyToken[127.0.0.1:8205-2C83F0DBA6D1A74B]]
06:50:38.084 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E799,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32103, Token=2C83F0DBA6D1A74B, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93]
06:50:38.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32103]
06:50:38.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800, 127.0.0.1:8202] replace CON-POST   MID=32103, Token=2C83F0DBA6D1A74B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32103, Token=2C83F0DBA6D1A74B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R800, 127.0.0.1:8202] send response NON-2.05   MID=32103, Token=null, OptionSet={}, "server responds hi"
06:50:38.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800, 127.0.0.1:8202, complete]!
06:50:38.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R800, 127.0.0.1:8202, complete] completed NON-2.04   MID=32103, Token=2C83F0DBA6D1A74B, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E!
06:50:38.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E800,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32103, Token=2C83F0DBA6D1A74B, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E]
06:50:38.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32103]
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L799, 127.0.0.1:8205, complete]!
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L799, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2C83F0DBA6D1A74B]
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L799, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32103]
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L799, 127.0.0.1:8205, complete] completed CON-POST   MID=32103, Token=2C83F0DBA6D1A74B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32103, Token=2C83F0DBA6D1A74B, OptionSet={"Object-Security":0x0918}, acked 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93!
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L801, 127.0.0.1:8205] send request
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L801, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42
06:50:38.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L801, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32104], CON-POST   MID=32104, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42
06:50:38.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L801, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-080B839182BD13A3], CON-POST   MID=32104, Token=080B839182BD13A3, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42
06:50:38.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32104], KeyToken[127.0.0.1:8205-080B839182BD13A3]]
06:50:38.086 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E801,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32104, Token=080B839182BD13A3, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42]
06:50:38.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32104]
06:50:38.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802, 127.0.0.1:8202] replace CON-POST   MID=32104, Token=080B839182BD13A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32104, Token=080B839182BD13A3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R802, 127.0.0.1:8202] send response NON-2.05   MID=32104, Token=null, OptionSet={}, "server responds hi"
06:50:38.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802, 127.0.0.1:8202, complete]!
06:50:38.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R802, 127.0.0.1:8202, complete] completed NON-2.04   MID=32104, Token=080B839182BD13A3, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E!
06:50:38.086 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E802,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32104, Token=080B839182BD13A3, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E]
06:50:38.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32104]
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801, 127.0.0.1:8205, complete]!
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L801, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-080B839182BD13A3]
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L801, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32104]
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L801, 127.0.0.1:8205, complete] completed CON-POST   MID=32104, Token=080B839182BD13A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32104, Token=080B839182BD13A3, OptionSet={"Object-Security":0x0919}, acked 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42!
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L803, 127.0.0.1:8205] send request
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L803, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L803, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32105], CON-POST   MID=32105, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L803, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B48FFA537BD93016], CON-POST   MID=32105, Token=B48FFA537BD93016, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6
06:50:38.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32105], KeyToken[127.0.0.1:8205-B48FFA537BD93016]]
06:50:38.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E803,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32105, Token=B48FFA537BD93016, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6]
06:50:38.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32105]
06:50:38.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, 127.0.0.1:8202] replace CON-POST   MID=32105, Token=B48FFA537BD93016, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32105, Token=B48FFA537BD93016, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R804, 127.0.0.1:8202] send response NON-2.05   MID=32105, Token=null, OptionSet={}, "server responds hi"
06:50:38.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, 127.0.0.1:8202, complete]!
06:50:38.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R804, 127.0.0.1:8202, complete] completed NON-2.04   MID=32105, Token=B48FFA537BD93016, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB!
06:50:38.088 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E804,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32105, Token=B48FFA537BD93016, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB]
06:50:38.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32105]
06:50:38.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803, 127.0.0.1:8205, complete]!
06:50:38.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L803, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B48FFA537BD93016]
06:50:38.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L803, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32105]
06:50:38.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L803, 127.0.0.1:8205, complete] completed CON-POST   MID=32105, Token=B48FFA537BD93016, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32105, Token=B48FFA537BD93016, OptionSet={"Object-Security":0x091A}, acked 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6!
06:50:38.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L805, 127.0.0.1:8205] send request
06:50:38.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L805, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5
06:50:38.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L805, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32106], CON-POST   MID=32106, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5
06:50:38.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L805, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-900E94FAD382D659], CON-POST   MID=32106, Token=900E94FAD382D659, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5
06:50:38.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32106], KeyToken[127.0.0.1:8205-900E94FAD382D659]]
06:50:38.089 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E805,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32106, Token=900E94FAD382D659, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5]
06:50:38.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32106]
06:50:38.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806, 127.0.0.1:8202] replace CON-POST   MID=32106, Token=900E94FAD382D659, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32106, Token=900E94FAD382D659, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R806, 127.0.0.1:8202] send response NON-2.05   MID=32106, Token=null, OptionSet={}, "server responds hi"
06:50:38.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806, 127.0.0.1:8202, complete]!
06:50:38.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R806, 127.0.0.1:8202, complete] completed NON-2.04   MID=32106, Token=900E94FAD382D659, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8!
06:50:38.089 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E806,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32106, Token=900E94FAD382D659, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8]
06:50:38.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32106]
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805, 127.0.0.1:8205, complete]!
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L805, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-900E94FAD382D659]
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L805, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32106]
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L805, 127.0.0.1:8205, complete] completed CON-POST   MID=32106, Token=900E94FAD382D659, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32106, Token=900E94FAD382D659, OptionSet={"Object-Security":0x091B}, acked 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5!
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L807, 127.0.0.1:8205] send request
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L807, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L807, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32107], CON-POST   MID=32107, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L807, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5CB8D9BEF1256EF4], CON-POST   MID=32107, Token=5CB8D9BEF1256EF4, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1
06:50:38.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32107], KeyToken[127.0.0.1:8205-5CB8D9BEF1256EF4]]
06:50:38.090 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E807,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32107, Token=5CB8D9BEF1256EF4, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1]
06:50:38.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32107]
06:50:38.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, 127.0.0.1:8202] replace CON-POST   MID=32107, Token=5CB8D9BEF1256EF4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32107, Token=5CB8D9BEF1256EF4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R808, 127.0.0.1:8202] send response NON-2.05   MID=32107, Token=null, OptionSet={}, "server responds hi"
06:50:38.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, 127.0.0.1:8202, complete]!
06:50:38.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R808, 127.0.0.1:8202, complete] completed NON-2.04   MID=32107, Token=5CB8D9BEF1256EF4, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4!
06:50:38.091 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.091 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E808,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32107, Token=5CB8D9BEF1256EF4, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4]
06:50:38.091 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32107]
06:50:38.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807, 127.0.0.1:8205, complete]!
06:50:38.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L807, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5CB8D9BEF1256EF4]
06:50:38.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L807, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32107]
06:50:38.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L807, 127.0.0.1:8205, complete] completed CON-POST   MID=32107, Token=5CB8D9BEF1256EF4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32107, Token=5CB8D9BEF1256EF4, OptionSet={"Object-Security":0x091C}, acked 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1!
06:50:38.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8205] send request
06:50:38.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5
06:50:38.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32108], CON-POST   MID=32108, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5
06:50:38.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C83DD94AC5711C1B], CON-POST   MID=32108, Token=C83DD94AC5711C1B, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5
06:50:38.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32108], KeyToken[127.0.0.1:8205-C83DD94AC5711C1B]]
06:50:38.092 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.092 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E809,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32108, Token=C83DD94AC5711C1B, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5]
06:50:38.092 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32108]
06:50:38.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810, 127.0.0.1:8202] replace CON-POST   MID=32108, Token=C83DD94AC5711C1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32108, Token=C83DD94AC5711C1B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R810, 127.0.0.1:8202] send response NON-2.05   MID=32108, Token=null, OptionSet={}, "server responds hi"
06:50:38.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810, 127.0.0.1:8202, complete]!
06:50:38.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R810, 127.0.0.1:8202, complete] completed NON-2.04   MID=32108, Token=C83DD94AC5711C1B, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18!
06:50:38.092 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E810,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32108, Token=C83DD94AC5711C1B, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18]
06:50:38.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32108]
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8205, complete]!
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C83DD94AC5711C1B]
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32108]
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L809, 127.0.0.1:8205, complete] completed CON-POST   MID=32108, Token=C83DD94AC5711C1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32108, Token=C83DD94AC5711C1B, OptionSet={"Object-Security":0x091D}, acked D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5!
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L811, 127.0.0.1:8205] send request
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L811, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L811, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32109], CON-POST   MID=32109, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L811, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-70892581E9FF6A92], CON-POST   MID=32109, Token=70892581E9FF6A92, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46
06:50:38.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32109], KeyToken[127.0.0.1:8205-70892581E9FF6A92]]
06:50:38.093 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E811,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32109, Token=70892581E9FF6A92, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46]
06:50:38.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32109]
06:50:38.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, 127.0.0.1:8202] replace CON-POST   MID=32109, Token=70892581E9FF6A92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32109, Token=70892581E9FF6A92, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R812, 127.0.0.1:8202] send response NON-2.05   MID=32109, Token=null, OptionSet={}, "server responds hi"
06:50:38.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, 127.0.0.1:8202, complete]!
06:50:38.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R812, 127.0.0.1:8202, complete] completed NON-2.04   MID=32109, Token=70892581E9FF6A92, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6!
06:50:38.094 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E812,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32109, Token=70892581E9FF6A92, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6]
06:50:38.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32109]
06:50:38.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811, 127.0.0.1:8205, complete]!
06:50:38.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L811, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-70892581E9FF6A92]
06:50:38.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L811, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32109]
06:50:38.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L811, 127.0.0.1:8205, complete] completed CON-POST   MID=32109, Token=70892581E9FF6A92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32109, Token=70892581E9FF6A92, OptionSet={"Object-Security":0x091E}, acked 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46!
06:50:38.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L813, 127.0.0.1:8205] send request
06:50:38.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L813, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L813, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55
06:50:38.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L813, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32110], CON-POST   MID=32110, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55
06:50:38.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L813, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F0BF21F8E35F985D], CON-POST   MID=32110, Token=F0BF21F8E35F985D, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55
06:50:38.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32110], KeyToken[127.0.0.1:8205-F0BF21F8E35F985D]]
06:50:38.095 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E813,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32110, Token=F0BF21F8E35F985D, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55]
06:50:38.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32110]
06:50:38.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814, 127.0.0.1:8202] replace CON-POST   MID=32110, Token=F0BF21F8E35F985D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32110, Token=F0BF21F8E35F985D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R814, 127.0.0.1:8202] send response NON-2.05   MID=32110, Token=null, OptionSet={}, "server responds hi"
06:50:38.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814, 127.0.0.1:8202, complete]!
06:50:38.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R814, 127.0.0.1:8202, complete] completed NON-2.04   MID=32110, Token=F0BF21F8E35F985D, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80!
06:50:38.095 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.095 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E814,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32110, Token=F0BF21F8E35F985D, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80]
06:50:38.095 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32110]
06:50:38.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L813, 127.0.0.1:8205, complete]!
06:50:38.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L813, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F0BF21F8E35F985D]
06:50:38.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L813, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32110]
06:50:38.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L813, 127.0.0.1:8205, complete] completed CON-POST   MID=32110, Token=F0BF21F8E35F985D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32110, Token=F0BF21F8E35F985D, OptionSet={"Object-Security":0x091F}, acked 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55!
06:50:38.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L815, 127.0.0.1:8205] send request
06:50:38.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L815, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L815, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:38.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L815, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32111], CON-POST   MID=32111, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:38.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L815, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-389BF01131A6884F], CON-POST   MID=32111, Token=389BF01131A6884F, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
06:50:38.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32111], KeyToken[127.0.0.1:8205-389BF01131A6884F]]
06:50:38.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:8205
06:50:38.147 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E815,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32111, Token=389BF01131A6884F, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01]
06:50:38.147 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32111]
06:50:38.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816, 127.0.0.1:8202] replace CON-POST   MID=32111, Token=389BF01131A6884F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32111, Token=389BF01131A6884F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R816, 127.0.0.1:8202] send response NON-2.05   MID=32111, Token=null, OptionSet={}, "server responds hi"
06:50:38.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816, 127.0.0.1:8202, complete]!
06:50:38.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R816, 127.0.0.1:8202, complete] completed NON-2.04   MID=32111, Token=389BF01131A6884F, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE!
06:50:38.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:8202
06:50:38.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E816,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32111, Token=389BF01131A6884F, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE]
06:50:38.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32111]
06:50:38.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L815, 127.0.0.1:8205, complete]!
06:50:38.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L815, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-389BF01131A6884F]
06:50:38.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L815, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32111]
06:50:38.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L815, 127.0.0.1:8205, complete] completed CON-POST   MID=32111, Token=389BF01131A6884F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32111, Token=389BF01131A6884F, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01!
06:50:38.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L817, 127.0.0.1:8205] send request
06:50:38.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L817, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L817, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35
06:50:38.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L817, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32112], CON-POST   MID=32112, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35
06:50:38.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L817, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-54CE00C14A663A84], CON-POST   MID=32112, Token=54CE00C14A663A84, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35
06:50:38.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32112], KeyToken[127.0.0.1:8205-54CE00C14A663A84]]
06:50:38.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:8205
06:50:38.148 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E817,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32112, Token=54CE00C14A663A84, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35]
06:50:38.148 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32112]
06:50:38.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818, 127.0.0.1:8202] replace CON-POST   MID=32112, Token=54CE00C14A663A84, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32112, Token=54CE00C14A663A84, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R818, 127.0.0.1:8202] send response NON-2.05   MID=32112, Token=null, OptionSet={}, "server responds hi"
06:50:38.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818, 127.0.0.1:8202, complete]!
06:50:38.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R818, 127.0.0.1:8202, complete] completed NON-2.04   MID=32112, Token=54CE00C14A663A84, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C!
06:50:38.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:8202
06:50:38.149 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E818,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32112, Token=54CE00C14A663A84, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C]
06:50:38.149 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32112]
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L817, 127.0.0.1:8205, complete]!
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L817, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-54CE00C14A663A84]
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L817, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32112]
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L817, 127.0.0.1:8205, complete] completed CON-POST   MID=32112, Token=54CE00C14A663A84, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32112, Token=54CE00C14A663A84, OptionSet={"Object-Security":0x0921}, acked 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35!
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L819, 127.0.0.1:8205] send request
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L819, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L819, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L819, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32113], CON-POST   MID=32113, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L819, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7CCA59A218A77D23], CON-POST   MID=32113, Token=7CCA59A218A77D23, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC
06:50:38.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32113], KeyToken[127.0.0.1:8205-7CCA59A218A77D23]]
06:50:38.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:8205
06:50:38.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E819,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32113, Token=7CCA59A218A77D23, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC]
06:50:38.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32113]
06:50:38.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820, 127.0.0.1:8202] replace CON-POST   MID=32113, Token=7CCA59A218A77D23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32113, Token=7CCA59A218A77D23, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R820, 127.0.0.1:8202] send response NON-2.05   MID=32113, Token=null, OptionSet={}, "server responds hi"
06:50:38.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820, 127.0.0.1:8202, complete]!
06:50:38.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R820, 127.0.0.1:8202, complete] completed NON-2.04   MID=32113, Token=7CCA59A218A77D23, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C!
06:50:38.150 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.150 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E820,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32113, Token=7CCA59A218A77D23, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C]
06:50:38.150 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32113]
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L819, 127.0.0.1:8205, complete]!
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L819, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7CCA59A218A77D23]
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L819, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32113]
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L819, 127.0.0.1:8205, complete] completed CON-POST   MID=32113, Token=7CCA59A218A77D23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32113, Token=7CCA59A218A77D23, OptionSet={"Object-Security":0x0922}, acked FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC!
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L821, 127.0.0.1:8205] send request
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L821, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L821, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32114], CON-POST   MID=32114, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L821, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-404EA68156229919], CON-POST   MID=32114, Token=404EA68156229919, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E
06:50:38.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32114], KeyToken[127.0.0.1:8205-404EA68156229919]]
06:50:38.151 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E821,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32114, Token=404EA68156229919, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E]
06:50:38.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32114]
06:50:38.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822, 127.0.0.1:8202] replace CON-POST   MID=32114, Token=404EA68156229919, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32114, Token=404EA68156229919, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R822, 127.0.0.1:8202] send response NON-2.05   MID=32114, Token=null, OptionSet={}, "server responds hi"
06:50:38.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822, 127.0.0.1:8202, complete]!
06:50:38.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R822, 127.0.0.1:8202, complete] completed NON-2.04   MID=32114, Token=404EA68156229919, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74!
06:50:38.151 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E822,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32114, Token=404EA68156229919, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74]
06:50:38.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32114]
06:50:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821, 127.0.0.1:8205, complete]!
06:50:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L821, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-404EA68156229919]
06:50:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L821, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32114]
06:50:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L821, 127.0.0.1:8205, complete] completed CON-POST   MID=32114, Token=404EA68156229919, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32114, Token=404EA68156229919, OptionSet={"Object-Security":0x0923}, acked 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E!
06:50:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8205] send request
06:50:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32115], CON-POST   MID=32115, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-10A5EAD546BD03B9], CON-POST   MID=32115, Token=10A5EAD546BD03B9, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32115], KeyToken[127.0.0.1:8205-10A5EAD546BD03B9]]
06:50:38.152 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E823,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32115, Token=10A5EAD546BD03B9, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC]
06:50:38.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32115]
06:50:38.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824, 127.0.0.1:8202] replace CON-POST   MID=32115, Token=10A5EAD546BD03B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32115, Token=10A5EAD546BD03B9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R824, 127.0.0.1:8202] send response NON-2.05   MID=32115, Token=null, OptionSet={}, "server responds hi"
06:50:38.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824, 127.0.0.1:8202, complete]!
06:50:38.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R824, 127.0.0.1:8202, complete] completed NON-2.04   MID=32115, Token=10A5EAD546BD03B9, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8!
06:50:38.152 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E824,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32115, Token=10A5EAD546BD03B9, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8]
06:50:38.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32115]
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8205, complete]!
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-10A5EAD546BD03B9]
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32115]
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L823, 127.0.0.1:8205, complete] completed CON-POST   MID=32115, Token=10A5EAD546BD03B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32115, Token=10A5EAD546BD03B9, OptionSet={"Object-Security":0x0924}, acked 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC!
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L825, 127.0.0.1:8205] send request
06:50:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L825, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L825, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L825, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32116], CON-POST   MID=32116, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L825, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-04C31F8D7957D8C8], CON-POST   MID=32116, Token=04C31F8D7957D8C8, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32116], KeyToken[127.0.0.1:8205-04C31F8D7957D8C8]]
06:50:38.153 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E825,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32116, Token=04C31F8D7957D8C8, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9]
06:50:38.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32116]
06:50:38.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826, 127.0.0.1:8202] replace CON-POST   MID=32116, Token=04C31F8D7957D8C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32116, Token=04C31F8D7957D8C8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R826, 127.0.0.1:8202] send response NON-2.05   MID=32116, Token=null, OptionSet={}, "server responds hi"
06:50:38.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826, 127.0.0.1:8202, complete]!
06:50:38.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R826, 127.0.0.1:8202, complete] completed NON-2.04   MID=32116, Token=04C31F8D7957D8C8, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82!
06:50:38.153 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E826,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32116, Token=04C31F8D7957D8C8, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82]
06:50:38.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32116]
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L825, 127.0.0.1:8205, complete]!
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L825, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-04C31F8D7957D8C8]
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L825, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32116]
06:50:38.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L825, 127.0.0.1:8205, complete] completed CON-POST   MID=32116, Token=04C31F8D7957D8C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32116, Token=04C31F8D7957D8C8, OptionSet={"Object-Security":0x0925}, acked 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9!
06:50:38.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L827, 127.0.0.1:8205] send request
06:50:38.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L827, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L827, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2
06:50:38.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L827, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32117], CON-POST   MID=32117, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2
06:50:38.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L827, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8835AE28B32C681E], CON-POST   MID=32117, Token=8835AE28B32C681E, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2
06:50:38.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32117], KeyToken[127.0.0.1:8205-8835AE28B32C681E]]
06:50:38.154 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E827,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32117, Token=8835AE28B32C681E, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2]
06:50:38.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32117]
06:50:38.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828, 127.0.0.1:8202] replace CON-POST   MID=32117, Token=8835AE28B32C681E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32117, Token=8835AE28B32C681E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R828, 127.0.0.1:8202] send response NON-2.05   MID=32117, Token=null, OptionSet={}, "server responds hi"
06:50:38.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828, 127.0.0.1:8202, complete]!
06:50:38.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R828, 127.0.0.1:8202, complete] completed NON-2.04   MID=32117, Token=8835AE28B32C681E, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3!
06:50:38.154 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E828,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32117, Token=8835AE28B32C681E, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3]
06:50:38.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32117]
06:50:38.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L827, 127.0.0.1:8205, complete]!
06:50:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L827, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8835AE28B32C681E]
06:50:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L827, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32117]
06:50:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L827, 127.0.0.1:8205, complete] completed CON-POST   MID=32117, Token=8835AE28B32C681E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32117, Token=8835AE28B32C681E, OptionSet={"Object-Security":0x0926}, acked 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2!
06:50:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L829, 127.0.0.1:8205] send request
06:50:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L829, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47
06:50:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L829, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32118], CON-POST   MID=32118, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47
06:50:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L829, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F466CE49E4B77C0B], CON-POST   MID=32118, Token=F466CE49E4B77C0B, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47
06:50:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32118], KeyToken[127.0.0.1:8205-F466CE49E4B77C0B]]
06:50:38.155 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E829,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32118, Token=F466CE49E4B77C0B, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47]
06:50:38.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32118]
06:50:38.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, 127.0.0.1:8202] replace CON-POST   MID=32118, Token=F466CE49E4B77C0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32118, Token=F466CE49E4B77C0B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R830, 127.0.0.1:8202] send response NON-2.05   MID=32118, Token=null, OptionSet={}, "server responds hi"
06:50:38.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, 127.0.0.1:8202, complete]!
06:50:38.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R830, 127.0.0.1:8202, complete] completed NON-2.04   MID=32118, Token=F466CE49E4B77C0B, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73!
06:50:38.155 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E830,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32118, Token=F466CE49E4B77C0B, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73]
06:50:38.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32118]
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829, 127.0.0.1:8205, complete]!
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L829, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F466CE49E4B77C0B]
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L829, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32118]
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L829, 127.0.0.1:8205, complete] completed CON-POST   MID=32118, Token=F466CE49E4B77C0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32118, Token=F466CE49E4B77C0B, OptionSet={"Object-Security":0x0927}, acked 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47!
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L831, 127.0.0.1:8205] send request
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L831, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L831, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32119], CON-POST   MID=32119, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L831, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-146C63EA78399D9C], CON-POST   MID=32119, Token=146C63EA78399D9C, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6
06:50:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32119], KeyToken[127.0.0.1:8205-146C63EA78399D9C]]
06:50:38.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:8205
06:50:38.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E831,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32119, Token=146C63EA78399D9C, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6]
06:50:38.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32119]
06:50:38.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, 127.0.0.1:8202] replace CON-POST   MID=32119, Token=146C63EA78399D9C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32119, Token=146C63EA78399D9C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R832, 127.0.0.1:8202] send response NON-2.05   MID=32119, Token=null, OptionSet={}, "server responds hi"
06:50:38.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, 127.0.0.1:8202, complete]!
06:50:38.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R832, 127.0.0.1:8202, complete] completed NON-2.04   MID=32119, Token=146C63EA78399D9C, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A!
06:50:38.156 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E832,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32119, Token=146C63EA78399D9C, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A]
06:50:38.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32119]
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831, 127.0.0.1:8205, complete]!
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L831, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-146C63EA78399D9C]
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L831, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32119]
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L831, 127.0.0.1:8205, complete] completed CON-POST   MID=32119, Token=146C63EA78399D9C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32119, Token=146C63EA78399D9C, OptionSet={"Object-Security":0x0928}, acked A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6!
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L833, 127.0.0.1:8205] send request
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L833, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L833, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32120], CON-POST   MID=32120, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L833, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-74A40CCDECA8C506], CON-POST   MID=32120, Token=74A40CCDECA8C506, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A
06:50:38.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32120], KeyToken[127.0.0.1:8205-74A40CCDECA8C506]]
06:50:38.157 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E833,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32120, Token=74A40CCDECA8C506, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A]
06:50:38.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32120]
06:50:38.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, 127.0.0.1:8202] replace CON-POST   MID=32120, Token=74A40CCDECA8C506, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32120, Token=74A40CCDECA8C506, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R834, 127.0.0.1:8202] send response NON-2.05   MID=32120, Token=null, OptionSet={}, "server responds hi"
06:50:38.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, 127.0.0.1:8202, complete]!
06:50:38.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R834, 127.0.0.1:8202, complete] completed NON-2.04   MID=32120, Token=74A40CCDECA8C506, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7!
06:50:38.158 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E834,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32120, Token=74A40CCDECA8C506, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7]
06:50:38.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32120]
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833, 127.0.0.1:8205, complete]!
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L833, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-74A40CCDECA8C506]
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L833, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32120]
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L833, 127.0.0.1:8205, complete] completed CON-POST   MID=32120, Token=74A40CCDECA8C506, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32120, Token=74A40CCDECA8C506, OptionSet={"Object-Security":0x0929}, acked CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A!
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L835, 127.0.0.1:8205] send request
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L835, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L835, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32121], CON-POST   MID=32121, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L835, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-24A69CD432719C2A], CON-POST   MID=32121, Token=24A69CD432719C2A, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3
06:50:38.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32121], KeyToken[127.0.0.1:8205-24A69CD432719C2A]]
06:50:38.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E835,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32121, Token=24A69CD432719C2A, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3]
06:50:38.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32121]
06:50:38.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, 127.0.0.1:8202] replace CON-POST   MID=32121, Token=24A69CD432719C2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32121, Token=24A69CD432719C2A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R836, 127.0.0.1:8202] send response NON-2.05   MID=32121, Token=null, OptionSet={}, "server responds hi"
06:50:38.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, 127.0.0.1:8202, complete]!
06:50:38.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R836, 127.0.0.1:8202, complete] completed NON-2.04   MID=32121, Token=24A69CD432719C2A, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75!
06:50:38.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E836,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32121, Token=24A69CD432719C2A, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75]
06:50:38.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32121]
06:50:38.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835, 127.0.0.1:8205, complete]!
06:50:38.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L835, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-24A69CD432719C2A]
06:50:38.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L835, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32121]
06:50:38.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L835, 127.0.0.1:8205, complete] completed CON-POST   MID=32121, Token=24A69CD432719C2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32121, Token=24A69CD432719C2A, OptionSet={"Object-Security":0x092A}, acked 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3!
06:50:38.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L837, 127.0.0.1:8205] send request
06:50:38.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L837, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L837, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32122], CON-POST   MID=32122, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L837, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C83373E407B2E0F3], CON-POST   MID=32122, Token=C83373E407B2E0F3, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32122], KeyToken[127.0.0.1:8205-C83373E407B2E0F3]]
06:50:38.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E837,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32122, Token=C83373E407B2E0F3, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54]
06:50:38.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32122]
06:50:38.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, 127.0.0.1:8202] replace CON-POST   MID=32122, Token=C83373E407B2E0F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32122, Token=C83373E407B2E0F3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R838, 127.0.0.1:8202] send response NON-2.05   MID=32122, Token=null, OptionSet={}, "server responds hi"
06:50:38.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, 127.0.0.1:8202, complete]!
06:50:38.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R838, 127.0.0.1:8202, complete] completed NON-2.04   MID=32122, Token=C83373E407B2E0F3, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26!
06:50:38.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:8202
06:50:38.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E838,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32122, Token=C83373E407B2E0F3, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26]
06:50:38.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32122]
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837, 127.0.0.1:8205, complete]!
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L837, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C83373E407B2E0F3]
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L837, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32122]
06:50:38.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L837, 127.0.0.1:8205, complete] completed CON-POST   MID=32122, Token=C83373E407B2E0F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32122, Token=C83373E407B2E0F3, OptionSet={"Object-Security":0x092B}, acked 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54!
06:50:38.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L839, 127.0.0.1:8205] send request
06:50:38.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L839, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A
06:50:38.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L839, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32123], CON-POST   MID=32123, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A
06:50:38.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L839, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-1854E6D819465974], CON-POST   MID=32123, Token=1854E6D819465974, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A
06:50:38.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32123], KeyToken[127.0.0.1:8205-1854E6D819465974]]
06:50:38.161 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E839,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32123, Token=1854E6D819465974, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A]
06:50:38.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32123]
06:50:38.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, 127.0.0.1:8202] replace CON-POST   MID=32123, Token=1854E6D819465974, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32123, Token=1854E6D819465974, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R840, 127.0.0.1:8202] send response NON-2.05   MID=32123, Token=null, OptionSet={}, "server responds hi"
06:50:38.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, 127.0.0.1:8202, complete]!
06:50:38.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R840, 127.0.0.1:8202, complete] completed NON-2.04   MID=32123, Token=1854E6D819465974, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8!
06:50:38.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E840,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32123, Token=1854E6D819465974, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8]
06:50:38.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32123]
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839, 127.0.0.1:8205, complete]!
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L839, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-1854E6D819465974]
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L839, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32123]
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L839, 127.0.0.1:8205, complete] completed CON-POST   MID=32123, Token=1854E6D819465974, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32123, Token=1854E6D819465974, OptionSet={"Object-Security":0x092C}, acked F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A!
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L841, 127.0.0.1:8205] send request
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L841, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L841, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32124], CON-POST   MID=32124, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L841, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D48225B40B847211], CON-POST   MID=32124, Token=D48225B40B847211, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90
06:50:38.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32124], KeyToken[127.0.0.1:8205-D48225B40B847211]]
06:50:38.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:8205
06:50:38.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E841,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32124, Token=D48225B40B847211, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90]
06:50:38.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32124]
06:50:38.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, 127.0.0.1:8202] replace CON-POST   MID=32124, Token=D48225B40B847211, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32124, Token=D48225B40B847211, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R842, 127.0.0.1:8202] send response NON-2.05   MID=32124, Token=null, OptionSet={}, "server responds hi"
06:50:38.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, 127.0.0.1:8202, complete]!
06:50:38.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R842, 127.0.0.1:8202, complete] completed NON-2.04   MID=32124, Token=D48225B40B847211, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08!
06:50:38.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E842,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32124, Token=D48225B40B847211, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08]
06:50:38.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32124]
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841, 127.0.0.1:8205, complete]!
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L841, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D48225B40B847211]
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L841, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32124]
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L841, 127.0.0.1:8205, complete] completed CON-POST   MID=32124, Token=D48225B40B847211, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32124, Token=D48225B40B847211, OptionSet={"Object-Security":0x092D}, acked 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90!
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L843, 127.0.0.1:8205] send request
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L843, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L843, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32125], CON-POST   MID=32125, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L843, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-ACC3A158C53353B9], CON-POST   MID=32125, Token=ACC3A158C53353B9, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F
06:50:38.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32125], KeyToken[127.0.0.1:8205-ACC3A158C53353B9]]
06:50:38.163 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E843,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32125, Token=ACC3A158C53353B9, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F]
06:50:38.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32125]
06:50:38.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, 127.0.0.1:8202] replace CON-POST   MID=32125, Token=ACC3A158C53353B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32125, Token=ACC3A158C53353B9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R844, 127.0.0.1:8202] send response NON-2.05   MID=32125, Token=null, OptionSet={}, "server responds hi"
06:50:38.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, 127.0.0.1:8202, complete]!
06:50:38.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R844, 127.0.0.1:8202, complete] completed NON-2.04   MID=32125, Token=ACC3A158C53353B9, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13!
06:50:38.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:8202
06:50:38.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E844,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32125, Token=ACC3A158C53353B9, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13]
06:50:38.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32125]
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843, 127.0.0.1:8205, complete]!
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L843, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-ACC3A158C53353B9]
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L843, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32125]
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L843, 127.0.0.1:8205, complete] completed CON-POST   MID=32125, Token=ACC3A158C53353B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32125, Token=ACC3A158C53353B9, OptionSet={"Object-Security":0x092E}, acked 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F!
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L845, 127.0.0.1:8205] send request
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L845, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L845, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32126], CON-POST   MID=32126, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L845, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-68CD010D65814A82], CON-POST   MID=32126, Token=68CD010D65814A82, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7
06:50:38.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32126], KeyToken[127.0.0.1:8205-68CD010D65814A82]]
06:50:38.164 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E845,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32126, Token=68CD010D65814A82, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7]
06:50:38.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32126]
06:50:38.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, 127.0.0.1:8202] replace CON-POST   MID=32126, Token=68CD010D65814A82, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32126, Token=68CD010D65814A82, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R846, 127.0.0.1:8202] send response NON-2.05   MID=32126, Token=null, OptionSet={}, "server responds hi"
06:50:38.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, 127.0.0.1:8202, complete]!
06:50:38.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R846, 127.0.0.1:8202, complete] completed NON-2.04   MID=32126, Token=68CD010D65814A82, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1!
06:50:38.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E846,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32126, Token=68CD010D65814A82, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1]
06:50:38.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32126]
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845, 127.0.0.1:8205, complete]!
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L845, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-68CD010D65814A82]
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L845, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32126]
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L845, 127.0.0.1:8205, complete] completed CON-POST   MID=32126, Token=68CD010D65814A82, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32126, Token=68CD010D65814A82, OptionSet={"Object-Security":0x092F}, acked 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7!
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L847, 127.0.0.1:8205] send request
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L847, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L847, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32127], CON-POST   MID=32127, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L847, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6CC049A9DFC8B6B2], CON-POST   MID=32127, Token=6CC049A9DFC8B6B2, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48
06:50:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32127], KeyToken[127.0.0.1:8205-6CC049A9DFC8B6B2]]
06:50:38.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:8205
06:50:38.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E847,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32127, Token=6CC049A9DFC8B6B2, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48]
06:50:38.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32127]
06:50:38.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, 127.0.0.1:8202] replace CON-POST   MID=32127, Token=6CC049A9DFC8B6B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32127, Token=6CC049A9DFC8B6B2, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R848, 127.0.0.1:8202] send response NON-2.05   MID=32127, Token=null, OptionSet={}, "server responds hi"
06:50:38.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, 127.0.0.1:8202, complete]!
06:50:38.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R848, 127.0.0.1:8202, complete] completed NON-2.04   MID=32127, Token=6CC049A9DFC8B6B2, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83!
06:50:38.166 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E848,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32127, Token=6CC049A9DFC8B6B2, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83]
06:50:38.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32127]
06:50:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847, 127.0.0.1:8205, complete]!
06:50:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L847, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6CC049A9DFC8B6B2]
06:50:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L847, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32127]
06:50:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L847, 127.0.0.1:8205, complete] completed CON-POST   MID=32127, Token=6CC049A9DFC8B6B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32127, Token=6CC049A9DFC8B6B2, OptionSet={"Object-Security":0x0930}, acked 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48!
06:50:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L849, 127.0.0.1:8205] send request
06:50:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L849, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L849, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32128], CON-POST   MID=32128, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L849, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6843F29B2BE8A76C], CON-POST   MID=32128, Token=6843F29B2BE8A76C, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32128], KeyToken[127.0.0.1:8205-6843F29B2BE8A76C]]
06:50:38.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E849,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32128, Token=6843F29B2BE8A76C, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1]
06:50:38.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32128]
06:50:38.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, 127.0.0.1:8202] replace CON-POST   MID=32128, Token=6843F29B2BE8A76C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32128, Token=6843F29B2BE8A76C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R850, 127.0.0.1:8202] send response NON-2.05   MID=32128, Token=null, OptionSet={}, "server responds hi"
06:50:38.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, 127.0.0.1:8202, complete]!
06:50:38.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R850, 127.0.0.1:8202, complete] completed NON-2.04   MID=32128, Token=6843F29B2BE8A76C, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C!
06:50:38.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:8202
06:50:38.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E850,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32128, Token=6843F29B2BE8A76C, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C]
06:50:38.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32128]
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849, 127.0.0.1:8205, complete]!
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L849, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6843F29B2BE8A76C]
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L849, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32128]
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L849, 127.0.0.1:8205, complete] completed CON-POST   MID=32128, Token=6843F29B2BE8A76C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32128, Token=6843F29B2BE8A76C, OptionSet={"Object-Security":0x0931}, acked 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1!
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L851, 127.0.0.1:8205] send request
06:50:38.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L851, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L851, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32129], CON-POST   MID=32129, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L851, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-70886E6059EA48FC], CON-POST   MID=32129, Token=70886E6059EA48FC, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32129], KeyToken[127.0.0.1:8205-70886E6059EA48FC]]
06:50:38.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:8205
06:50:38.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E851,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32129, Token=70886E6059EA48FC, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB]
06:50:38.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32129]
06:50:38.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, 127.0.0.1:8202] replace CON-POST   MID=32129, Token=70886E6059EA48FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32129, Token=70886E6059EA48FC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R852, 127.0.0.1:8202] send response NON-2.05   MID=32129, Token=null, OptionSet={}, "server responds hi"
06:50:38.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, 127.0.0.1:8202, complete]!
06:50:38.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R852, 127.0.0.1:8202, complete] completed NON-2.04   MID=32129, Token=70886E6059EA48FC, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0!
06:50:38.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E852,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32129, Token=70886E6059EA48FC, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0]
06:50:38.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32129]
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851, 127.0.0.1:8205, complete]!
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L851, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-70886E6059EA48FC]
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L851, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32129]
06:50:38.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L851, 127.0.0.1:8205, complete] completed CON-POST   MID=32129, Token=70886E6059EA48FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32129, Token=70886E6059EA48FC, OptionSet={"Object-Security":0x0932}, acked 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB!
06:50:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L853, 127.0.0.1:8205] send request
06:50:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L853, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23
06:50:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L853, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32130], CON-POST   MID=32130, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23
06:50:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L853, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-902C9E7D1EAB6226], CON-POST   MID=32130, Token=902C9E7D1EAB6226, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23
06:50:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32130], KeyToken[127.0.0.1:8205-902C9E7D1EAB6226]]
06:50:38.169 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E853,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32130, Token=902C9E7D1EAB6226, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23]
06:50:38.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32130]
06:50:38.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, 127.0.0.1:8202] replace CON-POST   MID=32130, Token=902C9E7D1EAB6226, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32130, Token=902C9E7D1EAB6226, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R854, 127.0.0.1:8202] send response NON-2.05   MID=32130, Token=null, OptionSet={}, "server responds hi"
06:50:38.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, 127.0.0.1:8202, complete]!
06:50:38.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R854, 127.0.0.1:8202, complete] completed NON-2.04   MID=32130, Token=902C9E7D1EAB6226, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4!
06:50:38.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E854,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32130, Token=902C9E7D1EAB6226, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4]
06:50:38.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32130]
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853, 127.0.0.1:8205, complete]!
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L853, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-902C9E7D1EAB6226]
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L853, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32130]
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L853, 127.0.0.1:8205, complete] completed CON-POST   MID=32130, Token=902C9E7D1EAB6226, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32130, Token=902C9E7D1EAB6226, OptionSet={"Object-Security":0x0933}, acked 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23!
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L855, 127.0.0.1:8205] send request
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L855, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L855, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32131], CON-POST   MID=32131, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L855, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-84C9A12E167F0568], CON-POST   MID=32131, Token=84C9A12E167F0568, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A
06:50:38.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32131], KeyToken[127.0.0.1:8205-84C9A12E167F0568]]
06:50:38.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E855,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32131, Token=84C9A12E167F0568, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A]
06:50:38.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32131]
06:50:38.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, 127.0.0.1:8202] replace CON-POST   MID=32131, Token=84C9A12E167F0568, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32131, Token=84C9A12E167F0568, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R856, 127.0.0.1:8202] send response NON-2.05   MID=32131, Token=null, OptionSet={}, "server responds hi"
06:50:38.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, 127.0.0.1:8202, complete]!
06:50:38.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R856, 127.0.0.1:8202, complete] completed NON-2.04   MID=32131, Token=84C9A12E167F0568, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81!
06:50:38.171 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E856,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32131, Token=84C9A12E167F0568, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81]
06:50:38.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32131]
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855, 127.0.0.1:8205, complete]!
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L855, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-84C9A12E167F0568]
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L855, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32131]
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L855, 127.0.0.1:8205, complete] completed CON-POST   MID=32131, Token=84C9A12E167F0568, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32131, Token=84C9A12E167F0568, OptionSet={"Object-Security":0x0934}, acked B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A!
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L857, 127.0.0.1:8205] send request
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L857, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L857, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32132], CON-POST   MID=32132, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L857, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6845D58598A06CC3], CON-POST   MID=32132, Token=6845D58598A06CC3, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36
06:50:38.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32132], KeyToken[127.0.0.1:8205-6845D58598A06CC3]]
06:50:38.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E857,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32132, Token=6845D58598A06CC3, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36]
06:50:38.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32132]
06:50:38.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, 127.0.0.1:8202] replace CON-POST   MID=32132, Token=6845D58598A06CC3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32132, Token=6845D58598A06CC3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R858, 127.0.0.1:8202] send response NON-2.05   MID=32132, Token=null, OptionSet={}, "server responds hi"
06:50:38.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, 127.0.0.1:8202, complete]!
06:50:38.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R858, 127.0.0.1:8202, complete] completed NON-2.04   MID=32132, Token=6845D58598A06CC3, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D!
06:50:38.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E858,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32132, Token=6845D58598A06CC3, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D]
06:50:38.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32132]
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857, 127.0.0.1:8205, complete]!
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L857, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6845D58598A06CC3]
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L857, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32132]
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L857, 127.0.0.1:8205, complete] completed CON-POST   MID=32132, Token=6845D58598A06CC3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32132, Token=6845D58598A06CC3, OptionSet={"Object-Security":0x0935}, acked 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36!
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L859, 127.0.0.1:8205] send request
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L859, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA
06:50:38.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L859, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32133], CON-POST   MID=32133, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA
06:50:38.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L859, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6CF0AE70C83F00A4], CON-POST   MID=32133, Token=6CF0AE70C83F00A4, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA
06:50:38.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32133], KeyToken[127.0.0.1:8205-6CF0AE70C83F00A4]]
06:50:38.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E859,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32133, Token=6CF0AE70C83F00A4, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA]
06:50:38.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32133]
06:50:38.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, 127.0.0.1:8202] replace CON-POST   MID=32133, Token=6CF0AE70C83F00A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32133, Token=6CF0AE70C83F00A4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R860, 127.0.0.1:8202] send response NON-2.05   MID=32133, Token=null, OptionSet={}, "server responds hi"
06:50:38.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, 127.0.0.1:8202, complete]!
06:50:38.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R860, 127.0.0.1:8202, complete] completed NON-2.04   MID=32133, Token=6CF0AE70C83F00A4, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75!
06:50:38.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E860,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32133, Token=6CF0AE70C83F00A4, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75]
06:50:38.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32133]
06:50:38.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859, 127.0.0.1:8205, complete]!
06:50:38.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L859, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6CF0AE70C83F00A4]
06:50:38.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L859, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32133]
06:50:38.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L859, 127.0.0.1:8205, complete] completed CON-POST   MID=32133, Token=6CF0AE70C83F00A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32133, Token=6CF0AE70C83F00A4, OptionSet={"Object-Security":0x0936}, acked 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA!
06:50:38.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L861, 127.0.0.1:8205] send request
06:50:38.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L861, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33
06:50:38.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L861, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32134], CON-POST   MID=32134, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33
06:50:38.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L861, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F073C4072A1BD86C], CON-POST   MID=32134, Token=F073C4072A1BD86C, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33
06:50:38.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32134], KeyToken[127.0.0.1:8205-F073C4072A1BD86C]]
06:50:38.174 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E861,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32134, Token=F073C4072A1BD86C, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33]
06:50:38.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32134]
06:50:38.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, 127.0.0.1:8202] replace CON-POST   MID=32134, Token=F073C4072A1BD86C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32134, Token=F073C4072A1BD86C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R862, 127.0.0.1:8202] send response NON-2.05   MID=32134, Token=null, OptionSet={}, "server responds hi"
06:50:38.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, 127.0.0.1:8202, complete]!
06:50:38.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R862, 127.0.0.1:8202, complete] completed NON-2.04   MID=32134, Token=F073C4072A1BD86C, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01!
06:50:38.175 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E862,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32134, Token=F073C4072A1BD86C, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01]
06:50:38.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32134]
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861, 127.0.0.1:8205, complete]!
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L861, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F073C4072A1BD86C]
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L861, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32134]
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L861, 127.0.0.1:8205, complete] completed CON-POST   MID=32134, Token=F073C4072A1BD86C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32134, Token=F073C4072A1BD86C, OptionSet={"Object-Security":0x0937}, acked 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33!
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L863, 127.0.0.1:8205] send request
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L863, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L863, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32135], CON-POST   MID=32135, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L863, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-348026670A6027BC], CON-POST   MID=32135, Token=348026670A6027BC, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B
06:50:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32135], KeyToken[127.0.0.1:8205-348026670A6027BC]]
06:50:38.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E863,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32135, Token=348026670A6027BC, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B]
06:50:38.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32135]
06:50:38.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, 127.0.0.1:8202] replace CON-POST   MID=32135, Token=348026670A6027BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32135, Token=348026670A6027BC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R864, 127.0.0.1:8202] send response NON-2.05   MID=32135, Token=null, OptionSet={}, "server responds hi"
06:50:38.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, 127.0.0.1:8202, complete]!
06:50:38.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R864, 127.0.0.1:8202, complete] completed NON-2.04   MID=32135, Token=348026670A6027BC, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0!
06:50:38.176 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E864,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32135, Token=348026670A6027BC, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0]
06:50:38.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32135]
06:50:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863, 127.0.0.1:8205, complete]!
06:50:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L863, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-348026670A6027BC]
06:50:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L863, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32135]
06:50:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L863, 127.0.0.1:8205, complete] completed CON-POST   MID=32135, Token=348026670A6027BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32135, Token=348026670A6027BC, OptionSet={"Object-Security":0x0938}, acked A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B!
06:50:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L865, 127.0.0.1:8205] send request
06:50:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L865, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7
06:50:38.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L865, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32136], CON-POST   MID=32136, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7
06:50:38.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L865, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-FC7681B804A18917], CON-POST   MID=32136, Token=FC7681B804A18917, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7
06:50:38.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32136], KeyToken[127.0.0.1:8205-FC7681B804A18917]]
06:50:38.177 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E865,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32136, Token=FC7681B804A18917, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7]
06:50:38.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32136]
06:50:38.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, 127.0.0.1:8202] replace CON-POST   MID=32136, Token=FC7681B804A18917, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32136, Token=FC7681B804A18917, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R866, 127.0.0.1:8202] send response NON-2.05   MID=32136, Token=null, OptionSet={}, "server responds hi"
06:50:38.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, 127.0.0.1:8202, complete]!
06:50:38.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R866, 127.0.0.1:8202, complete] completed NON-2.04   MID=32136, Token=FC7681B804A18917, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8!
06:50:38.177 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E866,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32136, Token=FC7681B804A18917, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8]
06:50:38.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32136]
06:50:38.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865, 127.0.0.1:8205, complete]!
06:50:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L865, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-FC7681B804A18917]
06:50:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L865, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32136]
06:50:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L865, 127.0.0.1:8205, complete] completed CON-POST   MID=32136, Token=FC7681B804A18917, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32136, Token=FC7681B804A18917, OptionSet={"Object-Security":0x0939}, acked D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7!
06:50:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L867, 127.0.0.1:8205] send request
06:50:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L867, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6
06:50:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L867, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32137], CON-POST   MID=32137, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6
06:50:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L867, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0CD46747AD29E6EE], CON-POST   MID=32137, Token=0CD46747AD29E6EE, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6
06:50:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32137], KeyToken[127.0.0.1:8205-0CD46747AD29E6EE]]
06:50:38.178 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E867,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32137, Token=0CD46747AD29E6EE, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6]
06:50:38.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32137]
06:50:38.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, 127.0.0.1:8202] replace CON-POST   MID=32137, Token=0CD46747AD29E6EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32137, Token=0CD46747AD29E6EE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R868, 127.0.0.1:8202] send response NON-2.05   MID=32137, Token=null, OptionSet={}, "server responds hi"
06:50:38.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, 127.0.0.1:8202, complete]!
06:50:38.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R868, 127.0.0.1:8202, complete] completed NON-2.04   MID=32137, Token=0CD46747AD29E6EE, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B!
06:50:38.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E868,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32137, Token=0CD46747AD29E6EE, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B]
06:50:38.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32137]
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867, 127.0.0.1:8205, complete]!
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L867, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0CD46747AD29E6EE]
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L867, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32137]
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L867, 127.0.0.1:8205, complete] completed CON-POST   MID=32137, Token=0CD46747AD29E6EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32137, Token=0CD46747AD29E6EE, OptionSet={"Object-Security":0x093A}, acked 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6!
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L869, 127.0.0.1:8205] send request
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L869, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L869, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32138], CON-POST   MID=32138, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L869, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5CBFBC7581FAFD71], CON-POST   MID=32138, Token=5CBFBC7581FAFD71, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98
06:50:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32138], KeyToken[127.0.0.1:8205-5CBFBC7581FAFD71]]
06:50:38.179 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E869,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32138, Token=5CBFBC7581FAFD71, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98]
06:50:38.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32138]
06:50:38.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, 127.0.0.1:8202] replace CON-POST   MID=32138, Token=5CBFBC7581FAFD71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32138, Token=5CBFBC7581FAFD71, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R870, 127.0.0.1:8202] send response NON-2.05   MID=32138, Token=null, OptionSet={}, "server responds hi"
06:50:38.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, 127.0.0.1:8202, complete]!
06:50:38.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R870, 127.0.0.1:8202, complete] completed NON-2.04   MID=32138, Token=5CBFBC7581FAFD71, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B!
06:50:38.180 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E870,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32138, Token=5CBFBC7581FAFD71, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B]
06:50:38.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32138]
06:50:38.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869, 127.0.0.1:8205, complete]!
06:50:38.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L869, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5CBFBC7581FAFD71]
06:50:38.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L869, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32138]
06:50:38.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L869, 127.0.0.1:8205, complete] completed CON-POST   MID=32138, Token=5CBFBC7581FAFD71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32138, Token=5CBFBC7581FAFD71, OptionSet={"Object-Security":0x093B}, acked 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98!
06:50:38.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L871, 127.0.0.1:8205] send request
06:50:38.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L871, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76
06:50:38.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L871, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32139], CON-POST   MID=32139, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76
06:50:38.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L871, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A4CE0168E248EC76], CON-POST   MID=32139, Token=A4CE0168E248EC76, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76
06:50:38.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32139], KeyToken[127.0.0.1:8205-A4CE0168E248EC76]]
06:50:38.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E871,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32139, Token=A4CE0168E248EC76, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76]
06:50:38.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32139]
06:50:38.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, 127.0.0.1:8202] replace CON-POST   MID=32139, Token=A4CE0168E248EC76, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32139, Token=A4CE0168E248EC76, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R872, 127.0.0.1:8202] send response NON-2.05   MID=32139, Token=null, OptionSet={}, "server responds hi"
06:50:38.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, 127.0.0.1:8202, complete]!
06:50:38.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R872, 127.0.0.1:8202, complete] completed NON-2.04   MID=32139, Token=A4CE0168E248EC76, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE!
06:50:38.181 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E872,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32139, Token=A4CE0168E248EC76, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE]
06:50:38.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32139]
06:50:38.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871, 127.0.0.1:8205, complete]!
06:50:38.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L871, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A4CE0168E248EC76]
06:50:38.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L871, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32139]
06:50:38.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L871, 127.0.0.1:8205, complete] completed CON-POST   MID=32139, Token=A4CE0168E248EC76, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32139, Token=A4CE0168E248EC76, OptionSet={"Object-Security":0x093C}, acked 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76!
06:50:38.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L873, 127.0.0.1:8205] send request
06:50:38.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L873, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE
06:50:38.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L873, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32140], CON-POST   MID=32140, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE
06:50:38.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L873, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F0DE849D17AF854C], CON-POST   MID=32140, Token=F0DE849D17AF854C, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE
06:50:38.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32140], KeyToken[127.0.0.1:8205-F0DE849D17AF854C]]
06:50:38.182 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E873,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32140, Token=F0DE849D17AF854C, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE]
06:50:38.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32140]
06:50:38.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, 127.0.0.1:8202] replace CON-POST   MID=32140, Token=F0DE849D17AF854C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32140, Token=F0DE849D17AF854C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R874, 127.0.0.1:8202] send response NON-2.05   MID=32140, Token=null, OptionSet={}, "server responds hi"
06:50:38.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, 127.0.0.1:8202, complete]!
06:50:38.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R874, 127.0.0.1:8202, complete] completed NON-2.04   MID=32140, Token=F0DE849D17AF854C, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25!
06:50:38.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E874,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32140, Token=F0DE849D17AF854C, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25]
06:50:38.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32140]
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873, 127.0.0.1:8205, complete]!
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L873, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F0DE849D17AF854C]
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L873, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32140]
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L873, 127.0.0.1:8205, complete] completed CON-POST   MID=32140, Token=F0DE849D17AF854C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32140, Token=F0DE849D17AF854C, OptionSet={"Object-Security":0x093D}, acked 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE!
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L875, 127.0.0.1:8205] send request
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L875, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L875, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32141], CON-POST   MID=32141, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L875, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-00ADF5A0787E6E15], CON-POST   MID=32141, Token=00ADF5A0787E6E15, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D
06:50:38.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32141], KeyToken[127.0.0.1:8205-00ADF5A0787E6E15]]
06:50:38.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E875,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32141, Token=00ADF5A0787E6E15, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D]
06:50:38.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32141]
06:50:38.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, 127.0.0.1:8202] replace CON-POST   MID=32141, Token=00ADF5A0787E6E15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32141, Token=00ADF5A0787E6E15, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R876, 127.0.0.1:8202] send response NON-2.05   MID=32141, Token=null, OptionSet={}, "server responds hi"
06:50:38.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, 127.0.0.1:8202, complete]!
06:50:38.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R876, 127.0.0.1:8202, complete] completed NON-2.04   MID=32141, Token=00ADF5A0787E6E15, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E!
06:50:38.184 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E876,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32141, Token=00ADF5A0787E6E15, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E]
06:50:38.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32141]
06:50:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875, 127.0.0.1:8205, complete]!
06:50:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L875, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-00ADF5A0787E6E15]
06:50:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L875, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32141]
06:50:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L875, 127.0.0.1:8205, complete] completed CON-POST   MID=32141, Token=00ADF5A0787E6E15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32141, Token=00ADF5A0787E6E15, OptionSet={"Object-Security":0x093E}, acked F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D!
06:50:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L877, 127.0.0.1:8205] send request
06:50:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L877, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A
06:50:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L877, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32142], CON-POST   MID=32142, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A
06:50:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L877, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-60F60A48421E2466], CON-POST   MID=32142, Token=60F60A48421E2466, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A
06:50:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32142], KeyToken[127.0.0.1:8205-60F60A48421E2466]]
06:50:38.185 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E877,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32142, Token=60F60A48421E2466, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A]
06:50:38.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32142]
06:50:38.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, 127.0.0.1:8202] replace CON-POST   MID=32142, Token=60F60A48421E2466, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32142, Token=60F60A48421E2466, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R878, 127.0.0.1:8202] send response NON-2.05   MID=32142, Token=null, OptionSet={}, "server responds hi"
06:50:38.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, 127.0.0.1:8202, complete]!
06:50:38.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R878, 127.0.0.1:8202, complete] completed NON-2.04   MID=32142, Token=60F60A48421E2466, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02!
06:50:38.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E878,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32142, Token=60F60A48421E2466, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02]
06:50:38.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32142]
06:50:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877, 127.0.0.1:8205, complete]!
06:50:38.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L877, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-60F60A48421E2466]
06:50:38.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L877, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32142]
06:50:38.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L877, 127.0.0.1:8205, complete] completed CON-POST   MID=32142, Token=60F60A48421E2466, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32142, Token=60F60A48421E2466, OptionSet={"Object-Security":0x093F}, acked E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A!
06:50:38.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L879, 127.0.0.1:8205] send request
06:50:38.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L879, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:38.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L879, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32143], CON-POST   MID=32143, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:38.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L879, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-241310DEB512B7F3], CON-POST   MID=32143, Token=241310DEB512B7F3, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
06:50:38.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32143], KeyToken[127.0.0.1:8205-241310DEB512B7F3]]
06:50:38.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E879,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32143, Token=241310DEB512B7F3, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49]
06:50:38.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32143]
06:50:38.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, 127.0.0.1:8202] replace CON-POST   MID=32143, Token=241310DEB512B7F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32143, Token=241310DEB512B7F3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R880, 127.0.0.1:8202] send response NON-2.05   MID=32143, Token=null, OptionSet={}, "server responds hi"
06:50:38.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, 127.0.0.1:8202, complete]!
06:50:38.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R880, 127.0.0.1:8202, complete] completed NON-2.04   MID=32143, Token=241310DEB512B7F3, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E!
06:50:38.187 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E880,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32143, Token=241310DEB512B7F3, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E]
06:50:38.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32143]
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879, 127.0.0.1:8205, complete]!
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L879, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-241310DEB512B7F3]
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L879, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32143]
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L879, 127.0.0.1:8205, complete] completed CON-POST   MID=32143, Token=241310DEB512B7F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32143, Token=241310DEB512B7F3, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49!
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L881, 127.0.0.1:8205] send request
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L881, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L881, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32144], CON-POST   MID=32144, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L881, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4CFB414BCECDB09E], CON-POST   MID=32144, Token=4CFB414BCECDB09E, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6
06:50:38.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32144], KeyToken[127.0.0.1:8205-4CFB414BCECDB09E]]
06:50:38.187 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E881,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32144, Token=4CFB414BCECDB09E, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6]
06:50:38.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32144]
06:50:38.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, 127.0.0.1:8202] replace CON-POST   MID=32144, Token=4CFB414BCECDB09E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32144, Token=4CFB414BCECDB09E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R882, 127.0.0.1:8202] send response NON-2.05   MID=32144, Token=null, OptionSet={}, "server responds hi"
06:50:38.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, 127.0.0.1:8202, complete]!
06:50:38.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R882, 127.0.0.1:8202, complete] completed NON-2.04   MID=32144, Token=4CFB414BCECDB09E, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C!
06:50:38.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E882,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32144, Token=4CFB414BCECDB09E, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C]
06:50:38.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32144]
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881, 127.0.0.1:8205, complete]!
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L881, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4CFB414BCECDB09E]
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L881, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32144]
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L881, 127.0.0.1:8205, complete] completed CON-POST   MID=32144, Token=4CFB414BCECDB09E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32144, Token=4CFB414BCECDB09E, OptionSet={"Object-Security":0x0941}, acked 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6!
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L883, 127.0.0.1:8205] send request
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L883, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L883, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32145], CON-POST   MID=32145, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77
06:50:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L883, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5C8941CA52017241], CON-POST   MID=32145, Token=5C8941CA52017241, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77
06:50:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32145], KeyToken[127.0.0.1:8205-5C8941CA52017241]]
06:50:38.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E883,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32145, Token=5C8941CA52017241, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77]
06:50:38.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32145]
06:50:38.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, 127.0.0.1:8202] replace CON-POST   MID=32145, Token=5C8941CA52017241, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32145, Token=5C8941CA52017241, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R884, 127.0.0.1:8202] send response NON-2.05   MID=32145, Token=null, OptionSet={}, "server responds hi"
06:50:38.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, 127.0.0.1:8202, complete]!
06:50:38.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R884, 127.0.0.1:8202, complete] completed NON-2.04   MID=32145, Token=5C8941CA52017241, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA!
06:50:38.189 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E884,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32145, Token=5C8941CA52017241, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA]
06:50:38.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32145]
06:50:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883, 127.0.0.1:8205, complete]!
06:50:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L883, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5C8941CA52017241]
06:50:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L883, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32145]
06:50:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L883, 127.0.0.1:8205, complete] completed CON-POST   MID=32145, Token=5C8941CA52017241, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32145, Token=5C8941CA52017241, OptionSet={"Object-Security":0x0942}, acked FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77!
06:50:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L885, 127.0.0.1:8205] send request
06:50:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L885, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L885, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32146], CON-POST   MID=32146, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L885, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-802EBC5767B6374F], CON-POST   MID=32146, Token=802EBC5767B6374F, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32146], KeyToken[127.0.0.1:8205-802EBC5767B6374F]]
06:50:38.190 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E885,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32146, Token=802EBC5767B6374F, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1]
06:50:38.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32146]
06:50:38.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, 127.0.0.1:8202] replace CON-POST   MID=32146, Token=802EBC5767B6374F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32146, Token=802EBC5767B6374F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R886, 127.0.0.1:8202] send response NON-2.05   MID=32146, Token=null, OptionSet={}, "server responds hi"
06:50:38.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, 127.0.0.1:8202, complete]!
06:50:38.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R886, 127.0.0.1:8202, complete] completed NON-2.04   MID=32146, Token=802EBC5767B6374F, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2!
06:50:38.190 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E886,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32146, Token=802EBC5767B6374F, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2]
06:50:38.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32146]
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885, 127.0.0.1:8205, complete]!
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L885, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-802EBC5767B6374F]
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L885, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32146]
06:50:38.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L885, 127.0.0.1:8205, complete] completed CON-POST   MID=32146, Token=802EBC5767B6374F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32146, Token=802EBC5767B6374F, OptionSet={"Object-Security":0x0943}, acked 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1!
06:50:38.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L887, 127.0.0.1:8205] send request
06:50:38.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L887, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B
06:50:38.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L887, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32147], CON-POST   MID=32147, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B
06:50:38.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L887, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9440B4FDB7A89A72], CON-POST   MID=32147, Token=9440B4FDB7A89A72, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B
06:50:38.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32147], KeyToken[127.0.0.1:8205-9440B4FDB7A89A72]]
06:50:38.191 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E887,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32147, Token=9440B4FDB7A89A72, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B]
06:50:38.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32147]
06:50:38.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, 127.0.0.1:8202] replace CON-POST   MID=32147, Token=9440B4FDB7A89A72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32147, Token=9440B4FDB7A89A72, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R888, 127.0.0.1:8202] send response NON-2.05   MID=32147, Token=null, OptionSet={}, "server responds hi"
06:50:38.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, 127.0.0.1:8202, complete]!
06:50:38.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R888, 127.0.0.1:8202, complete] completed NON-2.04   MID=32147, Token=9440B4FDB7A89A72, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7!
06:50:38.191 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E888,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32147, Token=9440B4FDB7A89A72, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7]
06:50:38.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32147]
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887, 127.0.0.1:8205, complete]!
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L887, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9440B4FDB7A89A72]
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L887, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32147]
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L887, 127.0.0.1:8205, complete] completed CON-POST   MID=32147, Token=9440B4FDB7A89A72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32147, Token=9440B4FDB7A89A72, OptionSet={"Object-Security":0x0944}, acked F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B!
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L889, 127.0.0.1:8205] send request
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L889, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L889, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32148], CON-POST   MID=32148, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L889, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B46A4AD7B3DE377F], CON-POST   MID=32148, Token=B46A4AD7B3DE377F, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB
06:50:38.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32148], KeyToken[127.0.0.1:8205-B46A4AD7B3DE377F]]
06:50:38.192 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E889,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32148, Token=B46A4AD7B3DE377F, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB]
06:50:38.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32148]
06:50:38.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, 127.0.0.1:8202] replace CON-POST   MID=32148, Token=B46A4AD7B3DE377F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32148, Token=B46A4AD7B3DE377F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R890, 127.0.0.1:8202] send response NON-2.05   MID=32148, Token=null, OptionSet={}, "server responds hi"
06:50:38.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, 127.0.0.1:8202, complete]!
06:50:38.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R890, 127.0.0.1:8202, complete] completed NON-2.04   MID=32148, Token=B46A4AD7B3DE377F, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C!
06:50:38.193 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.193 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E890,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32148, Token=B46A4AD7B3DE377F, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C]
06:50:38.193 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32148]
06:50:38.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889, 127.0.0.1:8205, complete]!
06:50:38.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L889, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B46A4AD7B3DE377F]
06:50:38.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L889, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32148]
06:50:38.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L889, 127.0.0.1:8205, complete] completed CON-POST   MID=32148, Token=B46A4AD7B3DE377F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32148, Token=B46A4AD7B3DE377F, OptionSet={"Object-Security":0x0945}, acked F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB!
06:50:38.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L891, 127.0.0.1:8205] send request
06:50:38.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L891, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E
06:50:38.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L891, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32149], CON-POST   MID=32149, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E
06:50:38.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L891, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C4D1AE8B015042E1], CON-POST   MID=32149, Token=C4D1AE8B015042E1, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E
06:50:38.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32149], KeyToken[127.0.0.1:8205-C4D1AE8B015042E1]]
06:50:38.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:8205
06:50:38.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E891,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32149, Token=C4D1AE8B015042E1, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E]
06:50:38.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32149]
06:50:38.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, 127.0.0.1:8202] replace CON-POST   MID=32149, Token=C4D1AE8B015042E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32149, Token=C4D1AE8B015042E1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R892, 127.0.0.1:8202] send response NON-2.05   MID=32149, Token=null, OptionSet={}, "server responds hi"
06:50:38.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, 127.0.0.1:8202, complete]!
06:50:38.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R892, 127.0.0.1:8202, complete] completed NON-2.04   MID=32149, Token=C4D1AE8B015042E1, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66!
06:50:38.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:8202
06:50:38.247 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E892,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32149, Token=C4D1AE8B015042E1, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66]
06:50:38.247 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32149]
06:50:38.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891, 127.0.0.1:8205, complete]!
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L891, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C4D1AE8B015042E1]
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L891, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32149]
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L891, 127.0.0.1:8205, complete] completed CON-POST   MID=32149, Token=C4D1AE8B015042E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32149, Token=C4D1AE8B015042E1, OptionSet={"Object-Security":0x0946}, acked 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E!
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L893, 127.0.0.1:8205] send request
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L893, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L893, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32150], CON-POST   MID=32150, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L893, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E02B52D998F969A1], CON-POST   MID=32150, Token=E02B52D998F969A1, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41
06:50:38.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32150], KeyToken[127.0.0.1:8205-E02B52D998F969A1]]
06:50:38.248 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.248 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E893,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32150, Token=E02B52D998F969A1, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41]
06:50:38.248 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32150]
06:50:38.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, 127.0.0.1:8202] replace CON-POST   MID=32150, Token=E02B52D998F969A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32150, Token=E02B52D998F969A1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R894, 127.0.0.1:8202] send response NON-2.05   MID=32150, Token=null, OptionSet={}, "server responds hi"
06:50:38.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, 127.0.0.1:8202, complete]!
06:50:38.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R894, 127.0.0.1:8202, complete] completed NON-2.04   MID=32150, Token=E02B52D998F969A1, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51!
06:50:38.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:8202
06:50:38.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E894,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32150, Token=E02B52D998F969A1, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51]
06:50:38.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32150]
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893, 127.0.0.1:8205, complete]!
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L893, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E02B52D998F969A1]
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L893, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32150]
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L893, 127.0.0.1:8205, complete] completed CON-POST   MID=32150, Token=E02B52D998F969A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32150, Token=E02B52D998F969A1, OptionSet={"Object-Security":0x0947}, acked 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41!
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L895, 127.0.0.1:8205] send request
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L895, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L895, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32151], CON-POST   MID=32151, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L895, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-30D5AE1028EFFF49], CON-POST   MID=32151, Token=30D5AE1028EFFF49, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95
06:50:38.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32151], KeyToken[127.0.0.1:8205-30D5AE1028EFFF49]]
06:50:38.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:8205
06:50:38.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E895,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32151, Token=30D5AE1028EFFF49, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95]
06:50:38.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32151]
06:50:38.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, 127.0.0.1:8202] replace CON-POST   MID=32151, Token=30D5AE1028EFFF49, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32151, Token=30D5AE1028EFFF49, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R896, 127.0.0.1:8202] send response NON-2.05   MID=32151, Token=null, OptionSet={}, "server responds hi"
06:50:38.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, 127.0.0.1:8202, complete]!
06:50:38.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R896, 127.0.0.1:8202, complete] completed NON-2.04   MID=32151, Token=30D5AE1028EFFF49, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2!
06:50:38.250 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E896,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32151, Token=30D5AE1028EFFF49, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2]
06:50:38.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32151]
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895, 127.0.0.1:8205, complete]!
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L895, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-30D5AE1028EFFF49]
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L895, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32151]
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L895, 127.0.0.1:8205, complete] completed CON-POST   MID=32151, Token=30D5AE1028EFFF49, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32151, Token=30D5AE1028EFFF49, OptionSet={"Object-Security":0x0948}, acked 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95!
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L897, 127.0.0.1:8205] send request
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L897, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L897, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32152], CON-POST   MID=32152, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L897, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-ECFE53B088AB1830], CON-POST   MID=32152, Token=ECFE53B088AB1830, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95
06:50:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32152], KeyToken[127.0.0.1:8205-ECFE53B088AB1830]]
06:50:38.250 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E897,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32152, Token=ECFE53B088AB1830, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95]
06:50:38.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32152]
06:50:38.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898, 127.0.0.1:8202] replace CON-POST   MID=32152, Token=ECFE53B088AB1830, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32152, Token=ECFE53B088AB1830, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R898, 127.0.0.1:8202] send response NON-2.05   MID=32152, Token=null, OptionSet={}, "server responds hi"
06:50:38.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898, 127.0.0.1:8202, complete]!
06:50:38.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R898, 127.0.0.1:8202, complete] completed NON-2.04   MID=32152, Token=ECFE53B088AB1830, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7!
06:50:38.251 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E898,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32152, Token=ECFE53B088AB1830, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7]
06:50:38.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32152]
06:50:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897, 127.0.0.1:8205, complete]!
06:50:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L897, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-ECFE53B088AB1830]
06:50:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L897, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32152]
06:50:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L897, 127.0.0.1:8205, complete] completed CON-POST   MID=32152, Token=ECFE53B088AB1830, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32152, Token=ECFE53B088AB1830, OptionSet={"Object-Security":0x0949}, acked DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95!
06:50:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L899, 127.0.0.1:8205] send request
06:50:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L899, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L899, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32153], CON-POST   MID=32153, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L899, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9C9D633B1EF637A9], CON-POST   MID=32153, Token=9C9D633B1EF637A9, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32153], KeyToken[127.0.0.1:8205-9C9D633B1EF637A9]]
06:50:38.252 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E899,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32153, Token=9C9D633B1EF637A9, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB]
06:50:38.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32153]
06:50:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, 127.0.0.1:8202] replace CON-POST   MID=32153, Token=9C9D633B1EF637A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32153, Token=9C9D633B1EF637A9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R900, 127.0.0.1:8202] send response NON-2.05   MID=32153, Token=null, OptionSet={}, "server responds hi"
06:50:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, 127.0.0.1:8202, complete]!
06:50:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R900, 127.0.0.1:8202, complete] completed NON-2.04   MID=32153, Token=9C9D633B1EF637A9, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27!
06:50:38.252 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E900,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32153, Token=9C9D633B1EF637A9, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27]
06:50:38.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32153]
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899, 127.0.0.1:8205, complete]!
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L899, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9C9D633B1EF637A9]
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L899, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32153]
06:50:38.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L899, 127.0.0.1:8205, complete] completed CON-POST   MID=32153, Token=9C9D633B1EF637A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32153, Token=9C9D633B1EF637A9, OptionSet={"Object-Security":0x094A}, acked 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB!
06:50:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L901, 127.0.0.1:8205] send request
06:50:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L901, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A
06:50:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L901, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32154], CON-POST   MID=32154, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A
06:50:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L901, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-788FA1B1F070B904], CON-POST   MID=32154, Token=788FA1B1F070B904, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A
06:50:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32154], KeyToken[127.0.0.1:8205-788FA1B1F070B904]]
06:50:38.253 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E901,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32154, Token=788FA1B1F070B904, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A]
06:50:38.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32154]
06:50:38.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, 127.0.0.1:8202] replace CON-POST   MID=32154, Token=788FA1B1F070B904, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32154, Token=788FA1B1F070B904, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R902, 127.0.0.1:8202] send response NON-2.05   MID=32154, Token=null, OptionSet={}, "server responds hi"
06:50:38.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, 127.0.0.1:8202, complete]!
06:50:38.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R902, 127.0.0.1:8202, complete] completed NON-2.04   MID=32154, Token=788FA1B1F070B904, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68!
06:50:38.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E902,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32154, Token=788FA1B1F070B904, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68]
06:50:38.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32154]
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901, 127.0.0.1:8205, complete]!
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L901, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-788FA1B1F070B904]
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L901, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32154]
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L901, 127.0.0.1:8205, complete] completed CON-POST   MID=32154, Token=788FA1B1F070B904, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32154, Token=788FA1B1F070B904, OptionSet={"Object-Security":0x094B}, acked 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A!
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L903, 127.0.0.1:8205] send request
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L903, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L903, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32155], CON-POST   MID=32155, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L903, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-54E3E797CD575481], CON-POST   MID=32155, Token=54E3E797CD575481, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A
06:50:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32155], KeyToken[127.0.0.1:8205-54E3E797CD575481]]
06:50:38.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E903,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32155, Token=54E3E797CD575481, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A]
06:50:38.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32155]
06:50:38.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, 127.0.0.1:8202] replace CON-POST   MID=32155, Token=54E3E797CD575481, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32155, Token=54E3E797CD575481, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R904, 127.0.0.1:8202] send response NON-2.05   MID=32155, Token=null, OptionSet={}, "server responds hi"
06:50:38.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, 127.0.0.1:8202, complete]!
06:50:38.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R904, 127.0.0.1:8202, complete] completed NON-2.04   MID=32155, Token=54E3E797CD575481, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1!
06:50:38.255 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E904,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32155, Token=54E3E797CD575481, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1]
06:50:38.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32155]
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903, 127.0.0.1:8205, complete]!
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L903, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-54E3E797CD575481]
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L903, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32155]
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L903, 127.0.0.1:8205, complete] completed CON-POST   MID=32155, Token=54E3E797CD575481, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32155, Token=54E3E797CD575481, OptionSet={"Object-Security":0x094C}, acked 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A!
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L905, 127.0.0.1:8205] send request
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L905, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L905, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32156], CON-POST   MID=32156, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10
06:50:38.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L905, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2C8FD426080ED3A1], CON-POST   MID=32156, Token=2C8FD426080ED3A1, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10
06:50:38.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32156], KeyToken[127.0.0.1:8205-2C8FD426080ED3A1]]
06:50:38.256 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E905,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32156, Token=2C8FD426080ED3A1, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10]
06:50:38.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32156]
06:50:38.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, 127.0.0.1:8202] replace CON-POST   MID=32156, Token=2C8FD426080ED3A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32156, Token=2C8FD426080ED3A1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R906, 127.0.0.1:8202] send response NON-2.05   MID=32156, Token=null, OptionSet={}, "server responds hi"
06:50:38.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, 127.0.0.1:8202, complete]!
06:50:38.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R906, 127.0.0.1:8202, complete] completed NON-2.04   MID=32156, Token=2C8FD426080ED3A1, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2!
06:50:38.256 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E906,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32156, Token=2C8FD426080ED3A1, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2]
06:50:38.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32156]
06:50:38.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905, 127.0.0.1:8205, complete]!
06:50:38.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L905, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2C8FD426080ED3A1]
06:50:38.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L905, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32156]
06:50:38.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L905, 127.0.0.1:8205, complete] completed CON-POST   MID=32156, Token=2C8FD426080ED3A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32156, Token=2C8FD426080ED3A1, OptionSet={"Object-Security":0x094D}, acked 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10!
06:50:38.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L907, 127.0.0.1:8205] send request
06:50:38.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L907, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B
06:50:38.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L907, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32157], CON-POST   MID=32157, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B
06:50:38.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L907, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2444D407F8DC719F], CON-POST   MID=32157, Token=2444D407F8DC719F, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B
06:50:38.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32157], KeyToken[127.0.0.1:8205-2444D407F8DC719F]]
06:50:38.257 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E907,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32157, Token=2444D407F8DC719F, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B]
06:50:38.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32157]
06:50:38.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, 127.0.0.1:8202] replace CON-POST   MID=32157, Token=2444D407F8DC719F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32157, Token=2444D407F8DC719F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R908, 127.0.0.1:8202] send response NON-2.05   MID=32157, Token=null, OptionSet={}, "server responds hi"
06:50:38.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, 127.0.0.1:8202, complete]!
06:50:38.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R908, 127.0.0.1:8202, complete] completed NON-2.04   MID=32157, Token=2444D407F8DC719F, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C!
06:50:38.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:8202
06:50:38.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E908,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32157, Token=2444D407F8DC719F, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C]
06:50:38.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32157]
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907, 127.0.0.1:8205, complete]!
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L907, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2444D407F8DC719F]
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L907, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32157]
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L907, 127.0.0.1:8205, complete] completed CON-POST   MID=32157, Token=2444D407F8DC719F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32157, Token=2444D407F8DC719F, OptionSet={"Object-Security":0x094E}, acked 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B!
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L909, 127.0.0.1:8205] send request
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L909, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L909, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32158], CON-POST   MID=32158, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L909, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-285AE4A9197B6364], CON-POST   MID=32158, Token=285AE4A9197B6364, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D
06:50:38.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32158], KeyToken[127.0.0.1:8205-285AE4A9197B6364]]
06:50:38.258 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E909,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32158, Token=285AE4A9197B6364, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D]
06:50:38.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32158]
06:50:38.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, 127.0.0.1:8202] replace CON-POST   MID=32158, Token=285AE4A9197B6364, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32158, Token=285AE4A9197B6364, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R910, 127.0.0.1:8202] send response NON-2.05   MID=32158, Token=null, OptionSet={}, "server responds hi"
06:50:38.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, 127.0.0.1:8202, complete]!
06:50:38.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R910, 127.0.0.1:8202, complete] completed NON-2.04   MID=32158, Token=285AE4A9197B6364, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A!
06:50:38.259 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E910,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32158, Token=285AE4A9197B6364, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A]
06:50:38.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32158]
06:50:38.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909, 127.0.0.1:8205, complete]!
06:50:38.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L909, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-285AE4A9197B6364]
06:50:38.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L909, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32158]
06:50:38.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L909, 127.0.0.1:8205, complete] completed CON-POST   MID=32158, Token=285AE4A9197B6364, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32158, Token=285AE4A9197B6364, OptionSet={"Object-Security":0x094F}, acked F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D!
06:50:38.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L911, 127.0.0.1:8205] send request
06:50:38.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L911, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C
06:50:38.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L911, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32159], CON-POST   MID=32159, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C
06:50:38.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L911, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F0F7743B1EA0571C], CON-POST   MID=32159, Token=F0F7743B1EA0571C, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C
06:50:38.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32159], KeyToken[127.0.0.1:8205-F0F7743B1EA0571C]]
06:50:38.260 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E911,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32159, Token=F0F7743B1EA0571C, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C]
06:50:38.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32159]
06:50:38.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, 127.0.0.1:8202] replace CON-POST   MID=32159, Token=F0F7743B1EA0571C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32159, Token=F0F7743B1EA0571C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R912, 127.0.0.1:8202] send response NON-2.05   MID=32159, Token=null, OptionSet={}, "server responds hi"
06:50:38.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, 127.0.0.1:8202, complete]!
06:50:38.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R912, 127.0.0.1:8202, complete] completed NON-2.04   MID=32159, Token=F0F7743B1EA0571C, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC!
06:50:38.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E912,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32159, Token=F0F7743B1EA0571C, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC]
06:50:38.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32159]
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911, 127.0.0.1:8205, complete]!
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L911, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F0F7743B1EA0571C]
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L911, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32159]
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L911, 127.0.0.1:8205, complete] completed CON-POST   MID=32159, Token=F0F7743B1EA0571C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32159, Token=F0F7743B1EA0571C, OptionSet={"Object-Security":0x0950}, acked F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C!
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L913, 127.0.0.1:8205] send request
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L913, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L913, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32160], CON-POST   MID=32160, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L913, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D472DC97F00430F8], CON-POST   MID=32160, Token=D472DC97F00430F8, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08
06:50:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32160], KeyToken[127.0.0.1:8205-D472DC97F00430F8]]
06:50:38.261 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E913,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32160, Token=D472DC97F00430F8, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08]
06:50:38.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32160]
06:50:38.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, 127.0.0.1:8202] replace CON-POST   MID=32160, Token=D472DC97F00430F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32160, Token=D472DC97F00430F8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R914, 127.0.0.1:8202] send response NON-2.05   MID=32160, Token=null, OptionSet={}, "server responds hi"
06:50:38.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, 127.0.0.1:8202, complete]!
06:50:38.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R914, 127.0.0.1:8202, complete] completed NON-2.04   MID=32160, Token=D472DC97F00430F8, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1!
06:50:38.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:8202
06:50:38.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E914,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32160, Token=D472DC97F00430F8, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1]
06:50:38.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32160]
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.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
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913, 127.0.0.1:8205, complete]!
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L913, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D472DC97F00430F8]
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L913, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32160]
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L913, 127.0.0.1:8205, complete] completed CON-POST   MID=32160, Token=D472DC97F00430F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32160, Token=D472DC97F00430F8, OptionSet={"Object-Security":0x0951}, acked F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08!
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L915, 127.0.0.1:8205] send request
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L915, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L915, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32161], CON-POST   MID=32161, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L915, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C8812872FA68688C], CON-POST   MID=32161, Token=C8812872FA68688C, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB
06:50:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32161], KeyToken[127.0.0.1:8205-C8812872FA68688C]]
06:50:38.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E915,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32161, Token=C8812872FA68688C, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB]
06:50:38.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32161]
06:50:38.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, 127.0.0.1:8202] replace CON-POST   MID=32161, Token=C8812872FA68688C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32161, Token=C8812872FA68688C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R916, 127.0.0.1:8202] send response NON-2.05   MID=32161, Token=null, OptionSet={}, "server responds hi"
06:50:38.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, 127.0.0.1:8202, complete]!
06:50:38.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R916, 127.0.0.1:8202, complete] completed NON-2.04   MID=32161, Token=C8812872FA68688C, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C!
06:50:38.263 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E916,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32161, Token=C8812872FA68688C, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C]
06:50:38.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32161]
06:50:38.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915, 127.0.0.1:8205, complete]!
06:50:38.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L915, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C8812872FA68688C]
06:50:38.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L915, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32161]
06:50:38.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L915, 127.0.0.1:8205, complete] completed CON-POST   MID=32161, Token=C8812872FA68688C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32161, Token=C8812872FA68688C, OptionSet={"Object-Security":0x0952}, acked E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB!
06:50:38.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L917, 127.0.0.1:8205] send request
06:50:38.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L917, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C
06:50:38.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L917, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32162], CON-POST   MID=32162, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C
06:50:38.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L917, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-FC63C22E8CC75F26], CON-POST   MID=32162, Token=FC63C22E8CC75F26, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C
06:50:38.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32162], KeyToken[127.0.0.1:8205-FC63C22E8CC75F26]]
06:50:38.264 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E917,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32162, Token=FC63C22E8CC75F26, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C]
06:50:38.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32162]
06:50:38.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, 127.0.0.1:8202] replace CON-POST   MID=32162, Token=FC63C22E8CC75F26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32162, Token=FC63C22E8CC75F26, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R918, 127.0.0.1:8202] send response NON-2.05   MID=32162, Token=null, OptionSet={}, "server responds hi"
06:50:38.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, 127.0.0.1:8202, complete]!
06:50:38.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R918, 127.0.0.1:8202, complete] completed NON-2.04   MID=32162, Token=FC63C22E8CC75F26, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D!
06:50:38.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E918,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32162, Token=FC63C22E8CC75F26, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D]
06:50:38.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32162]
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917, 127.0.0.1:8205, complete]!
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L917, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-FC63C22E8CC75F26]
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L917, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32162]
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L917, 127.0.0.1:8205, complete] completed CON-POST   MID=32162, Token=FC63C22E8CC75F26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32162, Token=FC63C22E8CC75F26, OptionSet={"Object-Security":0x0953}, acked 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C!
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L919, 127.0.0.1:8205] send request
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L919, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L919, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32163], CON-POST   MID=32163, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L919, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-202A81DCC883A6BF], CON-POST   MID=32163, Token=202A81DCC883A6BF, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A
06:50:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32163], KeyToken[127.0.0.1:8205-202A81DCC883A6BF]]
06:50:38.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E919,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32163, Token=202A81DCC883A6BF, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A]
06:50:38.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32163]
06:50:38.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, 127.0.0.1:8202] replace CON-POST   MID=32163, Token=202A81DCC883A6BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32163, Token=202A81DCC883A6BF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R920, 127.0.0.1:8202] send response NON-2.05   MID=32163, Token=null, OptionSet={}, "server responds hi"
06:50:38.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, 127.0.0.1:8202, complete]!
06:50:38.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R920, 127.0.0.1:8202, complete] completed NON-2.04   MID=32163, Token=202A81DCC883A6BF, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD!
06:50:38.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:8202
06:50:38.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E920,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32163, Token=202A81DCC883A6BF, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD]
06:50:38.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32163]
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919, 127.0.0.1:8205, complete]!
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L919, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-202A81DCC883A6BF]
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L919, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32163]
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L919, 127.0.0.1:8205, complete] completed CON-POST   MID=32163, Token=202A81DCC883A6BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32163, Token=202A81DCC883A6BF, OptionSet={"Object-Security":0x0954}, acked 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A!
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L921, 127.0.0.1:8205] send request
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L921, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L921, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32164], CON-POST   MID=32164, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L921, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2C08EB91920EE734], CON-POST   MID=32164, Token=2C08EB91920EE734, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4
06:50:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32164], KeyToken[127.0.0.1:8205-2C08EB91920EE734]]
06:50:38.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E921,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32164, Token=2C08EB91920EE734, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4]
06:50:38.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32164]
06:50:38.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, 127.0.0.1:8202] replace CON-POST   MID=32164, Token=2C08EB91920EE734, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32164, Token=2C08EB91920EE734, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R922, 127.0.0.1:8202] send response NON-2.05   MID=32164, Token=null, OptionSet={}, "server responds hi"
06:50:38.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, 127.0.0.1:8202, complete]!
06:50:38.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R922, 127.0.0.1:8202, complete] completed NON-2.04   MID=32164, Token=2C08EB91920EE734, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A!
06:50:38.267 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E922,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32164, Token=2C08EB91920EE734, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A]
06:50:38.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32164]
06:50:38.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921, 127.0.0.1:8205, complete]!
06:50:38.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L921, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2C08EB91920EE734]
06:50:38.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L921, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32164]
06:50:38.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L921, 127.0.0.1:8205, complete] completed CON-POST   MID=32164, Token=2C08EB91920EE734, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32164, Token=2C08EB91920EE734, OptionSet={"Object-Security":0x0955}, acked 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4!
06:50:38.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L923, 127.0.0.1:8205] send request
06:50:38.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L923, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B
06:50:38.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L923, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32165], CON-POST   MID=32165, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B
06:50:38.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L923, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BCB999F5E7E8E5E7], CON-POST   MID=32165, Token=BCB999F5E7E8E5E7, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B
06:50:38.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32165], KeyToken[127.0.0.1:8205-BCB999F5E7E8E5E7]]
06:50:38.268 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E923,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32165, Token=BCB999F5E7E8E5E7, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B]
06:50:38.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32165]
06:50:38.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, 127.0.0.1:8202] replace CON-POST   MID=32165, Token=BCB999F5E7E8E5E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32165, Token=BCB999F5E7E8E5E7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R924, 127.0.0.1:8202] send response NON-2.05   MID=32165, Token=null, OptionSet={}, "server responds hi"
06:50:38.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, 127.0.0.1:8202, complete]!
06:50:38.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R924, 127.0.0.1:8202, complete] completed NON-2.04   MID=32165, Token=BCB999F5E7E8E5E7, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90!
06:50:38.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E924,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32165, Token=BCB999F5E7E8E5E7, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90]
06:50:38.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32165]
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923, 127.0.0.1:8205, complete]!
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L923, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BCB999F5E7E8E5E7]
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L923, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32165]
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L923, 127.0.0.1:8205, complete] completed CON-POST   MID=32165, Token=BCB999F5E7E8E5E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32165, Token=BCB999F5E7E8E5E7, OptionSet={"Object-Security":0x0956}, acked 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B!
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L925, 127.0.0.1:8205] send request
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L925, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L925, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32166], CON-POST   MID=32166, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L925, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-248F761B45169AA0], CON-POST   MID=32166, Token=248F761B45169AA0, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25
06:50:38.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32166], KeyToken[127.0.0.1:8205-248F761B45169AA0]]
06:50:38.269 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E925,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32166, Token=248F761B45169AA0, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25]
06:50:38.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32166]
06:50:38.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, 127.0.0.1:8202] replace CON-POST   MID=32166, Token=248F761B45169AA0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32166, Token=248F761B45169AA0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R926, 127.0.0.1:8202] send response NON-2.05   MID=32166, Token=null, OptionSet={}, "server responds hi"
06:50:38.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, 127.0.0.1:8202, complete]!
06:50:38.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R926, 127.0.0.1:8202, complete] completed NON-2.04   MID=32166, Token=248F761B45169AA0, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5!
06:50:38.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:8202
06:50:38.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E926,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32166, Token=248F761B45169AA0, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5]
06:50:38.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32166]
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925, 127.0.0.1:8205, complete]!
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L925, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-248F761B45169AA0]
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L925, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32166]
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L925, 127.0.0.1:8205, complete] completed CON-POST   MID=32166, Token=248F761B45169AA0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32166, Token=248F761B45169AA0, OptionSet={"Object-Security":0x0957}, acked 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25!
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L927, 127.0.0.1:8205] send request
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L927, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L927, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32167], CON-POST   MID=32167, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L927, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2492BCB6D93800A1], CON-POST   MID=32167, Token=2492BCB6D93800A1, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60
06:50:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32167], KeyToken[127.0.0.1:8205-2492BCB6D93800A1]]
06:50:38.270 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E927,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32167, Token=2492BCB6D93800A1, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60]
06:50:38.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32167]
06:50:38.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, 127.0.0.1:8202] replace CON-POST   MID=32167, Token=2492BCB6D93800A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32167, Token=2492BCB6D93800A1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R928, 127.0.0.1:8202] send response NON-2.05   MID=32167, Token=null, OptionSet={}, "server responds hi"
06:50:38.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, 127.0.0.1:8202, complete]!
06:50:38.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R928, 127.0.0.1:8202, complete] completed NON-2.04   MID=32167, Token=2492BCB6D93800A1, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B!
06:50:38.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E928,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32167, Token=2492BCB6D93800A1, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B]
06:50:38.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32167]
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927, 127.0.0.1:8205, complete]!
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L927, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2492BCB6D93800A1]
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L927, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32167]
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L927, 127.0.0.1:8205, complete] completed CON-POST   MID=32167, Token=2492BCB6D93800A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32167, Token=2492BCB6D93800A1, OptionSet={"Object-Security":0x0958}, acked 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60!
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L929, 127.0.0.1:8205] send request
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L929, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60
06:50:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L929, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32168], CON-POST   MID=32168, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60
06:50:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L929, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D436C8A257B1D7D7], CON-POST   MID=32168, Token=D436C8A257B1D7D7, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60
06:50:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32168], KeyToken[127.0.0.1:8205-D436C8A257B1D7D7]]
06:50:38.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E929,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32168, Token=D436C8A257B1D7D7, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60]
06:50:38.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32168]
06:50:38.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, 127.0.0.1:8202] replace CON-POST   MID=32168, Token=D436C8A257B1D7D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32168, Token=D436C8A257B1D7D7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R930, 127.0.0.1:8202] send response NON-2.05   MID=32168, Token=null, OptionSet={}, "server responds hi"
06:50:38.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, 127.0.0.1:8202, complete]!
06:50:38.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R930, 127.0.0.1:8202, complete] completed NON-2.04   MID=32168, Token=D436C8A257B1D7D7, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A!
06:50:38.272 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E930,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32168, Token=D436C8A257B1D7D7, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A]
06:50:38.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32168]
06:50:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929, 127.0.0.1:8205, complete]!
06:50:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L929, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D436C8A257B1D7D7]
06:50:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L929, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32168]
06:50:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L929, 127.0.0.1:8205, complete] completed CON-POST   MID=32168, Token=D436C8A257B1D7D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32168, Token=D436C8A257B1D7D7, OptionSet={"Object-Security":0x0959}, acked C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60!
06:50:38.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L931, 127.0.0.1:8205] send request
06:50:38.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L931, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D
06:50:38.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L931, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32169], CON-POST   MID=32169, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D
06:50:38.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L931, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-64B20025A922AD5C], CON-POST   MID=32169, Token=64B20025A922AD5C, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D
06:50:38.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32169], KeyToken[127.0.0.1:8205-64B20025A922AD5C]]
06:50:38.273 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E931,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32169, Token=64B20025A922AD5C, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D]
06:50:38.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32169]
06:50:38.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, 127.0.0.1:8202] replace CON-POST   MID=32169, Token=64B20025A922AD5C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32169, Token=64B20025A922AD5C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R932, 127.0.0.1:8202] send response NON-2.05   MID=32169, Token=null, OptionSet={}, "server responds hi"
06:50:38.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, 127.0.0.1:8202, complete]!
06:50:38.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R932, 127.0.0.1:8202, complete] completed NON-2.04   MID=32169, Token=64B20025A922AD5C, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA!
06:50:38.273 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E932,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32169, Token=64B20025A922AD5C, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA]
06:50:38.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32169]
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931, 127.0.0.1:8205, complete]!
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L931, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-64B20025A922AD5C]
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L931, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32169]
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L931, 127.0.0.1:8205, complete] completed CON-POST   MID=32169, Token=64B20025A922AD5C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32169, Token=64B20025A922AD5C, OptionSet={"Object-Security":0x095A}, acked 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D!
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L933, 127.0.0.1:8205] send request
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L933, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L933, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32170], CON-POST   MID=32170, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L933, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6C53BC4C8AC2F6C8], CON-POST   MID=32170, Token=6C53BC4C8AC2F6C8, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82
06:50:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32170], KeyToken[127.0.0.1:8205-6C53BC4C8AC2F6C8]]
06:50:38.274 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E933,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32170, Token=6C53BC4C8AC2F6C8, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82]
06:50:38.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32170]
06:50:38.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, 127.0.0.1:8202] replace CON-POST   MID=32170, Token=6C53BC4C8AC2F6C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32170, Token=6C53BC4C8AC2F6C8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R934, 127.0.0.1:8202] send response NON-2.05   MID=32170, Token=null, OptionSet={}, "server responds hi"
06:50:38.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, 127.0.0.1:8202, complete]!
06:50:38.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R934, 127.0.0.1:8202, complete] completed NON-2.04   MID=32170, Token=6C53BC4C8AC2F6C8, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24!
06:50:38.275 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E934,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32170, Token=6C53BC4C8AC2F6C8, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24]
06:50:38.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32170]
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933, 127.0.0.1:8205, complete]!
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L933, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6C53BC4C8AC2F6C8]
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L933, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32170]
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L933, 127.0.0.1:8205, complete] completed CON-POST   MID=32170, Token=6C53BC4C8AC2F6C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32170, Token=6C53BC4C8AC2F6C8, OptionSet={"Object-Security":0x095B}, acked 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82!
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L935, 127.0.0.1:8205] send request
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L935, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L935, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32171], CON-POST   MID=32171, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L935, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-70CB04E496C50A60], CON-POST   MID=32171, Token=70CB04E496C50A60, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C
06:50:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32171], KeyToken[127.0.0.1:8205-70CB04E496C50A60]]
06:50:38.275 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E935,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32171, Token=70CB04E496C50A60, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C]
06:50:38.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32171]
06:50:38.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, 127.0.0.1:8202] replace CON-POST   MID=32171, Token=70CB04E496C50A60, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32171, Token=70CB04E496C50A60, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R936, 127.0.0.1:8202] send response NON-2.05   MID=32171, Token=null, OptionSet={}, "server responds hi"
06:50:38.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, 127.0.0.1:8202, complete]!
06:50:38.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R936, 127.0.0.1:8202, complete] completed NON-2.04   MID=32171, Token=70CB04E496C50A60, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59!
06:50:38.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E936,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32171, Token=70CB04E496C50A60, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59]
06:50:38.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32171]
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935, 127.0.0.1:8205, complete]!
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L935, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-70CB04E496C50A60]
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L935, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32171]
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L935, 127.0.0.1:8205, complete] completed CON-POST   MID=32171, Token=70CB04E496C50A60, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32171, Token=70CB04E496C50A60, OptionSet={"Object-Security":0x095C}, acked AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C!
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L937, 127.0.0.1:8205] send request
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L937, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22
06:50:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L937, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32172], CON-POST   MID=32172, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22
06:50:38.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L937, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E4D745E4BA62016F], CON-POST   MID=32172, Token=E4D745E4BA62016F, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22
06:50:38.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32172], KeyToken[127.0.0.1:8205-E4D745E4BA62016F]]
06:50:38.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E937,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32172, Token=E4D745E4BA62016F, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22]
06:50:38.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32172]
06:50:38.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, 127.0.0.1:8202] replace CON-POST   MID=32172, Token=E4D745E4BA62016F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32172, Token=E4D745E4BA62016F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R938, 127.0.0.1:8202] send response NON-2.05   MID=32172, Token=null, OptionSet={}, "server responds hi"
06:50:38.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, 127.0.0.1:8202, complete]!
06:50:38.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R938, 127.0.0.1:8202, complete] completed NON-2.04   MID=32172, Token=E4D745E4BA62016F, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A!
06:50:38.277 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E938,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32172, Token=E4D745E4BA62016F, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A]
06:50:38.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32172]
06:50:38.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937, 127.0.0.1:8205, complete]!
06:50:38.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L937, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E4D745E4BA62016F]
06:50:38.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L937, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32172]
06:50:38.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L937, 127.0.0.1:8205, complete] completed CON-POST   MID=32172, Token=E4D745E4BA62016F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32172, Token=E4D745E4BA62016F, OptionSet={"Object-Security":0x095D}, acked C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22!
06:50:38.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L939, 127.0.0.1:8205] send request
06:50:38.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L939, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46
06:50:38.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L939, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32173], CON-POST   MID=32173, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46
06:50:38.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L939, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6CD6494674BE8BF9], CON-POST   MID=32173, Token=6CD6494674BE8BF9, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46
06:50:38.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32173], KeyToken[127.0.0.1:8205-6CD6494674BE8BF9]]
06:50:38.278 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E939,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32173, Token=6CD6494674BE8BF9, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46]
06:50:38.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32173]
06:50:38.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, 127.0.0.1:8202] replace CON-POST   MID=32173, Token=6CD6494674BE8BF9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32173, Token=6CD6494674BE8BF9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R940, 127.0.0.1:8202] send response NON-2.05   MID=32173, Token=null, OptionSet={}, "server responds hi"
06:50:38.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, 127.0.0.1:8202, complete]!
06:50:38.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R940, 127.0.0.1:8202, complete] completed NON-2.04   MID=32173, Token=6CD6494674BE8BF9, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6!
06:50:38.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E940,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32173, Token=6CD6494674BE8BF9, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6]
06:50:38.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32173]
06:50:38.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939, 127.0.0.1:8205, complete]!
06:50:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L939, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6CD6494674BE8BF9]
06:50:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L939, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32173]
06:50:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L939, 127.0.0.1:8205, complete] completed CON-POST   MID=32173, Token=6CD6494674BE8BF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32173, Token=6CD6494674BE8BF9, OptionSet={"Object-Security":0x095E}, acked 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46!
06:50:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L941, 127.0.0.1:8205] send request
06:50:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L941, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82
06:50:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L941, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32174], CON-POST   MID=32174, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82
06:50:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L941, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BCF0B164CBF00397], CON-POST   MID=32174, Token=BCF0B164CBF00397, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82
06:50:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32174], KeyToken[127.0.0.1:8205-BCF0B164CBF00397]]
06:50:38.279 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E941,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32174, Token=BCF0B164CBF00397, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82]
06:50:38.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32174]
06:50:38.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, 127.0.0.1:8202] replace CON-POST   MID=32174, Token=BCF0B164CBF00397, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32174, Token=BCF0B164CBF00397, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R942, 127.0.0.1:8202] send response NON-2.05   MID=32174, Token=null, OptionSet={}, "server responds hi"
06:50:38.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, 127.0.0.1:8202, complete]!
06:50:38.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R942, 127.0.0.1:8202, complete] completed NON-2.04   MID=32174, Token=BCF0B164CBF00397, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52!
06:50:38.280 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E942,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32174, Token=BCF0B164CBF00397, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52]
06:50:38.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32174]
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941, 127.0.0.1:8205, complete]!
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L941, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BCF0B164CBF00397]
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L941, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32174]
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L941, 127.0.0.1:8205, complete] completed CON-POST   MID=32174, Token=BCF0B164CBF00397, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32174, Token=BCF0B164CBF00397, OptionSet={"Object-Security":0x095F}, acked 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82!
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L943, 127.0.0.1:8205] send request
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L943, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L943, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32175], CON-POST   MID=32175, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L943, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9055379A220932F4], CON-POST   MID=32175, Token=9055379A220932F4, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83
06:50:38.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32175], KeyToken[127.0.0.1:8205-9055379A220932F4]]
06:50:38.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:8205
06:50:38.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E943,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32175, Token=9055379A220932F4, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83]
06:50:38.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32175]
06:50:38.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, 127.0.0.1:8202] replace CON-POST   MID=32175, Token=9055379A220932F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32175, Token=9055379A220932F4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R944, 127.0.0.1:8202] send response NON-2.05   MID=32175, Token=null, OptionSet={}, "server responds hi"
06:50:38.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, 127.0.0.1:8202, complete]!
06:50:38.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R944, 127.0.0.1:8202, complete] completed NON-2.04   MID=32175, Token=9055379A220932F4, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4!
06:50:38.281 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.281 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E944,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32175, Token=9055379A220932F4, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4]
06:50:38.281 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32175]
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943, 127.0.0.1:8205, complete]!
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L943, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9055379A220932F4]
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L943, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32175]
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L943, 127.0.0.1:8205, complete] completed CON-POST   MID=32175, Token=9055379A220932F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32175, Token=9055379A220932F4, OptionSet={"Object-Security":0x0960}, acked F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83!
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L945, 127.0.0.1:8205] send request
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L945, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L945, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32176], CON-POST   MID=32176, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L945, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-48F1A50CAF3EB100], CON-POST   MID=32176, Token=48F1A50CAF3EB100, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C
06:50:38.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32176], KeyToken[127.0.0.1:8205-48F1A50CAF3EB100]]
06:50:38.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E945,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32176, Token=48F1A50CAF3EB100, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C]
06:50:38.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32176]
06:50:38.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, 127.0.0.1:8202] replace CON-POST   MID=32176, Token=48F1A50CAF3EB100, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32176, Token=48F1A50CAF3EB100, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R946, 127.0.0.1:8202] send response NON-2.05   MID=32176, Token=null, OptionSet={}, "server responds hi"
06:50:38.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, 127.0.0.1:8202, complete]!
06:50:38.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R946, 127.0.0.1:8202, complete] completed NON-2.04   MID=32176, Token=48F1A50CAF3EB100, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33!
06:50:38.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E946,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32176, Token=48F1A50CAF3EB100, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33]
06:50:38.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32176]
06:50:38.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945, 127.0.0.1:8205, complete]!
06:50:38.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L945, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-48F1A50CAF3EB100]
06:50:38.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L945, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32176]
06:50:38.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L945, 127.0.0.1:8205, complete] completed CON-POST   MID=32176, Token=48F1A50CAF3EB100, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32176, Token=48F1A50CAF3EB100, OptionSet={"Object-Security":0x0961}, acked E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C!
06:50:38.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L947, 127.0.0.1:8205] send request
06:50:38.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L947, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43
06:50:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L947, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32177], CON-POST   MID=32177, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43
06:50:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L947, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B45D6B4F4B44EE08], CON-POST   MID=32177, Token=B45D6B4F4B44EE08, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43
06:50:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32177], KeyToken[127.0.0.1:8205-B45D6B4F4B44EE08]]
06:50:38.283 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E947,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32177, Token=B45D6B4F4B44EE08, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43]
06:50:38.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32177]
06:50:38.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, 127.0.0.1:8202] replace CON-POST   MID=32177, Token=B45D6B4F4B44EE08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32177, Token=B45D6B4F4B44EE08, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R948, 127.0.0.1:8202] send response NON-2.05   MID=32177, Token=null, OptionSet={}, "server responds hi"
06:50:38.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, 127.0.0.1:8202, complete]!
06:50:38.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R948, 127.0.0.1:8202, complete] completed NON-2.04   MID=32177, Token=B45D6B4F4B44EE08, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED!
06:50:38.283 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E948,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32177, Token=B45D6B4F4B44EE08, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED]
06:50:38.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32177]
06:50:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947, 127.0.0.1:8205, complete]!
06:50:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L947, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B45D6B4F4B44EE08]
06:50:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L947, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32177]
06:50:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L947, 127.0.0.1:8205, complete] completed CON-POST   MID=32177, Token=B45D6B4F4B44EE08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32177, Token=B45D6B4F4B44EE08, OptionSet={"Object-Security":0x0962}, acked 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43!
06:50:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L949, 127.0.0.1:8205] send request
06:50:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L949, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F
06:50:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L949, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32178], CON-POST   MID=32178, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F
06:50:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L949, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4CC8D84AB981BDB1], CON-POST   MID=32178, Token=4CC8D84AB981BDB1, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F
06:50:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32178], KeyToken[127.0.0.1:8205-4CC8D84AB981BDB1]]
06:50:38.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E949,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32178, Token=4CC8D84AB981BDB1, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F]
06:50:38.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32178]
06:50:38.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, 127.0.0.1:8202] replace CON-POST   MID=32178, Token=4CC8D84AB981BDB1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32178, Token=4CC8D84AB981BDB1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R950, 127.0.0.1:8202] send response NON-2.05   MID=32178, Token=null, OptionSet={}, "server responds hi"
06:50:38.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, 127.0.0.1:8202, complete]!
06:50:38.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R950, 127.0.0.1:8202, complete] completed NON-2.04   MID=32178, Token=4CC8D84AB981BDB1, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B!
06:50:38.284 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E950,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32178, Token=4CC8D84AB981BDB1, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B]
06:50:38.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32178]
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949, 127.0.0.1:8205, complete]!
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L949, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4CC8D84AB981BDB1]
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L949, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32178]
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L949, 127.0.0.1:8205, complete] completed CON-POST   MID=32178, Token=4CC8D84AB981BDB1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32178, Token=4CC8D84AB981BDB1, OptionSet={"Object-Security":0x0963}, acked 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F!
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L951, 127.0.0.1:8205] send request
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L951, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L951, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32179], CON-POST   MID=32179, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L951, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A8DD23C28863055B], CON-POST   MID=32179, Token=A8DD23C28863055B, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70
06:50:38.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32179], KeyToken[127.0.0.1:8205-A8DD23C28863055B]]
06:50:38.285 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.285 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E951,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32179, Token=A8DD23C28863055B, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70]
06:50:38.285 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32179]
06:50:38.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, 127.0.0.1:8202] replace CON-POST   MID=32179, Token=A8DD23C28863055B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32179, Token=A8DD23C28863055B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R952, 127.0.0.1:8202] send response NON-2.05   MID=32179, Token=null, OptionSet={}, "server responds hi"
06:50:38.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, 127.0.0.1:8202, complete]!
06:50:38.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R952, 127.0.0.1:8202, complete] completed NON-2.04   MID=32179, Token=A8DD23C28863055B, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE!
06:50:38.286 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E952,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32179, Token=A8DD23C28863055B, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE]
06:50:38.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32179]
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951, 127.0.0.1:8205, complete]!
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L951, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A8DD23C28863055B]
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L951, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32179]
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L951, 127.0.0.1:8205, complete] completed CON-POST   MID=32179, Token=A8DD23C28863055B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32179, Token=A8DD23C28863055B, OptionSet={"Object-Security":0x0964}, acked 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70!
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L953, 127.0.0.1:8205] send request
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L953, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L953, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32180], CON-POST   MID=32180, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L953, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9C918A05AE1092EB], CON-POST   MID=32180, Token=9C918A05AE1092EB, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55
06:50:38.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32180], KeyToken[127.0.0.1:8205-9C918A05AE1092EB]]
06:50:38.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E953,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32180, Token=9C918A05AE1092EB, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55]
06:50:38.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32180]
06:50:38.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, 127.0.0.1:8202] replace CON-POST   MID=32180, Token=9C918A05AE1092EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32180, Token=9C918A05AE1092EB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R954, 127.0.0.1:8202] send response NON-2.05   MID=32180, Token=null, OptionSet={}, "server responds hi"
06:50:38.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, 127.0.0.1:8202, complete]!
06:50:38.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R954, 127.0.0.1:8202, complete] completed NON-2.04   MID=32180, Token=9C918A05AE1092EB, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5!
06:50:38.287 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E954,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32180, Token=9C918A05AE1092EB, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5]
06:50:38.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32180]
06:50:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953, 127.0.0.1:8205, complete]!
06:50:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L953, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9C918A05AE1092EB]
06:50:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L953, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32180]
06:50:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L953, 127.0.0.1:8205, complete] completed CON-POST   MID=32180, Token=9C918A05AE1092EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32180, Token=9C918A05AE1092EB, OptionSet={"Object-Security":0x0965}, acked CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55!
06:50:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L955, 127.0.0.1:8205] send request
06:50:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L955, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60
06:50:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L955, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32181], CON-POST   MID=32181, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60
06:50:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L955, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-845377B9C0675873], CON-POST   MID=32181, Token=845377B9C0675873, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60
06:50:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32181], KeyToken[127.0.0.1:8205-845377B9C0675873]]
06:50:38.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E955,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32181, Token=845377B9C0675873, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60]
06:50:38.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32181]
06:50:38.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, 127.0.0.1:8202] replace CON-POST   MID=32181, Token=845377B9C0675873, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32181, Token=845377B9C0675873, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R956, 127.0.0.1:8202] send response NON-2.05   MID=32181, Token=null, OptionSet={}, "server responds hi"
06:50:38.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, 127.0.0.1:8202, complete]!
06:50:38.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R956, 127.0.0.1:8202, complete] completed NON-2.04   MID=32181, Token=845377B9C0675873, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07!
06:50:38.288 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E956,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32181, Token=845377B9C0675873, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07]
06:50:38.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32181]
06:50:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955, 127.0.0.1:8205, complete]!
06:50:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L955, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-845377B9C0675873]
06:50:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L955, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32181]
06:50:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L955, 127.0.0.1:8205, complete] completed CON-POST   MID=32181, Token=845377B9C0675873, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32181, Token=845377B9C0675873, OptionSet={"Object-Security":0x0966}, acked 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60!
06:50:38.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L957, 127.0.0.1:8205] send request
06:50:38.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L957, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7
06:50:38.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L957, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32182], CON-POST   MID=32182, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7
06:50:38.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L957, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-60BB07C548DD1152], CON-POST   MID=32182, Token=60BB07C548DD1152, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7
06:50:38.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32182], KeyToken[127.0.0.1:8205-60BB07C548DD1152]]
06:50:38.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:8205
06:50:38.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E957,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32182, Token=60BB07C548DD1152, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7]
06:50:38.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32182]
06:50:38.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, 127.0.0.1:8202] replace CON-POST   MID=32182, Token=60BB07C548DD1152, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32182, Token=60BB07C548DD1152, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R958, 127.0.0.1:8202] send response NON-2.05   MID=32182, Token=null, OptionSet={}, "server responds hi"
06:50:38.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, 127.0.0.1:8202, complete]!
06:50:38.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R958, 127.0.0.1:8202, complete] completed NON-2.04   MID=32182, Token=60BB07C548DD1152, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A!
06:50:38.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:8202
06:50:38.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E958,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32182, Token=60BB07C548DD1152, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A]
06:50:38.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32182]
06:50:38.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957, 127.0.0.1:8205, complete]!
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L957, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-60BB07C548DD1152]
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L957, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32182]
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L957, 127.0.0.1:8205, complete] completed CON-POST   MID=32182, Token=60BB07C548DD1152, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32182, Token=60BB07C548DD1152, OptionSet={"Object-Security":0x0967}, acked 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7!
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L959, 127.0.0.1:8205] send request
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L959, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L959, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32183], CON-POST   MID=32183, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L959, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D0BD4DF3F9894376], CON-POST   MID=32183, Token=D0BD4DF3F9894376, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22
06:50:38.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32183], KeyToken[127.0.0.1:8205-D0BD4DF3F9894376]]
06:50:38.348 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.348 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E959,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32183, Token=D0BD4DF3F9894376, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22]
06:50:38.348 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32183]
06:50:38.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, 127.0.0.1:8202] replace CON-POST   MID=32183, Token=D0BD4DF3F9894376, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32183, Token=D0BD4DF3F9894376, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R960, 127.0.0.1:8202] send response NON-2.05   MID=32183, Token=null, OptionSet={}, "server responds hi"
06:50:38.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, 127.0.0.1:8202, complete]!
06:50:38.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R960, 127.0.0.1:8202, complete] completed NON-2.04   MID=32183, Token=D0BD4DF3F9894376, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD!
06:50:38.349 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E960,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32183, Token=D0BD4DF3F9894376, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD]
06:50:38.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32183]
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959, 127.0.0.1:8205, complete]!
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L959, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D0BD4DF3F9894376]
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L959, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32183]
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L959, 127.0.0.1:8205, complete] completed CON-POST   MID=32183, Token=D0BD4DF3F9894376, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32183, Token=D0BD4DF3F9894376, OptionSet={"Object-Security":0x0968}, acked 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22!
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L961, 127.0.0.1:8205] send request
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L961, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L961, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32184], CON-POST   MID=32184, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L961, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-88969833A99FDCCD], CON-POST   MID=32184, Token=88969833A99FDCCD, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88
06:50:38.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32184], KeyToken[127.0.0.1:8205-88969833A99FDCCD]]
06:50:38.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:8205
06:50:38.349 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E961,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32184, Token=88969833A99FDCCD, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88]
06:50:38.349 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32184]
06:50:38.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, 127.0.0.1:8202] replace CON-POST   MID=32184, Token=88969833A99FDCCD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32184, Token=88969833A99FDCCD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R962, 127.0.0.1:8202] send response NON-2.05   MID=32184, Token=null, OptionSet={}, "server responds hi"
06:50:38.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, 127.0.0.1:8202, complete]!
06:50:38.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R962, 127.0.0.1:8202, complete] completed NON-2.04   MID=32184, Token=88969833A99FDCCD, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E!
06:50:38.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:8202
06:50:38.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E962,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32184, Token=88969833A99FDCCD, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E]
06:50:38.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32184]
06:50:38.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961, 127.0.0.1:8205, complete]!
06:50:38.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L961, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-88969833A99FDCCD]
06:50:38.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L961, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32184]
06:50:38.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L961, 127.0.0.1:8205, complete] completed CON-POST   MID=32184, Token=88969833A99FDCCD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32184, Token=88969833A99FDCCD, OptionSet={"Object-Security":0x0969}, acked FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88!
06:50:38.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L963, 127.0.0.1:8205] send request
06:50:38.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L963, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F
06:50:38.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L963, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32185], CON-POST   MID=32185, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F
06:50:38.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L963, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-88A5798E21BB2EB1], CON-POST   MID=32185, Token=88A5798E21BB2EB1, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F
06:50:38.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32185], KeyToken[127.0.0.1:8205-88A5798E21BB2EB1]]
06:50:38.351 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E963,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32185, Token=88A5798E21BB2EB1, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F]
06:50:38.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32185]
06:50:38.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, 127.0.0.1:8202] replace CON-POST   MID=32185, Token=88A5798E21BB2EB1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32185, Token=88A5798E21BB2EB1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R964, 127.0.0.1:8202] send response NON-2.05   MID=32185, Token=null, OptionSet={}, "server responds hi"
06:50:38.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, 127.0.0.1:8202, complete]!
06:50:38.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R964, 127.0.0.1:8202, complete] completed NON-2.04   MID=32185, Token=88A5798E21BB2EB1, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74!
06:50:38.351 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E964,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32185, Token=88A5798E21BB2EB1, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74]
06:50:38.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32185]
06:50:38.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963, 127.0.0.1:8205, complete]!
06:50:38.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L963, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-88A5798E21BB2EB1]
06:50:38.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L963, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32185]
06:50:38.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L963, 127.0.0.1:8205, complete] completed CON-POST   MID=32185, Token=88A5798E21BB2EB1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32185, Token=88A5798E21BB2EB1, OptionSet={"Object-Security":0x096A}, acked 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F!
06:50:38.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L965, 127.0.0.1:8205] send request
06:50:38.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L965, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE
06:50:38.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L965, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32186], CON-POST   MID=32186, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE
06:50:38.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L965, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2C59BF9C8C1FFDB5], CON-POST   MID=32186, Token=2C59BF9C8C1FFDB5, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE
06:50:38.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32186], KeyToken[127.0.0.1:8205-2C59BF9C8C1FFDB5]]
06:50:38.352 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E965,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32186, Token=2C59BF9C8C1FFDB5, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE]
06:50:38.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32186]
06:50:38.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, 127.0.0.1:8202] replace CON-POST   MID=32186, Token=2C59BF9C8C1FFDB5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32186, Token=2C59BF9C8C1FFDB5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R966, 127.0.0.1:8202] send response NON-2.05   MID=32186, Token=null, OptionSet={}, "server responds hi"
06:50:38.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, 127.0.0.1:8202, complete]!
06:50:38.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R966, 127.0.0.1:8202, complete] completed NON-2.04   MID=32186, Token=2C59BF9C8C1FFDB5, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D!
06:50:38.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:8202
06:50:38.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E966,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32186, Token=2C59BF9C8C1FFDB5, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D]
06:50:38.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32186]
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965, 127.0.0.1:8205, complete]!
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L965, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2C59BF9C8C1FFDB5]
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L965, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32186]
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L965, 127.0.0.1:8205, complete] completed CON-POST   MID=32186, Token=2C59BF9C8C1FFDB5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32186, Token=2C59BF9C8C1FFDB5, OptionSet={"Object-Security":0x096B}, acked F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE!
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L967, 127.0.0.1:8205] send request
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L967, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L967, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32187], CON-POST   MID=32187, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L967, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D4F341A8D936A90B], CON-POST   MID=32187, Token=D4F341A8D936A90B, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E
06:50:38.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32187], KeyToken[127.0.0.1:8205-D4F341A8D936A90B]]
06:50:38.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:8205
06:50:38.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E967,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32187, Token=D4F341A8D936A90B, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E]
06:50:38.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32187]
06:50:38.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, 127.0.0.1:8202] replace CON-POST   MID=32187, Token=D4F341A8D936A90B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32187, Token=D4F341A8D936A90B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R968, 127.0.0.1:8202] send response NON-2.05   MID=32187, Token=null, OptionSet={}, "server responds hi"
06:50:38.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, 127.0.0.1:8202, complete]!
06:50:38.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R968, 127.0.0.1:8202, complete] completed NON-2.04   MID=32187, Token=D4F341A8D936A90B, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5!
06:50:38.354 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E968,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32187, Token=D4F341A8D936A90B, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5]
06:50:38.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32187]
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967, 127.0.0.1:8205, complete]!
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L967, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D4F341A8D936A90B]
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L967, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32187]
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L967, 127.0.0.1:8205, complete] completed CON-POST   MID=32187, Token=D4F341A8D936A90B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32187, Token=D4F341A8D936A90B, OptionSet={"Object-Security":0x096C}, acked BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E!
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L969, 127.0.0.1:8205] send request
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L969, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L969, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32188], CON-POST   MID=32188, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L969, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-48C75A73AD43A70D], CON-POST   MID=32188, Token=48C75A73AD43A70D, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27
06:50:38.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32188], KeyToken[127.0.0.1:8205-48C75A73AD43A70D]]
06:50:38.354 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E969,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32188, Token=48C75A73AD43A70D, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27]
06:50:38.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32188]
06:50:38.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, 127.0.0.1:8202] replace CON-POST   MID=32188, Token=48C75A73AD43A70D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32188, Token=48C75A73AD43A70D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R970, 127.0.0.1:8202] send response NON-2.05   MID=32188, Token=null, OptionSet={}, "server responds hi"
06:50:38.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, 127.0.0.1:8202, complete]!
06:50:38.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R970, 127.0.0.1:8202, complete] completed NON-2.04   MID=32188, Token=48C75A73AD43A70D, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A!
06:50:38.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:8202
06:50:38.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E970,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32188, Token=48C75A73AD43A70D, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A]
06:50:38.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32188]
06:50:38.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969, 127.0.0.1:8205, complete]!
06:50:38.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L969, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-48C75A73AD43A70D]
06:50:38.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L969, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32188]
06:50:38.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L969, 127.0.0.1:8205, complete] completed CON-POST   MID=32188, Token=48C75A73AD43A70D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32188, Token=48C75A73AD43A70D, OptionSet={"Object-Security":0x096D}, acked 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27!
06:50:38.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L971, 127.0.0.1:8205] send request
06:50:38.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L971, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L971, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32189], CON-POST   MID=32189, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L971, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D8FA8BEA49F1F0B4], CON-POST   MID=32189, Token=D8FA8BEA49F1F0B4, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32189], KeyToken[127.0.0.1:8205-D8FA8BEA49F1F0B4]]
06:50:38.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E971,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32189, Token=D8FA8BEA49F1F0B4, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D]
06:50:38.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32189]
06:50:38.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, 127.0.0.1:8202] replace CON-POST   MID=32189, Token=D8FA8BEA49F1F0B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32189, Token=D8FA8BEA49F1F0B4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R972, 127.0.0.1:8202] send response NON-2.05   MID=32189, Token=null, OptionSet={}, "server responds hi"
06:50:38.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, 127.0.0.1:8202, complete]!
06:50:38.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R972, 127.0.0.1:8202, complete] completed NON-2.04   MID=32189, Token=D8FA8BEA49F1F0B4, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50!
06:50:38.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E972,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32189, Token=D8FA8BEA49F1F0B4, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50]
06:50:38.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32189]
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971, 127.0.0.1:8205, complete]!
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L971, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D8FA8BEA49F1F0B4]
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L971, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32189]
06:50:38.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L971, 127.0.0.1:8205, complete] completed CON-POST   MID=32189, Token=D8FA8BEA49F1F0B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32189, Token=D8FA8BEA49F1F0B4, OptionSet={"Object-Security":0x096E}, acked D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D!
06:50:38.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L973, 127.0.0.1:8205] send request
06:50:38.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L973, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C
06:50:38.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L973, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32190], CON-POST   MID=32190, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C
06:50:38.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L973, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-845D0ADB10FF4C99], CON-POST   MID=32190, Token=845D0ADB10FF4C99, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C
06:50:38.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32190], KeyToken[127.0.0.1:8205-845D0ADB10FF4C99]]
06:50:38.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E973,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32190, Token=845D0ADB10FF4C99, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C]
06:50:38.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32190]
06:50:38.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, 127.0.0.1:8202] replace CON-POST   MID=32190, Token=845D0ADB10FF4C99, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32190, Token=845D0ADB10FF4C99, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R974, 127.0.0.1:8202] send response NON-2.05   MID=32190, Token=null, OptionSet={}, "server responds hi"
06:50:38.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, 127.0.0.1:8202, complete]!
06:50:38.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R974, 127.0.0.1:8202, complete] completed NON-2.04   MID=32190, Token=845D0ADB10FF4C99, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D!
06:50:38.357 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E974,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32190, Token=845D0ADB10FF4C99, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D]
06:50:38.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32190]
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973, 127.0.0.1:8205, complete]!
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L973, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-845D0ADB10FF4C99]
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L973, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32190]
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L973, 127.0.0.1:8205, complete] completed CON-POST   MID=32190, Token=845D0ADB10FF4C99, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32190, Token=845D0ADB10FF4C99, OptionSet={"Object-Security":0x096F}, acked 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C!
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L975, 127.0.0.1:8205] send request
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L975, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L975, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32191], CON-POST   MID=32191, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L975, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C4CC2F56DFC79592], CON-POST   MID=32191, Token=C4CC2F56DFC79592, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB
06:50:38.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32191], KeyToken[127.0.0.1:8205-C4CC2F56DFC79592]]
06:50:38.358 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E975,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32191, Token=C4CC2F56DFC79592, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB]
06:50:38.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32191]
06:50:38.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, 127.0.0.1:8202] replace CON-POST   MID=32191, Token=C4CC2F56DFC79592, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32191, Token=C4CC2F56DFC79592, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R976, 127.0.0.1:8202] send response NON-2.05   MID=32191, Token=null, OptionSet={}, "server responds hi"
06:50:38.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, 127.0.0.1:8202, complete]!
06:50:38.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R976, 127.0.0.1:8202, complete] completed NON-2.04   MID=32191, Token=C4CC2F56DFC79592, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92!
06:50:38.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E976,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32191, Token=C4CC2F56DFC79592, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92]
06:50:38.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32191]
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975, 127.0.0.1:8205, complete]!
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L975, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C4CC2F56DFC79592]
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L975, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32191]
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L975, 127.0.0.1:8205, complete] completed CON-POST   MID=32191, Token=C4CC2F56DFC79592, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32191, Token=C4CC2F56DFC79592, OptionSet={"Object-Security":0x0970}, acked 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB!
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L977, 127.0.0.1:8205] send request
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L977, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L977, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32192], CON-POST   MID=32192, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L977, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-54DDF7EB04FE3855], CON-POST   MID=32192, Token=54DDF7EB04FE3855, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD
06:50:38.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32192], KeyToken[127.0.0.1:8205-54DDF7EB04FE3855]]
06:50:38.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:8205
06:50:38.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E977,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32192, Token=54DDF7EB04FE3855, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD]
06:50:38.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32192]
06:50:38.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, 127.0.0.1:8202] replace CON-POST   MID=32192, Token=54DDF7EB04FE3855, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32192, Token=54DDF7EB04FE3855, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R978, 127.0.0.1:8202] send response NON-2.05   MID=32192, Token=null, OptionSet={}, "server responds hi"
06:50:38.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, 127.0.0.1:8202, complete]!
06:50:38.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R978, 127.0.0.1:8202, complete] completed NON-2.04   MID=32192, Token=54DDF7EB04FE3855, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09!
06:50:38.360 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E978,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32192, Token=54DDF7EB04FE3855, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09]
06:50:38.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32192]
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977, 127.0.0.1:8205, complete]!
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L977, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-54DDF7EB04FE3855]
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L977, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32192]
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L977, 127.0.0.1:8205, complete] completed CON-POST   MID=32192, Token=54DDF7EB04FE3855, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32192, Token=54DDF7EB04FE3855, OptionSet={"Object-Security":0x0971}, acked 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD!
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L979, 127.0.0.1:8205] send request
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L979, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67
06:50:38.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L979, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32193], CON-POST   MID=32193, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67
06:50:38.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L979, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D858F3B9930408C9], CON-POST   MID=32193, Token=D858F3B9930408C9, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67
06:50:38.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32193], KeyToken[127.0.0.1:8205-D858F3B9930408C9]]
06:50:38.361 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E979,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32193, Token=D858F3B9930408C9, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67]
06:50:38.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32193]
06:50:38.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, 127.0.0.1:8202] replace CON-POST   MID=32193, Token=D858F3B9930408C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32193, Token=D858F3B9930408C9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R980, 127.0.0.1:8202] send response NON-2.05   MID=32193, Token=null, OptionSet={}, "server responds hi"
06:50:38.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, 127.0.0.1:8202, complete]!
06:50:38.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R980, 127.0.0.1:8202, complete] completed NON-2.04   MID=32193, Token=D858F3B9930408C9, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F!
06:50:38.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:8202
06:50:38.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E980,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32193, Token=D858F3B9930408C9, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F]
06:50:38.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32193]
06:50:38.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979, 127.0.0.1:8205, complete]!
06:50:38.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L979, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D858F3B9930408C9]
06:50:38.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L979, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32193]
06:50:38.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L979, 127.0.0.1:8205, complete] completed CON-POST   MID=32193, Token=D858F3B9930408C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32193, Token=D858F3B9930408C9, OptionSet={"Object-Security":0x0972}, acked A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67!
06:50:38.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L981, 127.0.0.1:8205] send request
06:50:38.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L981, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L981, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32194], CON-POST   MID=32194, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L981, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5032B5F6FC15D0EB], CON-POST   MID=32194, Token=5032B5F6FC15D0EB, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32194], KeyToken[127.0.0.1:8205-5032B5F6FC15D0EB]]
06:50:38.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:8205
06:50:38.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E981,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32194, Token=5032B5F6FC15D0EB, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D]
06:50:38.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32194]
06:50:38.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, 127.0.0.1:8202] replace CON-POST   MID=32194, Token=5032B5F6FC15D0EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32194, Token=5032B5F6FC15D0EB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R982, 127.0.0.1:8202] send response NON-2.05   MID=32194, Token=null, OptionSet={}, "server responds hi"
06:50:38.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, 127.0.0.1:8202, complete]!
06:50:38.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R982, 127.0.0.1:8202, complete] completed NON-2.04   MID=32194, Token=5032B5F6FC15D0EB, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6!
06:50:38.362 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E982,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32194, Token=5032B5F6FC15D0EB, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6]
06:50:38.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32194]
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981, 127.0.0.1:8205, complete]!
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L981, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5032B5F6FC15D0EB]
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L981, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32194]
06:50:38.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L981, 127.0.0.1:8205, complete] completed CON-POST   MID=32194, Token=5032B5F6FC15D0EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32194, Token=5032B5F6FC15D0EB, OptionSet={"Object-Security":0x0973}, acked 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D!
06:50:38.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L983, 127.0.0.1:8205] send request
06:50:38.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L983, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D
06:50:38.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L983, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32195], CON-POST   MID=32195, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D
06:50:38.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L983, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D0DF4C603A8841C3], CON-POST   MID=32195, Token=D0DF4C603A8841C3, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D
06:50:38.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32195], KeyToken[127.0.0.1:8205-D0DF4C603A8841C3]]
06:50:38.363 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E983,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32195, Token=D0DF4C603A8841C3, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D]
06:50:38.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32195]
06:50:38.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, 127.0.0.1:8202] replace CON-POST   MID=32195, Token=D0DF4C603A8841C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32195, Token=D0DF4C603A8841C3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R984, 127.0.0.1:8202] send response NON-2.05   MID=32195, Token=null, OptionSet={}, "server responds hi"
06:50:38.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, 127.0.0.1:8202, complete]!
06:50:38.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R984, 127.0.0.1:8202, complete] completed NON-2.04   MID=32195, Token=D0DF4C603A8841C3, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB!
06:50:38.363 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E984,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32195, Token=D0DF4C603A8841C3, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB]
06:50:38.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32195]
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983, 127.0.0.1:8205, complete]!
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L983, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D0DF4C603A8841C3]
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L983, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32195]
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L983, 127.0.0.1:8205, complete] completed CON-POST   MID=32195, Token=D0DF4C603A8841C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32195, Token=D0DF4C603A8841C3, OptionSet={"Object-Security":0x0974}, acked 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D!
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L985, 127.0.0.1:8205] send request
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L985, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L985, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32196], CON-POST   MID=32196, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L985, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BCC2EC6549ED0119], CON-POST   MID=32196, Token=BCC2EC6549ED0119, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE
06:50:38.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32196], KeyToken[127.0.0.1:8205-BCC2EC6549ED0119]]
06:50:38.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E985,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32196, Token=BCC2EC6549ED0119, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE]
06:50:38.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32196]
06:50:38.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, 127.0.0.1:8202] replace CON-POST   MID=32196, Token=BCC2EC6549ED0119, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32196, Token=BCC2EC6549ED0119, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R986, 127.0.0.1:8202] send response NON-2.05   MID=32196, Token=null, OptionSet={}, "server responds hi"
06:50:38.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, 127.0.0.1:8202, complete]!
06:50:38.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R986, 127.0.0.1:8202, complete] completed NON-2.04   MID=32196, Token=BCC2EC6549ED0119, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA!
06:50:38.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E986,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32196, Token=BCC2EC6549ED0119, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA]
06:50:38.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32196]
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985, 127.0.0.1:8205, complete]!
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L985, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BCC2EC6549ED0119]
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L985, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32196]
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L985, 127.0.0.1:8205, complete] completed CON-POST   MID=32196, Token=BCC2EC6549ED0119, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32196, Token=BCC2EC6549ED0119, OptionSet={"Object-Security":0x0975}, acked 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE!
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L987, 127.0.0.1:8205] send request
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L987, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L987, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32197], CON-POST   MID=32197, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L987, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C8449F5F12C6401A], CON-POST   MID=32197, Token=C8449F5F12C6401A, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85
06:50:38.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32197], KeyToken[127.0.0.1:8205-C8449F5F12C6401A]]
06:50:38.365 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E987,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32197, Token=C8449F5F12C6401A, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85]
06:50:38.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32197]
06:50:38.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, 127.0.0.1:8202] replace CON-POST   MID=32197, Token=C8449F5F12C6401A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32197, Token=C8449F5F12C6401A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R988, 127.0.0.1:8202] send response NON-2.05   MID=32197, Token=null, OptionSet={}, "server responds hi"
06:50:38.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, 127.0.0.1:8202, complete]!
06:50:38.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R988, 127.0.0.1:8202, complete] completed NON-2.04   MID=32197, Token=C8449F5F12C6401A, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E!
06:50:38.366 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E988,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32197, Token=C8449F5F12C6401A, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E]
06:50:38.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32197]
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987, 127.0.0.1:8205, complete]!
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L987, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C8449F5F12C6401A]
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L987, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32197]
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L987, 127.0.0.1:8205, complete] completed CON-POST   MID=32197, Token=C8449F5F12C6401A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32197, Token=C8449F5F12C6401A, OptionSet={"Object-Security":0x0976}, acked BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85!
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L989, 127.0.0.1:8205] send request
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L989, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20
06:50:38.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L989, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32198], CON-POST   MID=32198, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20
06:50:38.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L989, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D8E5888ABFAB9E8D], CON-POST   MID=32198, Token=D8E5888ABFAB9E8D, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20
06:50:38.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32198], KeyToken[127.0.0.1:8205-D8E5888ABFAB9E8D]]
06:50:38.367 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E989,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32198, Token=D8E5888ABFAB9E8D, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20]
06:50:38.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32198]
06:50:38.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, 127.0.0.1:8202] replace CON-POST   MID=32198, Token=D8E5888ABFAB9E8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32198, Token=D8E5888ABFAB9E8D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R990, 127.0.0.1:8202] send response NON-2.05   MID=32198, Token=null, OptionSet={}, "server responds hi"
06:50:38.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, 127.0.0.1:8202, complete]!
06:50:38.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R990, 127.0.0.1:8202, complete] completed NON-2.04   MID=32198, Token=D8E5888ABFAB9E8D, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B!
06:50:38.367 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E990,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32198, Token=D8E5888ABFAB9E8D, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B]
06:50:38.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32198]
06:50:38.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989, 127.0.0.1:8205, complete]!
06:50:38.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L989, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D8E5888ABFAB9E8D]
06:50:38.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L989, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32198]
06:50:38.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L989, 127.0.0.1:8205, complete] completed CON-POST   MID=32198, Token=D8E5888ABFAB9E8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32198, Token=D8E5888ABFAB9E8D, OptionSet={"Object-Security":0x0977}, acked D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20!
06:50:38.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L991, 127.0.0.1:8205] send request
06:50:38.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L991, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21
06:50:38.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L991, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32199], CON-POST   MID=32199, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21
06:50:38.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L991, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C082989AA3AFB46D], CON-POST   MID=32199, Token=C082989AA3AFB46D, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21
06:50:38.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32199], KeyToken[127.0.0.1:8205-C082989AA3AFB46D]]
06:50:38.368 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E991,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32199, Token=C082989AA3AFB46D, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21]
06:50:38.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32199]
06:50:38.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, 127.0.0.1:8202] replace CON-POST   MID=32199, Token=C082989AA3AFB46D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32199, Token=C082989AA3AFB46D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R992, 127.0.0.1:8202] send response NON-2.05   MID=32199, Token=null, OptionSet={}, "server responds hi"
06:50:38.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, 127.0.0.1:8202, complete]!
06:50:38.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R992, 127.0.0.1:8202, complete] completed NON-2.04   MID=32199, Token=C082989AA3AFB46D, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B!
06:50:38.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:8202
06:50:38.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E992,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32199, Token=C082989AA3AFB46D, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B]
06:50:38.369 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32199]
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991, 127.0.0.1:8205, complete]!
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L991, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C082989AA3AFB46D]
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L991, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32199]
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L991, 127.0.0.1:8205, complete] completed CON-POST   MID=32199, Token=C082989AA3AFB46D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32199, Token=C082989AA3AFB46D, OptionSet={"Object-Security":0x0978}, acked 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21!
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L993, 127.0.0.1:8205] send request
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L993, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L993, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32200], CON-POST   MID=32200, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L993, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0CCF0CE74660872F], CON-POST   MID=32200, Token=0CCF0CE74660872F, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD
06:50:38.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32200], KeyToken[127.0.0.1:8205-0CCF0CE74660872F]]
06:50:38.369 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E993,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32200, Token=0CCF0CE74660872F, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD]
06:50:38.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32200]
06:50:38.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, 127.0.0.1:8202] replace CON-POST   MID=32200, Token=0CCF0CE74660872F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32200, Token=0CCF0CE74660872F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R994, 127.0.0.1:8202] send response NON-2.05   MID=32200, Token=null, OptionSet={}, "server responds hi"
06:50:38.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, 127.0.0.1:8202, complete]!
06:50:38.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R994, 127.0.0.1:8202, complete] completed NON-2.04   MID=32200, Token=0CCF0CE74660872F, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0!
06:50:38.370 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E994,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32200, Token=0CCF0CE74660872F, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0]
06:50:38.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32200]
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993, 127.0.0.1:8205, complete]!
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L993, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0CCF0CE74660872F]
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L993, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32200]
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L993, 127.0.0.1:8205, complete] completed CON-POST   MID=32200, Token=0CCF0CE74660872F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32200, Token=0CCF0CE74660872F, OptionSet={"Object-Security":0x0979}, acked 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD!
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L995, 127.0.0.1:8205] send request
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L995, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L995, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32201], CON-POST   MID=32201, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L995, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-10AF807CA4EF0E92], CON-POST   MID=32201, Token=10AF807CA4EF0E92, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1
06:50:38.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32201], KeyToken[127.0.0.1:8205-10AF807CA4EF0E92]]
06:50:38.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:8205
06:50:38.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E995,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32201, Token=10AF807CA4EF0E92, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1]
06:50:38.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32201]
06:50:38.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, 127.0.0.1:8202] replace CON-POST   MID=32201, Token=10AF807CA4EF0E92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32201, Token=10AF807CA4EF0E92, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R996, 127.0.0.1:8202] send response NON-2.05   MID=32201, Token=null, OptionSet={}, "server responds hi"
06:50:38.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, 127.0.0.1:8202, complete]!
06:50:38.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R996, 127.0.0.1:8202, complete] completed NON-2.04   MID=32201, Token=10AF807CA4EF0E92, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18!
06:50:38.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:8202
06:50:38.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E996,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32201, Token=10AF807CA4EF0E92, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18]
06:50:38.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32201]
06:50:38.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995, 127.0.0.1:8205, complete]!
06:50:38.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L995, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-10AF807CA4EF0E92]
06:50:38.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L995, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32201]
06:50:38.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L995, 127.0.0.1:8205, complete] completed CON-POST   MID=32201, Token=10AF807CA4EF0E92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32201, Token=10AF807CA4EF0E92, OptionSet={"Object-Security":0x097A}, acked 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1!
06:50:38.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L997, 127.0.0.1:8205] send request
06:50:38.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L997, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17
06:50:38.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L997, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32202], CON-POST   MID=32202, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17
06:50:38.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L997, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-082CD933FF95592E], CON-POST   MID=32202, Token=082CD933FF95592E, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17
06:50:38.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32202], KeyToken[127.0.0.1:8205-082CD933FF95592E]]
06:50:38.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:8205
06:50:38.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E997,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32202, Token=082CD933FF95592E, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17]
06:50:38.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32202]
06:50:38.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, 127.0.0.1:8202] replace CON-POST   MID=32202, Token=082CD933FF95592E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32202, Token=082CD933FF95592E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R998, 127.0.0.1:8202] send response NON-2.05   MID=32202, Token=null, OptionSet={}, "server responds hi"
06:50:38.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, 127.0.0.1:8202, complete]!
06:50:38.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R998, 127.0.0.1:8202, complete] completed NON-2.04   MID=32202, Token=082CD933FF95592E, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71!
06:50:38.372 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E998,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32202, Token=082CD933FF95592E, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71]
06:50:38.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32202]
06:50:38.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997, 127.0.0.1:8205, complete]!
06:50:38.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L997, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-082CD933FF95592E]
06:50:38.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L997, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32202]
06:50:38.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L997, 127.0.0.1:8205, complete] completed CON-POST   MID=32202, Token=082CD933FF95592E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32202, Token=082CD933FF95592E, OptionSet={"Object-Security":0x097B}, acked 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17!
06:50:38.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L999, 127.0.0.1:8205] send request
06:50:38.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L999, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52
06:50:38.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L999, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32203], CON-POST   MID=32203, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52
06:50:38.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L999, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8C54F527E687A209], CON-POST   MID=32203, Token=8C54F527E687A209, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52
06:50:38.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32203], KeyToken[127.0.0.1:8205-8C54F527E687A209]]
06:50:38.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:8205
06:50:38.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E999,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32203, Token=8C54F527E687A209, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52]
06:50:38.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32203]
06:50:38.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, 127.0.0.1:8202] replace CON-POST   MID=32203, Token=8C54F527E687A209, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32203, Token=8C54F527E687A209, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1000, 127.0.0.1:8202] send response NON-2.05   MID=32203, Token=null, OptionSet={}, "server responds hi"
06:50:38.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, 127.0.0.1:8202, complete]!
06:50:38.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1000, 127.0.0.1:8202, complete] completed NON-2.04   MID=32203, Token=8C54F527E687A209, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B!
06:50:38.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:8202
06:50:38.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,000,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32203, Token=8C54F527E687A209, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B]
06:50:38.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32203]
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999, 127.0.0.1:8205, complete]!
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L999, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8C54F527E687A209]
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L999, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32203]
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L999, 127.0.0.1:8205, complete] completed CON-POST   MID=32203, Token=8C54F527E687A209, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32203, Token=8C54F527E687A209, OptionSet={"Object-Security":0x097C}, acked 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52!
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1001, 127.0.0.1:8205] send request
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1001, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1001, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32204], CON-POST   MID=32204, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1001, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5067D18B174336E1], CON-POST   MID=32204, Token=5067D18B174336E1, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02
06:50:38.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32204], KeyToken[127.0.0.1:8205-5067D18B174336E1]]
06:50:38.374 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,001,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32204, Token=5067D18B174336E1, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02]
06:50:38.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32204]
06:50:38.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, 127.0.0.1:8202] replace CON-POST   MID=32204, Token=5067D18B174336E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32204, Token=5067D18B174336E1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1002, 127.0.0.1:8202] send response NON-2.05   MID=32204, Token=null, OptionSet={}, "server responds hi"
06:50:38.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, 127.0.0.1:8202, complete]!
06:50:38.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1002, 127.0.0.1:8202, complete] completed NON-2.04   MID=32204, Token=5067D18B174336E1, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12!
06:50:38.375 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,002,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32204, Token=5067D18B174336E1, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12]
06:50:38.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32204]
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001, 127.0.0.1:8205, complete]!
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1001, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5067D18B174336E1]
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1001, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32204]
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1001, 127.0.0.1:8205, complete] completed CON-POST   MID=32204, Token=5067D18B174336E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32204, Token=5067D18B174336E1, OptionSet={"Object-Security":0x097D}, acked 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02!
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1003, 127.0.0.1:8205] send request
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1003, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1003, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32205], CON-POST   MID=32205, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1003, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2C6CD38ECF68E1BC], CON-POST   MID=32205, Token=2C6CD38ECF68E1BC, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40
06:50:38.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32205], KeyToken[127.0.0.1:8205-2C6CD38ECF68E1BC]]
06:50:38.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:8205
06:50:38.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,003,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32205, Token=2C6CD38ECF68E1BC, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40]
06:50:38.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32205]
06:50:38.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, 127.0.0.1:8202] replace CON-POST   MID=32205, Token=2C6CD38ECF68E1BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32205, Token=2C6CD38ECF68E1BC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1004, 127.0.0.1:8202] send response NON-2.05   MID=32205, Token=null, OptionSet={}, "server responds hi"
06:50:38.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, 127.0.0.1:8202, complete]!
06:50:38.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1004, 127.0.0.1:8202, complete] completed NON-2.04   MID=32205, Token=2C6CD38ECF68E1BC, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69!
06:50:38.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,004,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32205, Token=2C6CD38ECF68E1BC, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69]
06:50:38.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32205]
06:50:38.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003, 127.0.0.1:8205, complete]!
06:50:38.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1003, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2C6CD38ECF68E1BC]
06:50:38.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1003, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32205]
06:50:38.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1003, 127.0.0.1:8205, complete] completed CON-POST   MID=32205, Token=2C6CD38ECF68E1BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32205, Token=2C6CD38ECF68E1BC, OptionSet={"Object-Security":0x097E}, acked FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40!
06:50:38.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1005, 127.0.0.1:8205] send request
06:50:38.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1005, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3
06:50:38.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1005, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32206], CON-POST   MID=32206, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3
06:50:38.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1005, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4470CB6444336541], CON-POST   MID=32206, Token=4470CB6444336541, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3
06:50:38.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32206], KeyToken[127.0.0.1:8205-4470CB6444336541]]
06:50:38.377 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,005,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32206, Token=4470CB6444336541, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3]
06:50:38.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32206]
06:50:38.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, 127.0.0.1:8202] replace CON-POST   MID=32206, Token=4470CB6444336541, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32206, Token=4470CB6444336541, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1006, 127.0.0.1:8202] send response NON-2.05   MID=32206, Token=null, OptionSet={}, "server responds hi"
06:50:38.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, 127.0.0.1:8202, complete]!
06:50:38.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1006, 127.0.0.1:8202, complete] completed NON-2.04   MID=32206, Token=4470CB6444336541, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD!
06:50:38.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,006,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32206, Token=4470CB6444336541, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD]
06:50:38.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32206]
06:50:38.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005, 127.0.0.1:8205, complete]!
06:50:38.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1005, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4470CB6444336541]
06:50:38.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1005, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32206]
06:50:38.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1005, 127.0.0.1:8205, complete] completed CON-POST   MID=32206, Token=4470CB6444336541, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32206, Token=4470CB6444336541, OptionSet={"Object-Security":0x097F}, acked B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3!
06:50:38.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1007, 127.0.0.1:8205] send request
06:50:38.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1007, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:38.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1007, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32207], CON-POST   MID=32207, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:38.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1007, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-14B395F5FD2DEB07], CON-POST   MID=32207, Token=14B395F5FD2DEB07, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
06:50:38.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32207], KeyToken[127.0.0.1:8205-14B395F5FD2DEB07]]
06:50:38.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,007,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32207, Token=14B395F5FD2DEB07, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D]
06:50:38.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32207]
06:50:38.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, 127.0.0.1:8202] replace CON-POST   MID=32207, Token=14B395F5FD2DEB07, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32207, Token=14B395F5FD2DEB07, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1008, 127.0.0.1:8202] send response NON-2.05   MID=32207, Token=null, OptionSet={}, "server responds hi"
06:50:38.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, 127.0.0.1:8202, complete]!
06:50:38.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1008, 127.0.0.1:8202, complete] completed NON-2.04   MID=32207, Token=14B395F5FD2DEB07, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76!
06:50:38.378 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,008,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32207, Token=14B395F5FD2DEB07, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76]
06:50:38.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32207]
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007, 127.0.0.1:8205, complete]!
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1007, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-14B395F5FD2DEB07]
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1007, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32207]
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1007, 127.0.0.1:8205, complete] completed CON-POST   MID=32207, Token=14B395F5FD2DEB07, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32207, Token=14B395F5FD2DEB07, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D!
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1009, 127.0.0.1:8205] send request
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1009, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1009, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32208], CON-POST   MID=32208, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1009, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E0FF068DDABE7D9B], CON-POST   MID=32208, Token=E0FF068DDABE7D9B, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA
06:50:38.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32208], KeyToken[127.0.0.1:8205-E0FF068DDABE7D9B]]
06:50:38.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:8205
06:50:38.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,009,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32208, Token=E0FF068DDABE7D9B, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA]
06:50:38.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32208]
06:50:38.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, 127.0.0.1:8202] replace CON-POST   MID=32208, Token=E0FF068DDABE7D9B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32208, Token=E0FF068DDABE7D9B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1010, 127.0.0.1:8202] send response NON-2.05   MID=32208, Token=null, OptionSet={}, "server responds hi"
06:50:38.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, 127.0.0.1:8202, complete]!
06:50:38.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1010, 127.0.0.1:8202, complete] completed NON-2.04   MID=32208, Token=E0FF068DDABE7D9B, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F!
06:50:38.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,010,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32208, Token=E0FF068DDABE7D9B, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F]
06:50:38.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32208]
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009, 127.0.0.1:8205, complete]!
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1009, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E0FF068DDABE7D9B]
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1009, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32208]
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1009, 127.0.0.1:8205, complete] completed CON-POST   MID=32208, Token=E0FF068DDABE7D9B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32208, Token=E0FF068DDABE7D9B, OptionSet={"Object-Security":0x0981}, acked 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA!
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1011, 127.0.0.1:8205] send request
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1011, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1011, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32209], CON-POST   MID=32209, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1011, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-348F59711A878B31], CON-POST   MID=32209, Token=348F59711A878B31, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2
06:50:38.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32209], KeyToken[127.0.0.1:8205-348F59711A878B31]]
06:50:38.380 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,011,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32209, Token=348F59711A878B31, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2]
06:50:38.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32209]
06:50:38.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, 127.0.0.1:8202] replace CON-POST   MID=32209, Token=348F59711A878B31, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32209, Token=348F59711A878B31, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1012, 127.0.0.1:8202] send response NON-2.05   MID=32209, Token=null, OptionSet={}, "server responds hi"
06:50:38.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, 127.0.0.1:8202, complete]!
06:50:38.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1012, 127.0.0.1:8202, complete] completed NON-2.04   MID=32209, Token=348F59711A878B31, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0!
06:50:38.381 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,012,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32209, Token=348F59711A878B31, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0]
06:50:38.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32209]
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011, 127.0.0.1:8205, complete]!
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1011, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-348F59711A878B31]
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1011, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32209]
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1011, 127.0.0.1:8205, complete] completed CON-POST   MID=32209, Token=348F59711A878B31, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32209, Token=348F59711A878B31, OptionSet={"Object-Security":0x0982}, acked 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2!
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1013, 127.0.0.1:8205] send request
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1013, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1013, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32210], CON-POST   MID=32210, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1013, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A020B26A2E84C4D3], CON-POST   MID=32210, Token=A020B26A2E84C4D3, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99
06:50:38.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32210], KeyToken[127.0.0.1:8205-A020B26A2E84C4D3]]
06:50:38.382 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,013,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32210, Token=A020B26A2E84C4D3, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99]
06:50:38.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32210]
06:50:38.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, 127.0.0.1:8202] replace CON-POST   MID=32210, Token=A020B26A2E84C4D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32210, Token=A020B26A2E84C4D3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1014, 127.0.0.1:8202] send response NON-2.05   MID=32210, Token=null, OptionSet={}, "server responds hi"
06:50:38.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, 127.0.0.1:8202, complete]!
06:50:38.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1014, 127.0.0.1:8202, complete] completed NON-2.04   MID=32210, Token=A020B26A2E84C4D3, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C!
06:50:38.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,014,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32210, Token=A020B26A2E84C4D3, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C]
06:50:38.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32210]
06:50:38.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013, 127.0.0.1:8205, complete]!
06:50:38.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1013, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A020B26A2E84C4D3]
06:50:38.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1013, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32210]
06:50:38.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1013, 127.0.0.1:8205, complete] completed CON-POST   MID=32210, Token=A020B26A2E84C4D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32210, Token=A020B26A2E84C4D3, OptionSet={"Object-Security":0x0983}, acked 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99!
06:50:38.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1015, 127.0.0.1:8205] send request
06:50:38.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1015, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1015, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32211], CON-POST   MID=32211, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1015, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F0E4445B76971CFE], CON-POST   MID=32211, Token=F0E4445B76971CFE, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32211], KeyToken[127.0.0.1:8205-F0E4445B76971CFE]]
06:50:38.383 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,015,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32211, Token=F0E4445B76971CFE, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF]
06:50:38.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32211]
06:50:38.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, 127.0.0.1:8202] replace CON-POST   MID=32211, Token=F0E4445B76971CFE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32211, Token=F0E4445B76971CFE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1016, 127.0.0.1:8202] send response NON-2.05   MID=32211, Token=null, OptionSet={}, "server responds hi"
06:50:38.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, 127.0.0.1:8202, complete]!
06:50:38.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1016, 127.0.0.1:8202, complete] completed NON-2.04   MID=32211, Token=F0E4445B76971CFE, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC!
06:50:38.383 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,016,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32211, Token=F0E4445B76971CFE, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC]
06:50:38.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32211]
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015, 127.0.0.1:8205, complete]!
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1015, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F0E4445B76971CFE]
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1015, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32211]
06:50:38.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1015, 127.0.0.1:8205, complete] completed CON-POST   MID=32211, Token=F0E4445B76971CFE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32211, Token=F0E4445B76971CFE, OptionSet={"Object-Security":0x0984}, acked 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF!
06:50:38.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1017, 127.0.0.1:8205] send request
06:50:38.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1017, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1
06:50:38.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1017, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32212], CON-POST   MID=32212, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1
06:50:38.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1017, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-1CB61924D92E4DCE], CON-POST   MID=32212, Token=1CB61924D92E4DCE, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1
06:50:38.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32212], KeyToken[127.0.0.1:8205-1CB61924D92E4DCE]]
06:50:38.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,017,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32212, Token=1CB61924D92E4DCE, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1]
06:50:38.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32212]
06:50:38.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, 127.0.0.1:8202] replace CON-POST   MID=32212, Token=1CB61924D92E4DCE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32212, Token=1CB61924D92E4DCE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1018, 127.0.0.1:8202] send response NON-2.05   MID=32212, Token=null, OptionSet={}, "server responds hi"
06:50:38.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, 127.0.0.1:8202, complete]!
06:50:38.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1018, 127.0.0.1:8202, complete] completed NON-2.04   MID=32212, Token=1CB61924D92E4DCE, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96!
06:50:38.384 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,018,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32212, Token=1CB61924D92E4DCE, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96]
06:50:38.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32212]
06:50:38.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017, 127.0.0.1:8205, complete]!
06:50:38.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1017, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-1CB61924D92E4DCE]
06:50:38.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1017, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32212]
06:50:38.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1017, 127.0.0.1:8205, complete] completed CON-POST   MID=32212, Token=1CB61924D92E4DCE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32212, Token=1CB61924D92E4DCE, OptionSet={"Object-Security":0x0985}, acked 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1!
06:50:38.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1019, 127.0.0.1:8205] send request
06:50:38.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1019, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17
06:50:38.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1019, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32213], CON-POST   MID=32213, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17
06:50:38.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1019, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-440B9483789C7EE8], CON-POST   MID=32213, Token=440B9483789C7EE8, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17
06:50:38.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32213], KeyToken[127.0.0.1:8205-440B9483789C7EE8]]
06:50:38.385 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,019,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32213, Token=440B9483789C7EE8, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17]
06:50:38.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32213]
06:50:38.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, 127.0.0.1:8202] replace CON-POST   MID=32213, Token=440B9483789C7EE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32213, Token=440B9483789C7EE8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1020, 127.0.0.1:8202] send response NON-2.05   MID=32213, Token=null, OptionSet={}, "server responds hi"
06:50:38.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, 127.0.0.1:8202, complete]!
06:50:38.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1020, 127.0.0.1:8202, complete] completed NON-2.04   MID=32213, Token=440B9483789C7EE8, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51!
06:50:38.385 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,020,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32213, Token=440B9483789C7EE8, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51]
06:50:38.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32213]
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019, 127.0.0.1:8205, complete]!
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1019, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-440B9483789C7EE8]
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1019, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32213]
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1019, 127.0.0.1:8205, complete] completed CON-POST   MID=32213, Token=440B9483789C7EE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32213, Token=440B9483789C7EE8, OptionSet={"Object-Security":0x0986}, acked FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17!
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1021, 127.0.0.1:8205] send request
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1021, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1021, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32214], CON-POST   MID=32214, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1021, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-98FE0BDA66486737], CON-POST   MID=32214, Token=98FE0BDA66486737, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22
06:50:38.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32214], KeyToken[127.0.0.1:8205-98FE0BDA66486737]]
06:50:38.386 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,021,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32214, Token=98FE0BDA66486737, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22]
06:50:38.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32214]
06:50:38.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, 127.0.0.1:8202] replace CON-POST   MID=32214, Token=98FE0BDA66486737, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32214, Token=98FE0BDA66486737, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1022, 127.0.0.1:8202] send response NON-2.05   MID=32214, Token=null, OptionSet={}, "server responds hi"
06:50:38.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, 127.0.0.1:8202, complete]!
06:50:38.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1022, 127.0.0.1:8202, complete] completed NON-2.04   MID=32214, Token=98FE0BDA66486737, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7!
06:50:38.386 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,022,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32214, Token=98FE0BDA66486737, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7]
06:50:38.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32214]
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021, 127.0.0.1:8205, complete]!
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1021, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-98FE0BDA66486737]
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1021, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32214]
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1021, 127.0.0.1:8205, complete] completed CON-POST   MID=32214, Token=98FE0BDA66486737, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32214, Token=98FE0BDA66486737, OptionSet={"Object-Security":0x0987}, acked B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22!
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1023, 127.0.0.1:8205] send request
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1023, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1023, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32215], CON-POST   MID=32215, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1023, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B8713B440BB63896], CON-POST   MID=32215, Token=B8713B440BB63896, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C
06:50:38.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32215], KeyToken[127.0.0.1:8205-B8713B440BB63896]]
06:50:38.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,023,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32215, Token=B8713B440BB63896, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C]
06:50:38.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32215]
06:50:38.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, 127.0.0.1:8202] replace CON-POST   MID=32215, Token=B8713B440BB63896, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32215, Token=B8713B440BB63896, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1024, 127.0.0.1:8202] send response NON-2.05   MID=32215, Token=null, OptionSet={}, "server responds hi"
06:50:38.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, 127.0.0.1:8202, complete]!
06:50:38.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1024, 127.0.0.1:8202, complete] completed NON-2.04   MID=32215, Token=B8713B440BB63896, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D!
06:50:38.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,024,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32215, Token=B8713B440BB63896, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D]
06:50:38.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32215]
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023, 127.0.0.1:8205, complete]!
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1023, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B8713B440BB63896]
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1023, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32215]
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1023, 127.0.0.1:8205, complete] completed CON-POST   MID=32215, Token=B8713B440BB63896, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32215, Token=B8713B440BB63896, OptionSet={"Object-Security":0x0988}, acked 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C!
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1025, 127.0.0.1:8205] send request
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1025, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1025, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32216], CON-POST   MID=32216, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1025, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9888CD900F14A8EF], CON-POST   MID=32216, Token=9888CD900F14A8EF, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31
06:50:38.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32216], KeyToken[127.0.0.1:8205-9888CD900F14A8EF]]
06:50:38.388 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,025,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32216, Token=9888CD900F14A8EF, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31]
06:50:38.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32216]
06:50:38.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, 127.0.0.1:8202] replace CON-POST   MID=32216, Token=9888CD900F14A8EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32216, Token=9888CD900F14A8EF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1026, 127.0.0.1:8202] send response NON-2.05   MID=32216, Token=null, OptionSet={}, "server responds hi"
06:50:38.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, 127.0.0.1:8202, complete]!
06:50:38.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1026, 127.0.0.1:8202, complete] completed NON-2.04   MID=32216, Token=9888CD900F14A8EF, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE!
06:50:38.389 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.389 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,026,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32216, Token=9888CD900F14A8EF, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE]
06:50:38.389 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32216]
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025, 127.0.0.1:8205, complete]!
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1025, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9888CD900F14A8EF]
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1025, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32216]
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1025, 127.0.0.1:8205, complete] completed CON-POST   MID=32216, Token=9888CD900F14A8EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32216, Token=9888CD900F14A8EF, OptionSet={"Object-Security":0x0989}, acked C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31!
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1027, 127.0.0.1:8205] send request
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1027, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1027, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32217], CON-POST   MID=32217, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2
06:50:38.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1027, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-AC682D3F1E479BC7], CON-POST   MID=32217, Token=AC682D3F1E479BC7, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2
06:50:38.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32217], KeyToken[127.0.0.1:8205-AC682D3F1E479BC7]]
06:50:38.390 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.390 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,027,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32217, Token=AC682D3F1E479BC7, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2]
06:50:38.390 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32217]
06:50:38.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, 127.0.0.1:8202] replace CON-POST   MID=32217, Token=AC682D3F1E479BC7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32217, Token=AC682D3F1E479BC7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1028, 127.0.0.1:8202] send response NON-2.05   MID=32217, Token=null, OptionSet={}, "server responds hi"
06:50:38.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, 127.0.0.1:8202, complete]!
06:50:38.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1028, 127.0.0.1:8202, complete] completed NON-2.04   MID=32217, Token=AC682D3F1E479BC7, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6!
06:50:38.390 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,028,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32217, Token=AC682D3F1E479BC7, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6]
06:50:38.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32217]
06:50:38.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027, 127.0.0.1:8205, complete]!
06:50:38.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1027, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-AC682D3F1E479BC7]
06:50:38.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1027, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32217]
06:50:38.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1027, 127.0.0.1:8205, complete] completed CON-POST   MID=32217, Token=AC682D3F1E479BC7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32217, Token=AC682D3F1E479BC7, OptionSet={"Object-Security":0x098A}, acked 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2!
06:50:38.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1029, 127.0.0.1:8205] send request
06:50:38.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1029, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC
06:50:38.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1029, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32218], CON-POST   MID=32218, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC
06:50:38.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1029, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-181CE1124DB9C071], CON-POST   MID=32218, Token=181CE1124DB9C071, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC
06:50:38.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32218], KeyToken[127.0.0.1:8205-181CE1124DB9C071]]
06:50:38.391 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.391 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,029,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32218, Token=181CE1124DB9C071, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC]
06:50:38.391 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32218]
06:50:38.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, 127.0.0.1:8202] replace CON-POST   MID=32218, Token=181CE1124DB9C071, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32218, Token=181CE1124DB9C071, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1030, 127.0.0.1:8202] send response NON-2.05   MID=32218, Token=null, OptionSet={}, "server responds hi"
06:50:38.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, 127.0.0.1:8202, complete]!
06:50:38.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1030, 127.0.0.1:8202, complete] completed NON-2.04   MID=32218, Token=181CE1124DB9C071, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A!
06:50:38.391 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.391 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,030,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32218, Token=181CE1124DB9C071, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A]
06:50:38.391 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32218]
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029, 127.0.0.1:8205, complete]!
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1029, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-181CE1124DB9C071]
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1029, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32218]
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1029, 127.0.0.1:8205, complete] completed CON-POST   MID=32218, Token=181CE1124DB9C071, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32218, Token=181CE1124DB9C071, OptionSet={"Object-Security":0x098B}, acked A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC!
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1031, 127.0.0.1:8205] send request
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1031, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1031, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32219], CON-POST   MID=32219, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1031, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9432F2453954F408], CON-POST   MID=32219, Token=9432F2453954F408, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D
06:50:38.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32219], KeyToken[127.0.0.1:8205-9432F2453954F408]]
06:50:38.392 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,031,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32219, Token=9432F2453954F408, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D]
06:50:38.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32219]
06:50:38.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, 127.0.0.1:8202] replace CON-POST   MID=32219, Token=9432F2453954F408, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32219, Token=9432F2453954F408, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1032, 127.0.0.1:8202] send response NON-2.05   MID=32219, Token=null, OptionSet={}, "server responds hi"
06:50:38.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, 127.0.0.1:8202, complete]!
06:50:38.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1032, 127.0.0.1:8202, complete] completed NON-2.04   MID=32219, Token=9432F2453954F408, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A!
06:50:38.393 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,032,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32219, Token=9432F2453954F408, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A]
06:50:38.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32219]
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031, 127.0.0.1:8205, complete]!
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1031, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9432F2453954F408]
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1031, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32219]
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1031, 127.0.0.1:8205, complete] completed CON-POST   MID=32219, Token=9432F2453954F408, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32219, Token=9432F2453954F408, OptionSet={"Object-Security":0x098C}, acked 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D!
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1033, 127.0.0.1:8205] send request
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1033, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1033, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32220], CON-POST   MID=32220, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C
06:50:38.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1033, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-78D87B41241A5E68], CON-POST   MID=32220, Token=78D87B41241A5E68, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C
06:50:38.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32220], KeyToken[127.0.0.1:8205-78D87B41241A5E68]]
06:50:38.394 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.394 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,033,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32220, Token=78D87B41241A5E68, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C]
06:50:38.394 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32220]
06:50:38.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, 127.0.0.1:8202] replace CON-POST   MID=32220, Token=78D87B41241A5E68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32220, Token=78D87B41241A5E68, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1034, 127.0.0.1:8202] send response NON-2.05   MID=32220, Token=null, OptionSet={}, "server responds hi"
06:50:38.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, 127.0.0.1:8202, complete]!
06:50:38.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1034, 127.0.0.1:8202, complete] completed NON-2.04   MID=32220, Token=78D87B41241A5E68, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64!
06:50:38.394 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,034,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32220, Token=78D87B41241A5E68, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64]
06:50:38.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32220]
06:50:38.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033, 127.0.0.1:8205, complete]!
06:50:38.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1033, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-78D87B41241A5E68]
06:50:38.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1033, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32220]
06:50:38.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1033, 127.0.0.1:8205, complete] completed CON-POST   MID=32220, Token=78D87B41241A5E68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32220, Token=78D87B41241A5E68, OptionSet={"Object-Security":0x098D}, acked 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C!
06:50:38.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1035, 127.0.0.1:8205] send request
06:50:38.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1035, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE
06:50:38.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1035, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32221], CON-POST   MID=32221, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE
06:50:38.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1035, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8C064ADA48E81474], CON-POST   MID=32221, Token=8C064ADA48E81474, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE
06:50:38.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32221], KeyToken[127.0.0.1:8205-8C064ADA48E81474]]
06:50:38.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:8205
06:50:38.447 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,035,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32221, Token=8C064ADA48E81474, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE]
06:50:38.447 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32221]
06:50:38.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, 127.0.0.1:8202] replace CON-POST   MID=32221, Token=8C064ADA48E81474, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32221, Token=8C064ADA48E81474, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1036, 127.0.0.1:8202] send response NON-2.05   MID=32221, Token=null, OptionSet={}, "server responds hi"
06:50:38.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, 127.0.0.1:8202, complete]!
06:50:38.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1036, 127.0.0.1:8202, complete] completed NON-2.04   MID=32221, Token=8C064ADA48E81474, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A!
06:50:38.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:8202
06:50:38.447 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,036,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32221, Token=8C064ADA48E81474, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A]
06:50:38.447 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32221]
06:50:38.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035, 127.0.0.1:8205, complete]!
06:50:38.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1035, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8C064ADA48E81474]
06:50:38.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1035, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32221]
06:50:38.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1035, 127.0.0.1:8205, complete] completed CON-POST   MID=32221, Token=8C064ADA48E81474, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32221, Token=8C064ADA48E81474, OptionSet={"Object-Security":0x098E}, acked 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE!
06:50:38.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1037, 127.0.0.1:8205] send request
06:50:38.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1037, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74
06:50:38.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1037, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32222], CON-POST   MID=32222, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74
06:50:38.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1037, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2057F931494C6FE0], CON-POST   MID=32222, Token=2057F931494C6FE0, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74
06:50:38.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32222], KeyToken[127.0.0.1:8205-2057F931494C6FE0]]
06:50:38.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:8205
06:50:38.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,037,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32222, Token=2057F931494C6FE0, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74]
06:50:38.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32222]
06:50:38.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, 127.0.0.1:8202] replace CON-POST   MID=32222, Token=2057F931494C6FE0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32222, Token=2057F931494C6FE0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1038, 127.0.0.1:8202] send response NON-2.05   MID=32222, Token=null, OptionSet={}, "server responds hi"
06:50:38.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, 127.0.0.1:8202, complete]!
06:50:38.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1038, 127.0.0.1:8202, complete] completed NON-2.04   MID=32222, Token=2057F931494C6FE0, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC!
06:50:38.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:8202
06:50:38.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,038,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32222, Token=2057F931494C6FE0, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC]
06:50:38.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32222]
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037, 127.0.0.1:8205, complete]!
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1037, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2057F931494C6FE0]
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1037, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32222]
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1037, 127.0.0.1:8205, complete] completed CON-POST   MID=32222, Token=2057F931494C6FE0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32222, Token=2057F931494C6FE0, OptionSet={"Object-Security":0x098F}, acked 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74!
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1039, 127.0.0.1:8205] send request
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1039, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1039, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32223], CON-POST   MID=32223, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1039, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-74D8DD3EEB9A0D89], CON-POST   MID=32223, Token=74D8DD3EEB9A0D89, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13
06:50:38.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32223], KeyToken[127.0.0.1:8205-74D8DD3EEB9A0D89]]
06:50:38.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:8205
06:50:38.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,039,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32223, Token=74D8DD3EEB9A0D89, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13]
06:50:38.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32223]
06:50:38.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, 127.0.0.1:8202] replace CON-POST   MID=32223, Token=74D8DD3EEB9A0D89, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32223, Token=74D8DD3EEB9A0D89, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1040, 127.0.0.1:8202] send response NON-2.05   MID=32223, Token=null, OptionSet={}, "server responds hi"
06:50:38.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, 127.0.0.1:8202, complete]!
06:50:38.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1040, 127.0.0.1:8202, complete] completed NON-2.04   MID=32223, Token=74D8DD3EEB9A0D89, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC!
06:50:38.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:8202
06:50:38.450 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,040,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32223, Token=74D8DD3EEB9A0D89, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC]
06:50:38.450 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32223]
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039, 127.0.0.1:8205, complete]!
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1039, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-74D8DD3EEB9A0D89]
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1039, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32223]
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1039, 127.0.0.1:8205, complete] completed CON-POST   MID=32223, Token=74D8DD3EEB9A0D89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32223, Token=74D8DD3EEB9A0D89, OptionSet={"Object-Security":0x0990}, acked 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13!
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1041, 127.0.0.1:8205] send request
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1041, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1041, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32224], CON-POST   MID=32224, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1041, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-204AEBE802E1C124], CON-POST   MID=32224, Token=204AEBE802E1C124, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1
06:50:38.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32224], KeyToken[127.0.0.1:8205-204AEBE802E1C124]]
06:50:38.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:8205
06:50:38.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,041,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32224, Token=204AEBE802E1C124, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1]
06:50:38.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32224]
06:50:38.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, 127.0.0.1:8202] replace CON-POST   MID=32224, Token=204AEBE802E1C124, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32224, Token=204AEBE802E1C124, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1042, 127.0.0.1:8202] send response NON-2.05   MID=32224, Token=null, OptionSet={}, "server responds hi"
06:50:38.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, 127.0.0.1:8202, complete]!
06:50:38.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1042, 127.0.0.1:8202, complete] completed NON-2.04   MID=32224, Token=204AEBE802E1C124, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01!
06:50:38.451 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,042,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32224, Token=204AEBE802E1C124, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01]
06:50:38.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32224]
06:50:38.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041, 127.0.0.1:8205, complete]!
06:50:38.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1041, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-204AEBE802E1C124]
06:50:38.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1041, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32224]
06:50:38.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1041, 127.0.0.1:8205, complete] completed CON-POST   MID=32224, Token=204AEBE802E1C124, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32224, Token=204AEBE802E1C124, OptionSet={"Object-Security":0x0991}, acked 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1!
06:50:38.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1043, 127.0.0.1:8205] send request
06:50:38.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1043, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01
06:50:38.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1043, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32225], CON-POST   MID=32225, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01
06:50:38.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1043, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-38D9011CFC3A8370], CON-POST   MID=32225, Token=38D9011CFC3A8370, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01
06:50:38.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32225], KeyToken[127.0.0.1:8205-38D9011CFC3A8370]]
06:50:38.452 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,043,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32225, Token=38D9011CFC3A8370, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01]
06:50:38.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32225]
06:50:38.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, 127.0.0.1:8202] replace CON-POST   MID=32225, Token=38D9011CFC3A8370, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32225, Token=38D9011CFC3A8370, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1044, 127.0.0.1:8202] send response NON-2.05   MID=32225, Token=null, OptionSet={}, "server responds hi"
06:50:38.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, 127.0.0.1:8202, complete]!
06:50:38.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1044, 127.0.0.1:8202, complete] completed NON-2.04   MID=32225, Token=38D9011CFC3A8370, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A!
06:50:38.453 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,044,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32225, Token=38D9011CFC3A8370, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A]
06:50:38.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32225]
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043, 127.0.0.1:8205, complete]!
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1043, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-38D9011CFC3A8370]
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1043, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32225]
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1043, 127.0.0.1:8205, complete] completed CON-POST   MID=32225, Token=38D9011CFC3A8370, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32225, Token=38D9011CFC3A8370, OptionSet={"Object-Security":0x0992}, acked BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01!
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1045, 127.0.0.1:8205] send request
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1045, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1045, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32226], CON-POST   MID=32226, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1045, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-88E40AEBDDFCAAC8], CON-POST   MID=32226, Token=88E40AEBDDFCAAC8, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB
06:50:38.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32226], KeyToken[127.0.0.1:8205-88E40AEBDDFCAAC8]]
06:50:38.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,045,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32226, Token=88E40AEBDDFCAAC8, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB]
06:50:38.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32226]
06:50:38.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, 127.0.0.1:8202] replace CON-POST   MID=32226, Token=88E40AEBDDFCAAC8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32226, Token=88E40AEBDDFCAAC8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1046, 127.0.0.1:8202] send response NON-2.05   MID=32226, Token=null, OptionSet={}, "server responds hi"
06:50:38.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, 127.0.0.1:8202, complete]!
06:50:38.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1046, 127.0.0.1:8202, complete] completed NON-2.04   MID=32226, Token=88E40AEBDDFCAAC8, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD!
06:50:38.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:8202
06:50:38.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,046,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32226, Token=88E40AEBDDFCAAC8, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD]
06:50:38.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32226]
06:50:38.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045, 127.0.0.1:8205, complete]!
06:50:38.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1045, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-88E40AEBDDFCAAC8]
06:50:38.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1045, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32226]
06:50:38.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1045, 127.0.0.1:8205, complete] completed CON-POST   MID=32226, Token=88E40AEBDDFCAAC8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32226, Token=88E40AEBDDFCAAC8, OptionSet={"Object-Security":0x0993}, acked 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB!
06:50:38.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1047, 127.0.0.1:8205] send request
06:50:38.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1047, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A
06:50:38.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1047, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32227], CON-POST   MID=32227, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A
06:50:38.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1047, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-509861E83AF37D3E], CON-POST   MID=32227, Token=509861E83AF37D3E, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A
06:50:38.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32227], KeyToken[127.0.0.1:8205-509861E83AF37D3E]]
06:50:38.455 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,047,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32227, Token=509861E83AF37D3E, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A]
06:50:38.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32227]
06:50:38.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, 127.0.0.1:8202] replace CON-POST   MID=32227, Token=509861E83AF37D3E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32227, Token=509861E83AF37D3E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1048, 127.0.0.1:8202] send response NON-2.05   MID=32227, Token=null, OptionSet={}, "server responds hi"
06:50:38.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, 127.0.0.1:8202, complete]!
06:50:38.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1048, 127.0.0.1:8202, complete] completed NON-2.04   MID=32227, Token=509861E83AF37D3E, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A!
06:50:38.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,048,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32227, Token=509861E83AF37D3E, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A]
06:50:38.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32227]
06:50:38.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047, 127.0.0.1:8205, complete]!
06:50:38.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1047, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-509861E83AF37D3E]
06:50:38.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1047, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32227]
06:50:38.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1047, 127.0.0.1:8205, complete] completed CON-POST   MID=32227, Token=509861E83AF37D3E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32227, Token=509861E83AF37D3E, OptionSet={"Object-Security":0x0994}, acked 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A!
06:50:38.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1049, 127.0.0.1:8205] send request
06:50:38.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1049, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5
06:50:38.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1049, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32228], CON-POST   MID=32228, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5
06:50:38.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1049, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-DC8254CA4B010D7B], CON-POST   MID=32228, Token=DC8254CA4B010D7B, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5
06:50:38.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32228], KeyToken[127.0.0.1:8205-DC8254CA4B010D7B]]
06:50:38.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:8205
06:50:38.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,049,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32228, Token=DC8254CA4B010D7B, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5]
06:50:38.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32228]
06:50:38.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, 127.0.0.1:8202] replace CON-POST   MID=32228, Token=DC8254CA4B010D7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32228, Token=DC8254CA4B010D7B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1050, 127.0.0.1:8202] send response NON-2.05   MID=32228, Token=null, OptionSet={}, "server responds hi"
06:50:38.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, 127.0.0.1:8202, complete]!
06:50:38.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1050, 127.0.0.1:8202, complete] completed NON-2.04   MID=32228, Token=DC8254CA4B010D7B, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07!
06:50:38.456 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,050,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32228, Token=DC8254CA4B010D7B, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07]
06:50:38.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32228]
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049, 127.0.0.1:8205, complete]!
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1049, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-DC8254CA4B010D7B]
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1049, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32228]
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1049, 127.0.0.1:8205, complete] completed CON-POST   MID=32228, Token=DC8254CA4B010D7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32228, Token=DC8254CA4B010D7B, OptionSet={"Object-Security":0x0995}, acked EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5!
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1051, 127.0.0.1:8205] send request
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1051, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1051, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32229], CON-POST   MID=32229, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1051, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-64CC0F32CAA391C6], CON-POST   MID=32229, Token=64CC0F32CAA391C6, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D
06:50:38.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32229], KeyToken[127.0.0.1:8205-64CC0F32CAA391C6]]
06:50:38.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,051,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32229, Token=64CC0F32CAA391C6, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D]
06:50:38.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32229]
06:50:38.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, 127.0.0.1:8202] replace CON-POST   MID=32229, Token=64CC0F32CAA391C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32229, Token=64CC0F32CAA391C6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1052, 127.0.0.1:8202] send response NON-2.05   MID=32229, Token=null, OptionSet={}, "server responds hi"
06:50:38.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, 127.0.0.1:8202, complete]!
06:50:38.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1052, 127.0.0.1:8202, complete] completed NON-2.04   MID=32229, Token=64CC0F32CAA391C6, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB!
06:50:38.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:8202
06:50:38.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,052,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32229, Token=64CC0F32CAA391C6, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB]
06:50:38.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32229]
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051, 127.0.0.1:8205, complete]!
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1051, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-64CC0F32CAA391C6]
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1051, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32229]
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1051, 127.0.0.1:8205, complete] completed CON-POST   MID=32229, Token=64CC0F32CAA391C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32229, Token=64CC0F32CAA391C6, OptionSet={"Object-Security":0x0996}, acked 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D!
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1053, 127.0.0.1:8205] send request
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1053, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1053, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32230], CON-POST   MID=32230, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1053, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-58167A428D5C5367], CON-POST   MID=32230, Token=58167A428D5C5367, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46
06:50:38.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32230], KeyToken[127.0.0.1:8205-58167A428D5C5367]]
06:50:38.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,053,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32230, Token=58167A428D5C5367, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46]
06:50:38.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32230]
06:50:38.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, 127.0.0.1:8202] replace CON-POST   MID=32230, Token=58167A428D5C5367, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32230, Token=58167A428D5C5367, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1054, 127.0.0.1:8202] send response NON-2.05   MID=32230, Token=null, OptionSet={}, "server responds hi"
06:50:38.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, 127.0.0.1:8202, complete]!
06:50:38.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1054, 127.0.0.1:8202, complete] completed NON-2.04   MID=32230, Token=58167A428D5C5367, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE!
06:50:38.459 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,054,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32230, Token=58167A428D5C5367, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE]
06:50:38.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32230]
06:50:38.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053, 127.0.0.1:8205, complete]!
06:50:38.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1053, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-58167A428D5C5367]
06:50:38.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1053, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32230]
06:50:38.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1053, 127.0.0.1:8205, complete] completed CON-POST   MID=32230, Token=58167A428D5C5367, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32230, Token=58167A428D5C5367, OptionSet={"Object-Security":0x0997}, acked 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46!
06:50:38.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1055, 127.0.0.1:8205] send request
06:50:38.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1055, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1055, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32231], CON-POST   MID=32231, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1055, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-14F755EEDB7258C4], CON-POST   MID=32231, Token=14F755EEDB7258C4, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32231], KeyToken[127.0.0.1:8205-14F755EEDB7258C4]]
06:50:38.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:8205
06:50:38.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,055,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32231, Token=14F755EEDB7258C4, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31]
06:50:38.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32231]
06:50:38.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, 127.0.0.1:8202] replace CON-POST   MID=32231, Token=14F755EEDB7258C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32231, Token=14F755EEDB7258C4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1056, 127.0.0.1:8202] send response NON-2.05   MID=32231, Token=null, OptionSet={}, "server responds hi"
06:50:38.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, 127.0.0.1:8202, complete]!
06:50:38.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1056, 127.0.0.1:8202, complete] completed NON-2.04   MID=32231, Token=14F755EEDB7258C4, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D!
06:50:38.460 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,056,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32231, Token=14F755EEDB7258C4, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D]
06:50:38.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32231]
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055, 127.0.0.1:8205, complete]!
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1055, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-14F755EEDB7258C4]
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1055, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32231]
06:50:38.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1055, 127.0.0.1:8205, complete] completed CON-POST   MID=32231, Token=14F755EEDB7258C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32231, Token=14F755EEDB7258C4, OptionSet={"Object-Security":0x0998}, acked F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31!
06:50:38.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1057, 127.0.0.1:8205] send request
06:50:38.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1057, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3
06:50:38.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1057, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32232], CON-POST   MID=32232, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3
06:50:38.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1057, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-844AFE94FDC0ED3B], CON-POST   MID=32232, Token=844AFE94FDC0ED3B, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3
06:50:38.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32232], KeyToken[127.0.0.1:8205-844AFE94FDC0ED3B]]
06:50:38.461 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,057,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32232, Token=844AFE94FDC0ED3B, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3]
06:50:38.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32232]
06:50:38.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, 127.0.0.1:8202] replace CON-POST   MID=32232, Token=844AFE94FDC0ED3B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32232, Token=844AFE94FDC0ED3B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1058, 127.0.0.1:8202] send response NON-2.05   MID=32232, Token=null, OptionSet={}, "server responds hi"
06:50:38.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, 127.0.0.1:8202, complete]!
06:50:38.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1058, 127.0.0.1:8202, complete] completed NON-2.04   MID=32232, Token=844AFE94FDC0ED3B, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC!
06:50:38.461 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,058,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32232, Token=844AFE94FDC0ED3B, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC]
06:50:38.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32232]
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057, 127.0.0.1:8205, complete]!
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1057, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-844AFE94FDC0ED3B]
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1057, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32232]
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1057, 127.0.0.1:8205, complete] completed CON-POST   MID=32232, Token=844AFE94FDC0ED3B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32232, Token=844AFE94FDC0ED3B, OptionSet={"Object-Security":0x0999}, acked 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3!
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1059, 127.0.0.1:8205] send request
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1059, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1059, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32233], CON-POST   MID=32233, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1059, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F8CFF46AC03A1A8D], CON-POST   MID=32233, Token=F8CFF46AC03A1A8D, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B
06:50:38.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32233], KeyToken[127.0.0.1:8205-F8CFF46AC03A1A8D]]
06:50:38.462 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,059,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32233, Token=F8CFF46AC03A1A8D, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B]
06:50:38.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32233]
06:50:38.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, 127.0.0.1:8202] replace CON-POST   MID=32233, Token=F8CFF46AC03A1A8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32233, Token=F8CFF46AC03A1A8D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1060, 127.0.0.1:8202] send response NON-2.05   MID=32233, Token=null, OptionSet={}, "server responds hi"
06:50:38.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, 127.0.0.1:8202, complete]!
06:50:38.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1060, 127.0.0.1:8202, complete] completed NON-2.04   MID=32233, Token=F8CFF46AC03A1A8D, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD!
06:50:38.463 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,060,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32233, Token=F8CFF46AC03A1A8D, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD]
06:50:38.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32233]
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059, 127.0.0.1:8205, complete]!
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1059, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F8CFF46AC03A1A8D]
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1059, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32233]
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1059, 127.0.0.1:8205, complete] completed CON-POST   MID=32233, Token=F8CFF46AC03A1A8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32233, Token=F8CFF46AC03A1A8D, OptionSet={"Object-Security":0x099A}, acked 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B!
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1061, 127.0.0.1:8205] send request
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1061, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1061, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32234], CON-POST   MID=32234, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1061, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5C2DB0593F55CD8F], CON-POST   MID=32234, Token=5C2DB0593F55CD8F, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85
06:50:38.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32234], KeyToken[127.0.0.1:8205-5C2DB0593F55CD8F]]
06:50:38.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:8205
06:50:38.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,061,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32234, Token=5C2DB0593F55CD8F, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85]
06:50:38.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32234]
06:50:38.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, 127.0.0.1:8202] replace CON-POST   MID=32234, Token=5C2DB0593F55CD8F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32234, Token=5C2DB0593F55CD8F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1062, 127.0.0.1:8202] send response NON-2.05   MID=32234, Token=null, OptionSet={}, "server responds hi"
06:50:38.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, 127.0.0.1:8202, complete]!
06:50:38.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1062, 127.0.0.1:8202, complete] completed NON-2.04   MID=32234, Token=5C2DB0593F55CD8F, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D!
06:50:38.464 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,062,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32234, Token=5C2DB0593F55CD8F, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D]
06:50:38.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32234]
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061, 127.0.0.1:8205, complete]!
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1061, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5C2DB0593F55CD8F]
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1061, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32234]
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1061, 127.0.0.1:8205, complete] completed CON-POST   MID=32234, Token=5C2DB0593F55CD8F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32234, Token=5C2DB0593F55CD8F, OptionSet={"Object-Security":0x099B}, acked 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85!
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1063, 127.0.0.1:8205] send request
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1063, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5
06:50:38.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1063, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32235], CON-POST   MID=32235, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5
06:50:38.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1063, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9C6009E4A5BEF040], CON-POST   MID=32235, Token=9C6009E4A5BEF040, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5
06:50:38.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32235], KeyToken[127.0.0.1:8205-9C6009E4A5BEF040]]
06:50:38.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,063,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32235, Token=9C6009E4A5BEF040, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5]
06:50:38.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32235]
06:50:38.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, 127.0.0.1:8202] replace CON-POST   MID=32235, Token=9C6009E4A5BEF040, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32235, Token=9C6009E4A5BEF040, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1064, 127.0.0.1:8202] send response NON-2.05   MID=32235, Token=null, OptionSet={}, "server responds hi"
06:50:38.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, 127.0.0.1:8202, complete]!
06:50:38.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1064, 127.0.0.1:8202, complete] completed NON-2.04   MID=32235, Token=9C6009E4A5BEF040, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF!
06:50:38.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:8202
06:50:38.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,064,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32235, Token=9C6009E4A5BEF040, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF]
06:50:38.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32235]
06:50:38.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063, 127.0.0.1:8205, complete]!
06:50:38.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1063, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9C6009E4A5BEF040]
06:50:38.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1063, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32235]
06:50:38.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1063, 127.0.0.1:8205, complete] completed CON-POST   MID=32235, Token=9C6009E4A5BEF040, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32235, Token=9C6009E4A5BEF040, OptionSet={"Object-Security":0x099C}, acked 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5!
06:50:38.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1065, 127.0.0.1:8205] send request
06:50:38.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1065, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50
06:50:38.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1065, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32236], CON-POST   MID=32236, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50
06:50:38.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1065, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E89980220E61DA4E], CON-POST   MID=32236, Token=E89980220E61DA4E, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50
06:50:38.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32236], KeyToken[127.0.0.1:8205-E89980220E61DA4E]]
06:50:38.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:8205
06:50:38.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,065,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32236, Token=E89980220E61DA4E, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50]
06:50:38.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32236]
06:50:38.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, 127.0.0.1:8202] replace CON-POST   MID=32236, Token=E89980220E61DA4E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32236, Token=E89980220E61DA4E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1066, 127.0.0.1:8202] send response NON-2.05   MID=32236, Token=null, OptionSet={}, "server responds hi"
06:50:38.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, 127.0.0.1:8202, complete]!
06:50:38.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1066, 127.0.0.1:8202, complete] completed NON-2.04   MID=32236, Token=E89980220E61DA4E, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23!
06:50:38.466 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,066,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32236, Token=E89980220E61DA4E, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23]
06:50:38.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32236]
06:50:38.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065, 127.0.0.1:8205, complete]!
06:50:38.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1065, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E89980220E61DA4E]
06:50:38.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1065, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32236]
06:50:38.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1065, 127.0.0.1:8205, complete] completed CON-POST   MID=32236, Token=E89980220E61DA4E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32236, Token=E89980220E61DA4E, OptionSet={"Object-Security":0x099D}, acked 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50!
06:50:38.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1067, 127.0.0.1:8205] send request
06:50:38.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1067, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B
06:50:38.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1067, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32237], CON-POST   MID=32237, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B
06:50:38.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1067, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8009602D0A40B4A8], CON-POST   MID=32237, Token=8009602D0A40B4A8, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B
06:50:38.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32237], KeyToken[127.0.0.1:8205-8009602D0A40B4A8]]
06:50:38.467 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,067,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32237, Token=8009602D0A40B4A8, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B]
06:50:38.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32237]
06:50:38.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, 127.0.0.1:8202] replace CON-POST   MID=32237, Token=8009602D0A40B4A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32237, Token=8009602D0A40B4A8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1068, 127.0.0.1:8202] send response NON-2.05   MID=32237, Token=null, OptionSet={}, "server responds hi"
06:50:38.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, 127.0.0.1:8202, complete]!
06:50:38.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1068, 127.0.0.1:8202, complete] completed NON-2.04   MID=32237, Token=8009602D0A40B4A8, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23!
06:50:38.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,068,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32237, Token=8009602D0A40B4A8, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23]
06:50:38.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32237]
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067, 127.0.0.1:8205, complete]!
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1067, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8009602D0A40B4A8]
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1067, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32237]
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1067, 127.0.0.1:8205, complete] completed CON-POST   MID=32237, Token=8009602D0A40B4A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32237, Token=8009602D0A40B4A8, OptionSet={"Object-Security":0x099E}, acked E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B!
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1069, 127.0.0.1:8205] send request
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1069, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1069, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32238], CON-POST   MID=32238, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1069, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-042FB9E5F76EB2A4], CON-POST   MID=32238, Token=042FB9E5F76EB2A4, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6
06:50:38.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32238], KeyToken[127.0.0.1:8205-042FB9E5F76EB2A4]]
06:50:38.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,069,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32238, Token=042FB9E5F76EB2A4, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6]
06:50:38.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32238]
06:50:38.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, 127.0.0.1:8202] replace CON-POST   MID=32238, Token=042FB9E5F76EB2A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32238, Token=042FB9E5F76EB2A4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1070, 127.0.0.1:8202] send response NON-2.05   MID=32238, Token=null, OptionSet={}, "server responds hi"
06:50:38.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, 127.0.0.1:8202, complete]!
06:50:38.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1070, 127.0.0.1:8202, complete] completed NON-2.04   MID=32238, Token=042FB9E5F76EB2A4, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F!
06:50:38.469 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,070,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32238, Token=042FB9E5F76EB2A4, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F]
06:50:38.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32238]
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069, 127.0.0.1:8205, complete]!
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1069, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-042FB9E5F76EB2A4]
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1069, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32238]
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1069, 127.0.0.1:8205, complete] completed CON-POST   MID=32238, Token=042FB9E5F76EB2A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32238, Token=042FB9E5F76EB2A4, OptionSet={"Object-Security":0x099F}, acked 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6!
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1071, 127.0.0.1:8205] send request
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1071, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1071, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32239], CON-POST   MID=32239, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1071, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-88CF7877073C1C78], CON-POST   MID=32239, Token=88CF7877073C1C78, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32
06:50:38.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32239], KeyToken[127.0.0.1:8205-88CF7877073C1C78]]
06:50:38.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:8205
06:50:38.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,071,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32239, Token=88CF7877073C1C78, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32]
06:50:38.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32239]
06:50:38.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, 127.0.0.1:8202] replace CON-POST   MID=32239, Token=88CF7877073C1C78, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32239, Token=88CF7877073C1C78, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1072, 127.0.0.1:8202] send response NON-2.05   MID=32239, Token=null, OptionSet={}, "server responds hi"
06:50:38.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, 127.0.0.1:8202, complete]!
06:50:38.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1072, 127.0.0.1:8202, complete] completed NON-2.04   MID=32239, Token=88CF7877073C1C78, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE!
06:50:38.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,072,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32239, Token=88CF7877073C1C78, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE]
06:50:38.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32239]
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071, 127.0.0.1:8205, complete]!
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1071, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-88CF7877073C1C78]
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1071, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32239]
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1071, 127.0.0.1:8205, complete] completed CON-POST   MID=32239, Token=88CF7877073C1C78, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32239, Token=88CF7877073C1C78, OptionSet={"Object-Security":0x09A0}, acked 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32!
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1073, 127.0.0.1:8205] send request
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1073, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3
06:50:38.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1073, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32240], CON-POST   MID=32240, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3
06:50:38.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1073, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4445642672589888], CON-POST   MID=32240, Token=4445642672589888, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3
06:50:38.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32240], KeyToken[127.0.0.1:8205-4445642672589888]]
06:50:38.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,073,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32240, Token=4445642672589888, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3]
06:50:38.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32240]
06:50:38.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, 127.0.0.1:8202] replace CON-POST   MID=32240, Token=4445642672589888, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32240, Token=4445642672589888, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1074, 127.0.0.1:8202] send response NON-2.05   MID=32240, Token=null, OptionSet={}, "server responds hi"
06:50:38.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, 127.0.0.1:8202, complete]!
06:50:38.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1074, 127.0.0.1:8202, complete] completed NON-2.04   MID=32240, Token=4445642672589888, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73!
06:50:38.471 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,074,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32240, Token=4445642672589888, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73]
06:50:38.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32240]
06:50:38.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073, 127.0.0.1:8205, complete]!
06:50:38.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1073, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4445642672589888]
06:50:38.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1073, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32240]
06:50:38.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1073, 127.0.0.1:8205, complete] completed CON-POST   MID=32240, Token=4445642672589888, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32240, Token=4445642672589888, OptionSet={"Object-Security":0x09A1}, acked 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3!
06:50:38.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1075, 127.0.0.1:8205] send request
06:50:38.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1075, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC
06:50:38.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1075, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32241], CON-POST   MID=32241, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC
06:50:38.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1075, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4CA6754E3B1340B8], CON-POST   MID=32241, Token=4CA6754E3B1340B8, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC
06:50:38.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32241], KeyToken[127.0.0.1:8205-4CA6754E3B1340B8]]
06:50:38.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,075,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32241, Token=4CA6754E3B1340B8, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC]
06:50:38.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32241]
06:50:38.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, 127.0.0.1:8202] replace CON-POST   MID=32241, Token=4CA6754E3B1340B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32241, Token=4CA6754E3B1340B8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1076, 127.0.0.1:8202] send response NON-2.05   MID=32241, Token=null, OptionSet={}, "server responds hi"
06:50:38.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, 127.0.0.1:8202, complete]!
06:50:38.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1076, 127.0.0.1:8202, complete] completed NON-2.04   MID=32241, Token=4CA6754E3B1340B8, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B!
06:50:38.472 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,076,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32241, Token=4CA6754E3B1340B8, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B]
06:50:38.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32241]
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075, 127.0.0.1:8205, complete]!
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1075, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4CA6754E3B1340B8]
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1075, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32241]
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1075, 127.0.0.1:8205, complete] completed CON-POST   MID=32241, Token=4CA6754E3B1340B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32241, Token=4CA6754E3B1340B8, OptionSet={"Object-Security":0x09A2}, acked 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC!
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1077, 127.0.0.1:8205] send request
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1077, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1077, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32242], CON-POST   MID=32242, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1077, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B86034FFF0D5B998], CON-POST   MID=32242, Token=B86034FFF0D5B998, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23
06:50:38.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32242], KeyToken[127.0.0.1:8205-B86034FFF0D5B998]]
06:50:38.473 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,077,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32242, Token=B86034FFF0D5B998, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23]
06:50:38.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32242]
06:50:38.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, 127.0.0.1:8202] replace CON-POST   MID=32242, Token=B86034FFF0D5B998, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32242, Token=B86034FFF0D5B998, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1078, 127.0.0.1:8202] send response NON-2.05   MID=32242, Token=null, OptionSet={}, "server responds hi"
06:50:38.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, 127.0.0.1:8202, complete]!
06:50:38.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1078, 127.0.0.1:8202, complete] completed NON-2.04   MID=32242, Token=B86034FFF0D5B998, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00!
06:50:38.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,078,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32242, Token=B86034FFF0D5B998, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00]
06:50:38.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32242]
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077, 127.0.0.1:8205, complete]!
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1077, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B86034FFF0D5B998]
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1077, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32242]
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1077, 127.0.0.1:8205, complete] completed CON-POST   MID=32242, Token=B86034FFF0D5B998, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32242, Token=B86034FFF0D5B998, OptionSet={"Object-Security":0x09A3}, acked 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23!
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1079, 127.0.0.1:8205] send request
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1079, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1079, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32243], CON-POST   MID=32243, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1079, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-288D3416E6BF90F6], CON-POST   MID=32243, Token=288D3416E6BF90F6, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80
06:50:38.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32243], KeyToken[127.0.0.1:8205-288D3416E6BF90F6]]
06:50:38.474 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,079,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32243, Token=288D3416E6BF90F6, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80]
06:50:38.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32243]
06:50:38.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, 127.0.0.1:8202] replace CON-POST   MID=32243, Token=288D3416E6BF90F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32243, Token=288D3416E6BF90F6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1080, 127.0.0.1:8202] send response NON-2.05   MID=32243, Token=null, OptionSet={}, "server responds hi"
06:50:38.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, 127.0.0.1:8202, complete]!
06:50:38.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1080, 127.0.0.1:8202, complete] completed NON-2.04   MID=32243, Token=288D3416E6BF90F6, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB!
06:50:38.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:8202
06:50:38.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,080,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32243, Token=288D3416E6BF90F6, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB]
06:50:38.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32243]
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079, 127.0.0.1:8205, complete]!
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1079, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-288D3416E6BF90F6]
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1079, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32243]
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1079, 127.0.0.1:8205, complete] completed CON-POST   MID=32243, Token=288D3416E6BF90F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32243, Token=288D3416E6BF90F6, OptionSet={"Object-Security":0x09A4}, acked 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80!
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1081, 127.0.0.1:8205] send request
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1081, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1081, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32244], CON-POST   MID=32244, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1081, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-FC861BD527CF8EE1], CON-POST   MID=32244, Token=FC861BD527CF8EE1, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF
06:50:38.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32244], KeyToken[127.0.0.1:8205-FC861BD527CF8EE1]]
06:50:38.475 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,081,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32244, Token=FC861BD527CF8EE1, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF]
06:50:38.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32244]
06:50:38.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, 127.0.0.1:8202] replace CON-POST   MID=32244, Token=FC861BD527CF8EE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32244, Token=FC861BD527CF8EE1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1082, 127.0.0.1:8202] send response NON-2.05   MID=32244, Token=null, OptionSet={}, "server responds hi"
06:50:38.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, 127.0.0.1:8202, complete]!
06:50:38.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1082, 127.0.0.1:8202, complete] completed NON-2.04   MID=32244, Token=FC861BD527CF8EE1, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25!
06:50:38.476 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,082,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32244, Token=FC861BD527CF8EE1, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25]
06:50:38.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32244]
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081, 127.0.0.1:8205, complete]!
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1081, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-FC861BD527CF8EE1]
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1081, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32244]
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1081, 127.0.0.1:8205, complete] completed CON-POST   MID=32244, Token=FC861BD527CF8EE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32244, Token=FC861BD527CF8EE1, OptionSet={"Object-Security":0x09A5}, acked 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF!
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1083, 127.0.0.1:8205] send request
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1083, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F
06:50:38.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1083, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32245], CON-POST   MID=32245, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F
06:50:38.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1083, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8CF21D757AC351D2], CON-POST   MID=32245, Token=8CF21D757AC351D2, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F
06:50:38.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32245], KeyToken[127.0.0.1:8205-8CF21D757AC351D2]]
06:50:38.482 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,083,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32245, Token=8CF21D757AC351D2, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F]
06:50:38.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32245]
06:50:38.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, 127.0.0.1:8202] replace CON-POST   MID=32245, Token=8CF21D757AC351D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32245, Token=8CF21D757AC351D2, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1084, 127.0.0.1:8202] send response NON-2.05   MID=32245, Token=null, OptionSet={}, "server responds hi"
06:50:38.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, 127.0.0.1:8202, complete]!
06:50:38.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1084, 127.0.0.1:8202, complete] completed NON-2.04   MID=32245, Token=8CF21D757AC351D2, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43!
06:50:38.482 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,084,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32245, Token=8CF21D757AC351D2, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43]
06:50:38.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32245]
06:50:38.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083, 127.0.0.1:8205, complete]!
06:50:38.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1083, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8CF21D757AC351D2]
06:50:38.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1083, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32245]
06:50:38.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1083, 127.0.0.1:8205, complete] completed CON-POST   MID=32245, Token=8CF21D757AC351D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32245, Token=8CF21D757AC351D2, OptionSet={"Object-Security":0x09A6}, acked 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F!
06:50:38.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1085, 127.0.0.1:8205] send request
06:50:38.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1085, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D
06:50:38.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1085, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32246], CON-POST   MID=32246, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D
06:50:38.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1085, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-DC204D0996D16228], CON-POST   MID=32246, Token=DC204D0996D16228, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D
06:50:38.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32246], KeyToken[127.0.0.1:8205-DC204D0996D16228]]
06:50:38.483 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,085,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32246, Token=DC204D0996D16228, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D]
06:50:38.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32246]
06:50:38.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, 127.0.0.1:8202] replace CON-POST   MID=32246, Token=DC204D0996D16228, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32246, Token=DC204D0996D16228, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1086, 127.0.0.1:8202] send response NON-2.05   MID=32246, Token=null, OptionSet={}, "server responds hi"
06:50:38.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, 127.0.0.1:8202, complete]!
06:50:38.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1086, 127.0.0.1:8202, complete] completed NON-2.04   MID=32246, Token=DC204D0996D16228, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6!
06:50:38.483 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,086,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32246, Token=DC204D0996D16228, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6]
06:50:38.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32246]
06:50:38.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085, 127.0.0.1:8205, complete]!
06:50:38.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1085, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-DC204D0996D16228]
06:50:38.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1085, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32246]
06:50:38.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1085, 127.0.0.1:8205, complete] completed CON-POST   MID=32246, Token=DC204D0996D16228, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32246, Token=DC204D0996D16228, OptionSet={"Object-Security":0x09A7}, acked 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D!
06:50:38.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1087, 127.0.0.1:8205] send request
06:50:38.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1087, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28
06:50:38.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1087, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32247], CON-POST   MID=32247, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28
06:50:38.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1087, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-44BF316DF4A36B41], CON-POST   MID=32247, Token=44BF316DF4A36B41, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28
06:50:38.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32247], KeyToken[127.0.0.1:8205-44BF316DF4A36B41]]
06:50:38.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,087,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32247, Token=44BF316DF4A36B41, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28]
06:50:38.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32247]
06:50:38.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, 127.0.0.1:8202] replace CON-POST   MID=32247, Token=44BF316DF4A36B41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32247, Token=44BF316DF4A36B41, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1088, 127.0.0.1:8202] send response NON-2.05   MID=32247, Token=null, OptionSet={}, "server responds hi"
06:50:38.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, 127.0.0.1:8202, complete]!
06:50:38.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1088, 127.0.0.1:8202, complete] completed NON-2.04   MID=32247, Token=44BF316DF4A36B41, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40!
06:50:38.485 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,088,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32247, Token=44BF316DF4A36B41, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40]
06:50:38.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32247]
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087, 127.0.0.1:8205, complete]!
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1087, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-44BF316DF4A36B41]
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1087, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32247]
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1087, 127.0.0.1:8205, complete] completed CON-POST   MID=32247, Token=44BF316DF4A36B41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32247, Token=44BF316DF4A36B41, OptionSet={"Object-Security":0x09A8}, acked D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28!
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1089, 127.0.0.1:8205] send request
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1089, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1089, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32248], CON-POST   MID=32248, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44
06:50:38.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1089, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-AC48CC0D85558570], CON-POST   MID=32248, Token=AC48CC0D85558570, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44
06:50:38.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32248], KeyToken[127.0.0.1:8205-AC48CC0D85558570]]
06:50:38.486 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,089,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32248, Token=AC48CC0D85558570, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44]
06:50:38.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32248]
06:50:38.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, 127.0.0.1:8202] replace CON-POST   MID=32248, Token=AC48CC0D85558570, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32248, Token=AC48CC0D85558570, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1090, 127.0.0.1:8202] send response NON-2.05   MID=32248, Token=null, OptionSet={}, "server responds hi"
06:50:38.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, 127.0.0.1:8202, complete]!
06:50:38.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1090, 127.0.0.1:8202, complete] completed NON-2.04   MID=32248, Token=AC48CC0D85558570, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75!
06:50:38.486 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,090,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32248, Token=AC48CC0D85558570, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75]
06:50:38.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32248]
06:50:38.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089, 127.0.0.1:8205, complete]!
06:50:38.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1089, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-AC48CC0D85558570]
06:50:38.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1089, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32248]
06:50:38.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1089, 127.0.0.1:8205, complete] completed CON-POST   MID=32248, Token=AC48CC0D85558570, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32248, Token=AC48CC0D85558570, OptionSet={"Object-Security":0x09A9}, acked 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44!
06:50:38.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1091, 127.0.0.1:8205] send request
06:50:38.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1091, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1091, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32249], CON-POST   MID=32249, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1091, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E82D53D8C1708BB9], CON-POST   MID=32249, Token=E82D53D8C1708BB9, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32249], KeyToken[127.0.0.1:8205-E82D53D8C1708BB9]]
06:50:38.487 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,091,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32249, Token=E82D53D8C1708BB9, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21]
06:50:38.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32249]
06:50:38.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, 127.0.0.1:8202] replace CON-POST   MID=32249, Token=E82D53D8C1708BB9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32249, Token=E82D53D8C1708BB9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1092, 127.0.0.1:8202] send response NON-2.05   MID=32249, Token=null, OptionSet={}, "server responds hi"
06:50:38.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, 127.0.0.1:8202, complete]!
06:50:38.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1092, 127.0.0.1:8202, complete] completed NON-2.04   MID=32249, Token=E82D53D8C1708BB9, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6!
06:50:38.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,092,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32249, Token=E82D53D8C1708BB9, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6]
06:50:38.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32249]
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091, 127.0.0.1:8205, complete]!
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1091, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E82D53D8C1708BB9]
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1091, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32249]
06:50:38.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1091, 127.0.0.1:8205, complete] completed CON-POST   MID=32249, Token=E82D53D8C1708BB9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32249, Token=E82D53D8C1708BB9, OptionSet={"Object-Security":0x09AA}, acked 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21!
06:50:38.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1093, 127.0.0.1:8205] send request
06:50:38.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1093, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E
06:50:38.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1093, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32250], CON-POST   MID=32250, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E
06:50:38.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1093, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-989D3B2B23009EC8], CON-POST   MID=32250, Token=989D3B2B23009EC8, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E
06:50:38.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32250], KeyToken[127.0.0.1:8205-989D3B2B23009EC8]]
06:50:38.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,093,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32250, Token=989D3B2B23009EC8, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E]
06:50:38.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32250]
06:50:38.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, 127.0.0.1:8202] replace CON-POST   MID=32250, Token=989D3B2B23009EC8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32250, Token=989D3B2B23009EC8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1094, 127.0.0.1:8202] send response NON-2.05   MID=32250, Token=null, OptionSet={}, "server responds hi"
06:50:38.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, 127.0.0.1:8202, complete]!
06:50:38.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1094, 127.0.0.1:8202, complete] completed NON-2.04   MID=32250, Token=989D3B2B23009EC8, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98!
06:50:38.488 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.488 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,094,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32250, Token=989D3B2B23009EC8, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98]
06:50:38.488 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32250]
06:50:38.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093, 127.0.0.1:8205, complete]!
06:50:38.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1093, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-989D3B2B23009EC8]
06:50:38.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1093, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32250]
06:50:38.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1093, 127.0.0.1:8205, complete] completed CON-POST   MID=32250, Token=989D3B2B23009EC8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32250, Token=989D3B2B23009EC8, OptionSet={"Object-Security":0x09AB}, acked 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E!
06:50:38.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1095, 127.0.0.1:8205] send request
06:50:38.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1095, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7
06:50:38.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1095, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32251], CON-POST   MID=32251, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7
06:50:38.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1095, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-38E94BF9E6B536E8], CON-POST   MID=32251, Token=38E94BF9E6B536E8, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7
06:50:38.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32251], KeyToken[127.0.0.1:8205-38E94BF9E6B536E8]]
06:50:38.489 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,095,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32251, Token=38E94BF9E6B536E8, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7]
06:50:38.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32251]
06:50:38.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, 127.0.0.1:8202] replace CON-POST   MID=32251, Token=38E94BF9E6B536E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32251, Token=38E94BF9E6B536E8, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1096, 127.0.0.1:8202] send response NON-2.05   MID=32251, Token=null, OptionSet={}, "server responds hi"
06:50:38.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, 127.0.0.1:8202, complete]!
06:50:38.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1096, 127.0.0.1:8202, complete] completed NON-2.04   MID=32251, Token=38E94BF9E6B536E8, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25!
06:50:38.489 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,096,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32251, Token=38E94BF9E6B536E8, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25]
06:50:38.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32251]
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095, 127.0.0.1:8205, complete]!
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1095, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-38E94BF9E6B536E8]
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1095, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32251]
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1095, 127.0.0.1:8205, complete] completed CON-POST   MID=32251, Token=38E94BF9E6B536E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32251, Token=38E94BF9E6B536E8, OptionSet={"Object-Security":0x09AC}, acked 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7!
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1097, 127.0.0.1:8205] send request
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1097, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1097, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32252], CON-POST   MID=32252, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1097, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-44C038DE8112ED82], CON-POST   MID=32252, Token=44C038DE8112ED82, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82
06:50:38.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32252], KeyToken[127.0.0.1:8205-44C038DE8112ED82]]
06:50:38.490 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,097,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32252, Token=44C038DE8112ED82, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82]
06:50:38.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32252]
06:50:38.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, 127.0.0.1:8202] replace CON-POST   MID=32252, Token=44C038DE8112ED82, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32252, Token=44C038DE8112ED82, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1098, 127.0.0.1:8202] send response NON-2.05   MID=32252, Token=null, OptionSet={}, "server responds hi"
06:50:38.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, 127.0.0.1:8202, complete]!
06:50:38.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1098, 127.0.0.1:8202, complete] completed NON-2.04   MID=32252, Token=44C038DE8112ED82, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F!
06:50:38.491 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.491 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,098,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32252, Token=44C038DE8112ED82, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F]
06:50:38.491 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32252]
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097, 127.0.0.1:8205, complete]!
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1097, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-44C038DE8112ED82]
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1097, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32252]
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1097, 127.0.0.1:8205, complete] completed CON-POST   MID=32252, Token=44C038DE8112ED82, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32252, Token=44C038DE8112ED82, OptionSet={"Object-Security":0x09AD}, acked 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82!
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1099, 127.0.0.1:8205] send request
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1099, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1099, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32253], CON-POST   MID=32253, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1099, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-EC7DE85FDFF05E68], CON-POST   MID=32253, Token=EC7DE85FDFF05E68, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42
06:50:38.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32253], KeyToken[127.0.0.1:8205-EC7DE85FDFF05E68]]
06:50:38.491 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,099,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32253, Token=EC7DE85FDFF05E68, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42]
06:50:38.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32253]
06:50:38.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, 127.0.0.1:8202] replace CON-POST   MID=32253, Token=EC7DE85FDFF05E68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32253, Token=EC7DE85FDFF05E68, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1100, 127.0.0.1:8202] send response NON-2.05   MID=32253, Token=null, OptionSet={}, "server responds hi"
06:50:38.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, 127.0.0.1:8202, complete]!
06:50:38.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1100, 127.0.0.1:8202, complete] completed NON-2.04   MID=32253, Token=EC7DE85FDFF05E68, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D!
06:50:38.492 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,100,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32253, Token=EC7DE85FDFF05E68, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D]
06:50:38.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32253]
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099, 127.0.0.1:8205, complete]!
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1099, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-EC7DE85FDFF05E68]
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1099, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32253]
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1099, 127.0.0.1:8205, complete] completed CON-POST   MID=32253, Token=EC7DE85FDFF05E68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32253, Token=EC7DE85FDFF05E68, OptionSet={"Object-Security":0x09AE}, acked 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42!
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1101, 127.0.0.1:8205] send request
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1101, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1101, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32254], CON-POST   MID=32254, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1101, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E88A76D51D154F43], CON-POST   MID=32254, Token=E88A76D51D154F43, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27
06:50:38.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32254], KeyToken[127.0.0.1:8205-E88A76D51D154F43]]
06:50:38.492 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.492 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,101,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32254, Token=E88A76D51D154F43, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27]
06:50:38.492 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32254]
06:50:38.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, 127.0.0.1:8202] replace CON-POST   MID=32254, Token=E88A76D51D154F43, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32254, Token=E88A76D51D154F43, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1102, 127.0.0.1:8202] send response NON-2.05   MID=32254, Token=null, OptionSet={}, "server responds hi"
06:50:38.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, 127.0.0.1:8202, complete]!
06:50:38.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1102, 127.0.0.1:8202, complete] completed NON-2.04   MID=32254, Token=E88A76D51D154F43, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41!
06:50:38.493 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.493 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,102,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32254, Token=E88A76D51D154F43, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41]
06:50:38.493 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32254]
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101, 127.0.0.1:8205, complete]!
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1101, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E88A76D51D154F43]
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1101, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32254]
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1101, 127.0.0.1:8205, complete] completed CON-POST   MID=32254, Token=E88A76D51D154F43, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32254, Token=E88A76D51D154F43, OptionSet={"Object-Security":0x09AF}, acked 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27!
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1103, 127.0.0.1:8205] send request
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1103, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1103, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32255], CON-POST   MID=32255, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1103, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CCA14AA9721C08BC], CON-POST   MID=32255, Token=CCA14AA9721C08BC, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3
06:50:38.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32255], KeyToken[127.0.0.1:8205-CCA14AA9721C08BC]]
06:50:38.493 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,103,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32255, Token=CCA14AA9721C08BC, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3]
06:50:38.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32255]
06:50:38.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, 127.0.0.1:8202] replace CON-POST   MID=32255, Token=CCA14AA9721C08BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32255, Token=CCA14AA9721C08BC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1104, 127.0.0.1:8202] send response NON-2.05   MID=32255, Token=null, OptionSet={}, "server responds hi"
06:50:38.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, 127.0.0.1:8202, complete]!
06:50:38.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1104, 127.0.0.1:8202, complete] completed NON-2.04   MID=32255, Token=CCA14AA9721C08BC, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8!
06:50:38.494 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,104,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32255, Token=CCA14AA9721C08BC, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8]
06:50:38.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32255]
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103, 127.0.0.1:8205, complete]!
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1103, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CCA14AA9721C08BC]
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1103, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32255]
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1103, 127.0.0.1:8205, complete] completed CON-POST   MID=32255, Token=CCA14AA9721C08BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32255, Token=CCA14AA9721C08BC, OptionSet={"Object-Security":0x09B0}, acked 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3!
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1105, 127.0.0.1:8205] send request
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1105, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1105, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32256], CON-POST   MID=32256, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1105, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-FC6AD5182E0654F4], CON-POST   MID=32256, Token=FC6AD5182E0654F4, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81
06:50:38.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32256], KeyToken[127.0.0.1:8205-FC6AD5182E0654F4]]
06:50:38.494 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,105,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32256, Token=FC6AD5182E0654F4, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81]
06:50:38.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32256]
06:50:38.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, 127.0.0.1:8202] replace CON-POST   MID=32256, Token=FC6AD5182E0654F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32256, Token=FC6AD5182E0654F4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1106, 127.0.0.1:8202] send response NON-2.05   MID=32256, Token=null, OptionSet={}, "server responds hi"
06:50:38.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, 127.0.0.1:8202, complete]!
06:50:38.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1106, 127.0.0.1:8202, complete] completed NON-2.04   MID=32256, Token=FC6AD5182E0654F4, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4!
06:50:38.495 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,106,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32256, Token=FC6AD5182E0654F4, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4]
06:50:38.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32256]
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105, 127.0.0.1:8205, complete]!
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1105, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-FC6AD5182E0654F4]
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1105, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32256]
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1105, 127.0.0.1:8205, complete] completed CON-POST   MID=32256, Token=FC6AD5182E0654F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32256, Token=FC6AD5182E0654F4, OptionSet={"Object-Security":0x09B1}, acked 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81!
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1107, 127.0.0.1:8205] send request
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1107, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1107, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32257], CON-POST   MID=32257, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1107, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-1851BA79918EC031], CON-POST   MID=32257, Token=1851BA79918EC031, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F
06:50:38.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32257], KeyToken[127.0.0.1:8205-1851BA79918EC031]]
06:50:38.495 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.495 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,107,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32257, Token=1851BA79918EC031, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F]
06:50:38.495 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32257]
06:50:38.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, 127.0.0.1:8202] replace CON-POST   MID=32257, Token=1851BA79918EC031, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32257, Token=1851BA79918EC031, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1108, 127.0.0.1:8202] send response NON-2.05   MID=32257, Token=null, OptionSet={}, "server responds hi"
06:50:38.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, 127.0.0.1:8202, complete]!
06:50:38.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1108, 127.0.0.1:8202, complete] completed NON-2.04   MID=32257, Token=1851BA79918EC031, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70!
06:50:38.496 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,108,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32257, Token=1851BA79918EC031, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70]
06:50:38.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32257]
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107, 127.0.0.1:8205, complete]!
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1107, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-1851BA79918EC031]
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1107, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32257]
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1107, 127.0.0.1:8205, complete] completed CON-POST   MID=32257, Token=1851BA79918EC031, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32257, Token=1851BA79918EC031, OptionSet={"Object-Security":0x09B2}, acked 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F!
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1109, 127.0.0.1:8205] send request
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1109, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1109, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32258], CON-POST   MID=32258, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1109, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B4581277B545609A], CON-POST   MID=32258, Token=B4581277B545609A, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19
06:50:38.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32258], KeyToken[127.0.0.1:8205-B4581277B545609A]]
06:50:38.496 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,109,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32258, Token=B4581277B545609A, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19]
06:50:38.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32258]
06:50:38.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, 127.0.0.1:8202] replace CON-POST   MID=32258, Token=B4581277B545609A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32258, Token=B4581277B545609A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1110, 127.0.0.1:8202] send response NON-2.05   MID=32258, Token=null, OptionSet={}, "server responds hi"
06:50:38.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, 127.0.0.1:8202, complete]!
06:50:38.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1110, 127.0.0.1:8202, complete] completed NON-2.04   MID=32258, Token=B4581277B545609A, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7!
06:50:38.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:8202
06:50:38.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,110,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32258, Token=B4581277B545609A, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7]
06:50:38.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32258]
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109, 127.0.0.1:8205, complete]!
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1109, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B4581277B545609A]
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1109, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32258]
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1109, 127.0.0.1:8205, complete] completed CON-POST   MID=32258, Token=B4581277B545609A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32258, Token=B4581277B545609A, OptionSet={"Object-Security":0x09B3}, acked 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19!
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1111, 127.0.0.1:8205] send request
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1111, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1111, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32259], CON-POST   MID=32259, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1111, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B01020E63BA8328B], CON-POST   MID=32259, Token=B01020E63BA8328B, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE
06:50:38.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32259], KeyToken[127.0.0.1:8205-B01020E63BA8328B]]
06:50:38.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:8205
06:50:38.547 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,111,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32259, Token=B01020E63BA8328B, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE]
06:50:38.547 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32259]
06:50:38.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, 127.0.0.1:8202] replace CON-POST   MID=32259, Token=B01020E63BA8328B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32259, Token=B01020E63BA8328B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1112, 127.0.0.1:8202] send response NON-2.05   MID=32259, Token=null, OptionSet={}, "server responds hi"
06:50:38.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, 127.0.0.1:8202, complete]!
06:50:38.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1112, 127.0.0.1:8202, complete] completed NON-2.04   MID=32259, Token=B01020E63BA8328B, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD!
06:50:38.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:8202
06:50:38.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,112,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32259, Token=B01020E63BA8328B, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD]
06:50:38.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32259]
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111, 127.0.0.1:8205, complete]!
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1111, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B01020E63BA8328B]
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1111, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32259]
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1111, 127.0.0.1:8205, complete] completed CON-POST   MID=32259, Token=B01020E63BA8328B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32259, Token=B01020E63BA8328B, OptionSet={"Object-Security":0x09B4}, acked 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE!
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1113, 127.0.0.1:8205] send request
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1113, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1113, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32260], CON-POST   MID=32260, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1113, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7C967F532C648E38], CON-POST   MID=32260, Token=7C967F532C648E38, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8
06:50:38.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32260], KeyToken[127.0.0.1:8205-7C967F532C648E38]]
06:50:38.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:8205
06:50:38.548 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,113,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32260, Token=7C967F532C648E38, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8]
06:50:38.548 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32260]
06:50:38.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, 127.0.0.1:8202] replace CON-POST   MID=32260, Token=7C967F532C648E38, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32260, Token=7C967F532C648E38, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1114, 127.0.0.1:8202] send response NON-2.05   MID=32260, Token=null, OptionSet={}, "server responds hi"
06:50:38.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, 127.0.0.1:8202, complete]!
06:50:38.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1114, 127.0.0.1:8202, complete] completed NON-2.04   MID=32260, Token=7C967F532C648E38, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA!
06:50:38.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:8202
06:50:38.549 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,114,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32260, Token=7C967F532C648E38, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA]
06:50:38.549 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32260]
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.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
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113, 127.0.0.1:8205, complete]!
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1113, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7C967F532C648E38]
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1113, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32260]
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1113, 127.0.0.1:8205, complete] completed CON-POST   MID=32260, Token=7C967F532C648E38, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32260, Token=7C967F532C648E38, OptionSet={"Object-Security":0x09B5}, acked 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8!
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1115, 127.0.0.1:8205] send request
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1115, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1115, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32261], CON-POST   MID=32261, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1115, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-AC487615E106C8D5], CON-POST   MID=32261, Token=AC487615E106C8D5, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3
06:50:38.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32261], KeyToken[127.0.0.1:8205-AC487615E106C8D5]]
06:50:38.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:8205
06:50:38.550 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,115,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32261, Token=AC487615E106C8D5, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3]
06:50:38.550 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32261]
06:50:38.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, 127.0.0.1:8202] replace CON-POST   MID=32261, Token=AC487615E106C8D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32261, Token=AC487615E106C8D5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1116, 127.0.0.1:8202] send response NON-2.05   MID=32261, Token=null, OptionSet={}, "server responds hi"
06:50:38.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, 127.0.0.1:8202, complete]!
06:50:38.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1116, 127.0.0.1:8202, complete] completed NON-2.04   MID=32261, Token=AC487615E106C8D5, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3!
06:50:38.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:8202
06:50:38.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,116,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32261, Token=AC487615E106C8D5, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3]
06:50:38.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32261]
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115, 127.0.0.1:8205, complete]!
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1115, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-AC487615E106C8D5]
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1115, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32261]
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1115, 127.0.0.1:8205, complete] completed CON-POST   MID=32261, Token=AC487615E106C8D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32261, Token=AC487615E106C8D5, OptionSet={"Object-Security":0x09B6}, acked 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3!
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1117, 127.0.0.1:8205] send request
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1117, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1117, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32262], CON-POST   MID=32262, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1117, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-18CCD1B532AC5911], CON-POST   MID=32262, Token=18CCD1B532AC5911, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7
06:50:38.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32262], KeyToken[127.0.0.1:8205-18CCD1B532AC5911]]
06:50:38.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,117,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32262, Token=18CCD1B532AC5911, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7]
06:50:38.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32262]
06:50:38.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, 127.0.0.1:8202] replace CON-POST   MID=32262, Token=18CCD1B532AC5911, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32262, Token=18CCD1B532AC5911, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1118, 127.0.0.1:8202] send response NON-2.05   MID=32262, Token=null, OptionSet={}, "server responds hi"
06:50:38.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, 127.0.0.1:8202, complete]!
06:50:38.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1118, 127.0.0.1:8202, complete] completed NON-2.04   MID=32262, Token=18CCD1B532AC5911, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68!
06:50:38.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:8202
06:50:38.551 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,118,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32262, Token=18CCD1B532AC5911, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68]
06:50:38.551 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32262]
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117, 127.0.0.1:8205, complete]!
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1117, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-18CCD1B532AC5911]
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1117, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32262]
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1117, 127.0.0.1:8205, complete] completed CON-POST   MID=32262, Token=18CCD1B532AC5911, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32262, Token=18CCD1B532AC5911, OptionSet={"Object-Security":0x09B7}, acked BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7!
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1119, 127.0.0.1:8205] send request
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1119, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1119, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32263], CON-POST   MID=32263, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1119, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-34C276EB2F58C6B6], CON-POST   MID=32263, Token=34C276EB2F58C6B6, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8
06:50:38.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32263], KeyToken[127.0.0.1:8205-34C276EB2F58C6B6]]
06:50:38.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,119,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32263, Token=34C276EB2F58C6B6, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8]
06:50:38.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32263]
06:50:38.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, 127.0.0.1:8202] replace CON-POST   MID=32263, Token=34C276EB2F58C6B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32263, Token=34C276EB2F58C6B6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1120, 127.0.0.1:8202] send response NON-2.05   MID=32263, Token=null, OptionSet={}, "server responds hi"
06:50:38.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, 127.0.0.1:8202, complete]!
06:50:38.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1120, 127.0.0.1:8202, complete] completed NON-2.04   MID=32263, Token=34C276EB2F58C6B6, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD!
06:50:38.552 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,120,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32263, Token=34C276EB2F58C6B6, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD]
06:50:38.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32263]
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119, 127.0.0.1:8205, complete]!
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1119, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-34C276EB2F58C6B6]
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1119, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32263]
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1119, 127.0.0.1:8205, complete] completed CON-POST   MID=32263, Token=34C276EB2F58C6B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32263, Token=34C276EB2F58C6B6, OptionSet={"Object-Security":0x09B8}, acked 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8!
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1121, 127.0.0.1:8205] send request
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1121, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1121, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32264], CON-POST   MID=32264, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1121, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-80E8B4B4172644E5], CON-POST   MID=32264, Token=80E8B4B4172644E5, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB
06:50:38.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32264], KeyToken[127.0.0.1:8205-80E8B4B4172644E5]]
06:50:38.552 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,121,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32264, Token=80E8B4B4172644E5, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB]
06:50:38.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32264]
06:50:38.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, 127.0.0.1:8202] replace CON-POST   MID=32264, Token=80E8B4B4172644E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32264, Token=80E8B4B4172644E5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1122, 127.0.0.1:8202] send response NON-2.05   MID=32264, Token=null, OptionSet={}, "server responds hi"
06:50:38.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, 127.0.0.1:8202, complete]!
06:50:38.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1122, 127.0.0.1:8202, complete] completed NON-2.04   MID=32264, Token=80E8B4B4172644E5, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6!
06:50:38.553 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,122,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32264, Token=80E8B4B4172644E5, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6]
06:50:38.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32264]
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121, 127.0.0.1:8205, complete]!
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1121, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-80E8B4B4172644E5]
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1121, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32264]
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1121, 127.0.0.1:8205, complete] completed CON-POST   MID=32264, Token=80E8B4B4172644E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32264, Token=80E8B4B4172644E5, OptionSet={"Object-Security":0x09B9}, acked 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB!
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1123, 127.0.0.1:8205] send request
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1123, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1123, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32265], CON-POST   MID=32265, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1123, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-749BEC4A3FB04CAD], CON-POST   MID=32265, Token=749BEC4A3FB04CAD, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2
06:50:38.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32265], KeyToken[127.0.0.1:8205-749BEC4A3FB04CAD]]
06:50:38.553 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,123,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32265, Token=749BEC4A3FB04CAD, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2]
06:50:38.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32265]
06:50:38.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, 127.0.0.1:8202] replace CON-POST   MID=32265, Token=749BEC4A3FB04CAD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32265, Token=749BEC4A3FB04CAD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1124, 127.0.0.1:8202] send response NON-2.05   MID=32265, Token=null, OptionSet={}, "server responds hi"
06:50:38.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, 127.0.0.1:8202, complete]!
06:50:38.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1124, 127.0.0.1:8202, complete] completed NON-2.04   MID=32265, Token=749BEC4A3FB04CAD, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36!
06:50:38.554 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,124,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32265, Token=749BEC4A3FB04CAD, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36]
06:50:38.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32265]
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123, 127.0.0.1:8205, complete]!
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1123, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-749BEC4A3FB04CAD]
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1123, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32265]
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1123, 127.0.0.1:8205, complete] completed CON-POST   MID=32265, Token=749BEC4A3FB04CAD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32265, Token=749BEC4A3FB04CAD, OptionSet={"Object-Security":0x09BA}, acked 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2!
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1125, 127.0.0.1:8205] send request
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1125, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1125, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32266], CON-POST   MID=32266, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1125, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-3C01AFBB539AED4D], CON-POST   MID=32266, Token=3C01AFBB539AED4D, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1
06:50:38.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32266], KeyToken[127.0.0.1:8205-3C01AFBB539AED4D]]
06:50:38.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,125,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32266, Token=3C01AFBB539AED4D, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1]
06:50:38.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32266]
06:50:38.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, 127.0.0.1:8202] replace CON-POST   MID=32266, Token=3C01AFBB539AED4D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32266, Token=3C01AFBB539AED4D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1126, 127.0.0.1:8202] send response NON-2.05   MID=32266, Token=null, OptionSet={}, "server responds hi"
06:50:38.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, 127.0.0.1:8202, complete]!
06:50:38.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1126, 127.0.0.1:8202, complete] completed NON-2.04   MID=32266, Token=3C01AFBB539AED4D, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60!
06:50:38.555 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,126,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32266, Token=3C01AFBB539AED4D, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60]
06:50:38.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32266]
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125, 127.0.0.1:8205, complete]!
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1125, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-3C01AFBB539AED4D]
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1125, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32266]
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1125, 127.0.0.1:8205, complete] completed CON-POST   MID=32266, Token=3C01AFBB539AED4D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32266, Token=3C01AFBB539AED4D, OptionSet={"Object-Security":0x09BB}, acked 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1!
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1127, 127.0.0.1:8205] send request
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1127, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1127, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32267], CON-POST   MID=32267, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1127, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8CC214A2535CCCC4], CON-POST   MID=32267, Token=8CC214A2535CCCC4, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63
06:50:38.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32267], KeyToken[127.0.0.1:8205-8CC214A2535CCCC4]]
06:50:38.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,127,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32267, Token=8CC214A2535CCCC4, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63]
06:50:38.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32267]
06:50:38.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, 127.0.0.1:8202] replace CON-POST   MID=32267, Token=8CC214A2535CCCC4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32267, Token=8CC214A2535CCCC4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1128, 127.0.0.1:8202] send response NON-2.05   MID=32267, Token=null, OptionSet={}, "server responds hi"
06:50:38.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, 127.0.0.1:8202, complete]!
06:50:38.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1128, 127.0.0.1:8202, complete] completed NON-2.04   MID=32267, Token=8CC214A2535CCCC4, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27!
06:50:38.556 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,128,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32267, Token=8CC214A2535CCCC4, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27]
06:50:38.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32267]
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127, 127.0.0.1:8205, complete]!
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1127, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8CC214A2535CCCC4]
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1127, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32267]
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1127, 127.0.0.1:8205, complete] completed CON-POST   MID=32267, Token=8CC214A2535CCCC4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32267, Token=8CC214A2535CCCC4, OptionSet={"Object-Security":0x09BC}, acked 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63!
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1129, 127.0.0.1:8205] send request
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1129, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1129, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32268], CON-POST   MID=32268, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1129, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8C4BDEE2FF9F3FDE], CON-POST   MID=32268, Token=8C4BDEE2FF9F3FDE, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7
06:50:38.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32268], KeyToken[127.0.0.1:8205-8C4BDEE2FF9F3FDE]]
06:50:38.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,129,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32268, Token=8C4BDEE2FF9F3FDE, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7]
06:50:38.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32268]
06:50:38.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, 127.0.0.1:8202] replace CON-POST   MID=32268, Token=8C4BDEE2FF9F3FDE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32268, Token=8C4BDEE2FF9F3FDE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1130, 127.0.0.1:8202] send response NON-2.05   MID=32268, Token=null, OptionSet={}, "server responds hi"
06:50:38.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, 127.0.0.1:8202, complete]!
06:50:38.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1130, 127.0.0.1:8202, complete] completed NON-2.04   MID=32268, Token=8C4BDEE2FF9F3FDE, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9!
06:50:38.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,130,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32268, Token=8C4BDEE2FF9F3FDE, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9]
06:50:38.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32268]
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129, 127.0.0.1:8205, complete]!
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1129, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8C4BDEE2FF9F3FDE]
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1129, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32268]
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1129, 127.0.0.1:8205, complete] completed CON-POST   MID=32268, Token=8C4BDEE2FF9F3FDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32268, Token=8C4BDEE2FF9F3FDE, OptionSet={"Object-Security":0x09BD}, acked 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7!
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1131, 127.0.0.1:8205] send request
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1131, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1131, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32269], CON-POST   MID=32269, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1131, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F8C61DD30808C253], CON-POST   MID=32269, Token=F8C61DD30808C253, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4
06:50:38.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32269], KeyToken[127.0.0.1:8205-F8C61DD30808C253]]
06:50:38.557 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,131,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32269, Token=F8C61DD30808C253, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4]
06:50:38.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32269]
06:50:38.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, 127.0.0.1:8202] replace CON-POST   MID=32269, Token=F8C61DD30808C253, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32269, Token=F8C61DD30808C253, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1132, 127.0.0.1:8202] send response NON-2.05   MID=32269, Token=null, OptionSet={}, "server responds hi"
06:50:38.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, 127.0.0.1:8202, complete]!
06:50:38.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1132, 127.0.0.1:8202, complete] completed NON-2.04   MID=32269, Token=F8C61DD30808C253, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0!
06:50:38.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:8202
06:50:38.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,132,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32269, Token=F8C61DD30808C253, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0]
06:50:38.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32269]
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131, 127.0.0.1:8205, complete]!
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1131, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F8C61DD30808C253]
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1131, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32269]
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1131, 127.0.0.1:8205, complete] completed CON-POST   MID=32269, Token=F8C61DD30808C253, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32269, Token=F8C61DD30808C253, OptionSet={"Object-Security":0x09BE}, acked 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4!
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1133, 127.0.0.1:8205] send request
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1133, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1133, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32270], CON-POST   MID=32270, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1133, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0C925C1D1C449703], CON-POST   MID=32270, Token=0C925C1D1C449703, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39
06:50:38.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32270], KeyToken[127.0.0.1:8205-0C925C1D1C449703]]
06:50:38.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,133,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32270, Token=0C925C1D1C449703, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39]
06:50:38.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32270]
06:50:38.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, 127.0.0.1:8202] replace CON-POST   MID=32270, Token=0C925C1D1C449703, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32270, Token=0C925C1D1C449703, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1134, 127.0.0.1:8202] send response NON-2.05   MID=32270, Token=null, OptionSet={}, "server responds hi"
06:50:38.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, 127.0.0.1:8202, complete]!
06:50:38.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1134, 127.0.0.1:8202, complete] completed NON-2.04   MID=32270, Token=0C925C1D1C449703, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E!
06:50:38.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,134,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32270, Token=0C925C1D1C449703, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E]
06:50:38.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32270]
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133, 127.0.0.1:8205, complete]!
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1133, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0C925C1D1C449703]
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1133, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32270]
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1133, 127.0.0.1:8205, complete] completed CON-POST   MID=32270, Token=0C925C1D1C449703, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32270, Token=0C925C1D1C449703, OptionSet={"Object-Security":0x09BF}, acked 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39!
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1135, 127.0.0.1:8205] send request
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1135, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1135, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32271], CON-POST   MID=32271, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1135, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-3C2756D4288730F3], CON-POST   MID=32271, Token=3C2756D4288730F3, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF
06:50:38.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32271], KeyToken[127.0.0.1:8205-3C2756D4288730F3]]
06:50:38.559 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,135,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32271, Token=3C2756D4288730F3, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF]
06:50:38.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32271]
06:50:38.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, 127.0.0.1:8202] replace CON-POST   MID=32271, Token=3C2756D4288730F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32271, Token=3C2756D4288730F3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1136, 127.0.0.1:8202] send response NON-2.05   MID=32271, Token=null, OptionSet={}, "server responds hi"
06:50:38.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, 127.0.0.1:8202, complete]!
06:50:38.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1136, 127.0.0.1:8202, complete] completed NON-2.04   MID=32271, Token=3C2756D4288730F3, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21!
06:50:38.560 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,136,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32271, Token=3C2756D4288730F3, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21]
06:50:38.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32271]
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135, 127.0.0.1:8205, complete]!
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1135, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-3C2756D4288730F3]
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1135, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32271]
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1135, 127.0.0.1:8205, complete] completed CON-POST   MID=32271, Token=3C2756D4288730F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32271, Token=3C2756D4288730F3, OptionSet={"Object-Security":0x09C0}, acked A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF!
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1137, 127.0.0.1:8205] send request
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1137, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34
06:50:38.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1137, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32272], CON-POST   MID=32272, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34
06:50:38.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1137, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-785D43C942CD8E49], CON-POST   MID=32272, Token=785D43C942CD8E49, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34
06:50:38.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32272], KeyToken[127.0.0.1:8205-785D43C942CD8E49]]
06:50:38.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,137,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32272, Token=785D43C942CD8E49, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34]
06:50:38.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32272]
06:50:38.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, 127.0.0.1:8202] replace CON-POST   MID=32272, Token=785D43C942CD8E49, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32272, Token=785D43C942CD8E49, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1138, 127.0.0.1:8202] send response NON-2.05   MID=32272, Token=null, OptionSet={}, "server responds hi"
06:50:38.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, 127.0.0.1:8202, complete]!
06:50:38.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1138, 127.0.0.1:8202, complete] completed NON-2.04   MID=32272, Token=785D43C942CD8E49, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E!
06:50:38.561 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,138,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32272, Token=785D43C942CD8E49, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E]
06:50:38.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32272]
06:50:38.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137, 127.0.0.1:8205, complete]!
06:50:38.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1137, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-785D43C942CD8E49]
06:50:38.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1137, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32272]
06:50:38.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1137, 127.0.0.1:8205, complete] completed CON-POST   MID=32272, Token=785D43C942CD8E49, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32272, Token=785D43C942CD8E49, OptionSet={"Object-Security":0x09C1}, acked 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34!
06:50:38.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1139, 127.0.0.1:8205] send request
06:50:38.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1139, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B
06:50:38.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1139, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32273], CON-POST   MID=32273, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B
06:50:38.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1139, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-80FDD7F3B074F8C4], CON-POST   MID=32273, Token=80FDD7F3B074F8C4, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B
06:50:38.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32273], KeyToken[127.0.0.1:8205-80FDD7F3B074F8C4]]
06:50:38.562 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,139,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32273, Token=80FDD7F3B074F8C4, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B]
06:50:38.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32273]
06:50:38.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, 127.0.0.1:8202] replace CON-POST   MID=32273, Token=80FDD7F3B074F8C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32273, Token=80FDD7F3B074F8C4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1140, 127.0.0.1:8202] send response NON-2.05   MID=32273, Token=null, OptionSet={}, "server responds hi"
06:50:38.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, 127.0.0.1:8202, complete]!
06:50:38.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1140, 127.0.0.1:8202, complete] completed NON-2.04   MID=32273, Token=80FDD7F3B074F8C4, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C!
06:50:38.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,140,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32273, Token=80FDD7F3B074F8C4, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C]
06:50:38.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32273]
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139, 127.0.0.1:8205, complete]!
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1139, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-80FDD7F3B074F8C4]
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1139, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32273]
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1139, 127.0.0.1:8205, complete] completed CON-POST   MID=32273, Token=80FDD7F3B074F8C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32273, Token=80FDD7F3B074F8C4, OptionSet={"Object-Security":0x09C2}, acked BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B!
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1141, 127.0.0.1:8205] send request
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1141, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1141, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32274], CON-POST   MID=32274, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1141, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CC27B3C5757A0FD2], CON-POST   MID=32274, Token=CC27B3C5757A0FD2, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A
06:50:38.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32274], KeyToken[127.0.0.1:8205-CC27B3C5757A0FD2]]
06:50:38.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,141,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32274, Token=CC27B3C5757A0FD2, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A]
06:50:38.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32274]
06:50:38.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, 127.0.0.1:8202] replace CON-POST   MID=32274, Token=CC27B3C5757A0FD2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32274, Token=CC27B3C5757A0FD2, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1142, 127.0.0.1:8202] send response NON-2.05   MID=32274, Token=null, OptionSet={}, "server responds hi"
06:50:38.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, 127.0.0.1:8202, complete]!
06:50:38.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1142, 127.0.0.1:8202, complete] completed NON-2.04   MID=32274, Token=CC27B3C5757A0FD2, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6!
06:50:38.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,142,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32274, Token=CC27B3C5757A0FD2, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6]
06:50:38.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32274]
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141, 127.0.0.1:8205, complete]!
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1141, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CC27B3C5757A0FD2]
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1141, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32274]
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1141, 127.0.0.1:8205, complete] completed CON-POST   MID=32274, Token=CC27B3C5757A0FD2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32274, Token=CC27B3C5757A0FD2, OptionSet={"Object-Security":0x09C3}, acked 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A!
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1143, 127.0.0.1:8205] send request
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1143, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1143, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32275], CON-POST   MID=32275, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1143, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-10A69D2B0DDB54FE], CON-POST   MID=32275, Token=10A69D2B0DDB54FE, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37
06:50:38.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32275], KeyToken[127.0.0.1:8205-10A69D2B0DDB54FE]]
06:50:38.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,143,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32275, Token=10A69D2B0DDB54FE, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37]
06:50:38.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32275]
06:50:38.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, 127.0.0.1:8202] replace CON-POST   MID=32275, Token=10A69D2B0DDB54FE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32275, Token=10A69D2B0DDB54FE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1144, 127.0.0.1:8202] send response NON-2.05   MID=32275, Token=null, OptionSet={}, "server responds hi"
06:50:38.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, 127.0.0.1:8202, complete]!
06:50:38.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1144, 127.0.0.1:8202, complete] completed NON-2.04   MID=32275, Token=10A69D2B0DDB54FE, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57!
06:50:38.565 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,144,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32275, Token=10A69D2B0DDB54FE, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57]
06:50:38.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32275]
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143, 127.0.0.1:8205, complete]!
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1143, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-10A69D2B0DDB54FE]
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1143, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32275]
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1143, 127.0.0.1:8205, complete] completed CON-POST   MID=32275, Token=10A69D2B0DDB54FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32275, Token=10A69D2B0DDB54FE, OptionSet={"Object-Security":0x09C4}, acked 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37!
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1145, 127.0.0.1:8205] send request
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1145, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1145, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32276], CON-POST   MID=32276, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1145, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8886C32C03D167A3], CON-POST   MID=32276, Token=8886C32C03D167A3, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A
06:50:38.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32276], KeyToken[127.0.0.1:8205-8886C32C03D167A3]]
06:50:38.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,145,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32276, Token=8886C32C03D167A3, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A]
06:50:38.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32276]
06:50:38.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, 127.0.0.1:8202] replace CON-POST   MID=32276, Token=8886C32C03D167A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32276, Token=8886C32C03D167A3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1146, 127.0.0.1:8202] send response NON-2.05   MID=32276, Token=null, OptionSet={}, "server responds hi"
06:50:38.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, 127.0.0.1:8202, complete]!
06:50:38.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1146, 127.0.0.1:8202, complete] completed NON-2.04   MID=32276, Token=8886C32C03D167A3, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5!
06:50:38.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,146,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32276, Token=8886C32C03D167A3, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5]
06:50:38.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32276]
06:50:38.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145, 127.0.0.1:8205, complete]!
06:50:38.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1145, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8886C32C03D167A3]
06:50:38.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1145, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32276]
06:50:38.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1145, 127.0.0.1:8205, complete] completed CON-POST   MID=32276, Token=8886C32C03D167A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32276, Token=8886C32C03D167A3, OptionSet={"Object-Security":0x09C5}, acked 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A!
06:50:38.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1147, 127.0.0.1:8205] send request
06:50:38.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1147, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA
06:50:38.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1147, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32277], CON-POST   MID=32277, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA
06:50:38.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1147, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A01469F6F84DDE92], CON-POST   MID=32277, Token=A01469F6F84DDE92, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA
06:50:38.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32277], KeyToken[127.0.0.1:8205-A01469F6F84DDE92]]
06:50:38.567 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,147,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32277, Token=A01469F6F84DDE92, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA]
06:50:38.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32277]
06:50:38.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, 127.0.0.1:8202] replace CON-POST   MID=32277, Token=A01469F6F84DDE92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32277, Token=A01469F6F84DDE92, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1148, 127.0.0.1:8202] send response NON-2.05   MID=32277, Token=null, OptionSet={}, "server responds hi"
06:50:38.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, 127.0.0.1:8202, complete]!
06:50:38.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1148, 127.0.0.1:8202, complete] completed NON-2.04   MID=32277, Token=A01469F6F84DDE92, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12!
06:50:38.567 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,148,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32277, Token=A01469F6F84DDE92, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12]
06:50:38.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32277]
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147, 127.0.0.1:8205, complete]!
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1147, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A01469F6F84DDE92]
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1147, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32277]
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1147, 127.0.0.1:8205, complete] completed CON-POST   MID=32277, Token=A01469F6F84DDE92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32277, Token=A01469F6F84DDE92, OptionSet={"Object-Security":0x09C6}, acked 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA!
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1149, 127.0.0.1:8205] send request
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1149, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1149, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32278], CON-POST   MID=32278, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1149, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5C025A77F0FF4C36], CON-POST   MID=32278, Token=5C025A77F0FF4C36, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02
06:50:38.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32278], KeyToken[127.0.0.1:8205-5C025A77F0FF4C36]]
06:50:38.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,149,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32278, Token=5C025A77F0FF4C36, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02]
06:50:38.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32278]
06:50:38.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, 127.0.0.1:8202] replace CON-POST   MID=32278, Token=5C025A77F0FF4C36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32278, Token=5C025A77F0FF4C36, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1150, 127.0.0.1:8202] send response NON-2.05   MID=32278, Token=null, OptionSet={}, "server responds hi"
06:50:38.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, 127.0.0.1:8202, complete]!
06:50:38.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1150, 127.0.0.1:8202, complete] completed NON-2.04   MID=32278, Token=5C025A77F0FF4C36, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC!
06:50:38.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:8202
06:50:38.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,150,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32278, Token=5C025A77F0FF4C36, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC]
06:50:38.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32278]
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149, 127.0.0.1:8205, complete]!
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1149, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5C025A77F0FF4C36]
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1149, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32278]
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1149, 127.0.0.1:8205, complete] completed CON-POST   MID=32278, Token=5C025A77F0FF4C36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32278, Token=5C025A77F0FF4C36, OptionSet={"Object-Security":0x09C7}, acked 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02!
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1151, 127.0.0.1:8205] send request
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1151, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1151, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32279], CON-POST   MID=32279, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1151, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-60294A26A4932E38], CON-POST   MID=32279, Token=60294A26A4932E38, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C
06:50:38.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32279], KeyToken[127.0.0.1:8205-60294A26A4932E38]]
06:50:38.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:8205
06:50:38.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,151,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32279, Token=60294A26A4932E38, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C]
06:50:38.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32279]
06:50:38.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, 127.0.0.1:8202] replace CON-POST   MID=32279, Token=60294A26A4932E38, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32279, Token=60294A26A4932E38, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1152, 127.0.0.1:8202] send response NON-2.05   MID=32279, Token=null, OptionSet={}, "server responds hi"
06:50:38.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, 127.0.0.1:8202, complete]!
06:50:38.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1152, 127.0.0.1:8202, complete] completed NON-2.04   MID=32279, Token=60294A26A4932E38, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4!
06:50:38.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,152,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32279, Token=60294A26A4932E38, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4]
06:50:38.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32279]
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151, 127.0.0.1:8205, complete]!
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1151, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-60294A26A4932E38]
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1151, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32279]
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1151, 127.0.0.1:8205, complete] completed CON-POST   MID=32279, Token=60294A26A4932E38, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32279, Token=60294A26A4932E38, OptionSet={"Object-Security":0x09C8}, acked 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C!
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1153, 127.0.0.1:8205] send request
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1153, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1153, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32280], CON-POST   MID=32280, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1153, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C8F3B3FAC3CEE41E], CON-POST   MID=32280, Token=C8F3B3FAC3CEE41E, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB
06:50:38.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32280], KeyToken[127.0.0.1:8205-C8F3B3FAC3CEE41E]]
06:50:38.570 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,153,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32280, Token=C8F3B3FAC3CEE41E, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB]
06:50:38.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32280]
06:50:38.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, 127.0.0.1:8202] replace CON-POST   MID=32280, Token=C8F3B3FAC3CEE41E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32280, Token=C8F3B3FAC3CEE41E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1154, 127.0.0.1:8202] send response NON-2.05   MID=32280, Token=null, OptionSet={}, "server responds hi"
06:50:38.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, 127.0.0.1:8202, complete]!
06:50:38.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1154, 127.0.0.1:8202, complete] completed NON-2.04   MID=32280, Token=C8F3B3FAC3CEE41E, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47!
06:50:38.571 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,154,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32280, Token=C8F3B3FAC3CEE41E, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47]
06:50:38.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32280]
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153, 127.0.0.1:8205, complete]!
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1153, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C8F3B3FAC3CEE41E]
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1153, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32280]
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1153, 127.0.0.1:8205, complete] completed CON-POST   MID=32280, Token=C8F3B3FAC3CEE41E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32280, Token=C8F3B3FAC3CEE41E, OptionSet={"Object-Security":0x09C9}, acked 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB!
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1155, 127.0.0.1:8205] send request
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1155, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1155, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32281], CON-POST   MID=32281, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1155, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-00135B6542AC45DE], CON-POST   MID=32281, Token=00135B6542AC45DE, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE
06:50:38.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32281], KeyToken[127.0.0.1:8205-00135B6542AC45DE]]
06:50:38.572 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,155,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32281, Token=00135B6542AC45DE, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE]
06:50:38.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32281]
06:50:38.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, 127.0.0.1:8202] replace CON-POST   MID=32281, Token=00135B6542AC45DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32281, Token=00135B6542AC45DE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1156, 127.0.0.1:8202] send response NON-2.05   MID=32281, Token=null, OptionSet={}, "server responds hi"
06:50:38.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, 127.0.0.1:8202, complete]!
06:50:38.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1156, 127.0.0.1:8202, complete] completed NON-2.04   MID=32281, Token=00135B6542AC45DE, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79!
06:50:38.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,156,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32281, Token=00135B6542AC45DE, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79]
06:50:38.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32281]
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155, 127.0.0.1:8205, complete]!
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1155, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-00135B6542AC45DE]
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1155, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32281]
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1155, 127.0.0.1:8205, complete] completed CON-POST   MID=32281, Token=00135B6542AC45DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32281, Token=00135B6542AC45DE, OptionSet={"Object-Security":0x09CA}, acked 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE!
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1157, 127.0.0.1:8205] send request
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1157, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1157, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32282], CON-POST   MID=32282, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1157, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-1879322B0D3BD87C], CON-POST   MID=32282, Token=1879322B0D3BD87C, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD
06:50:38.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32282], KeyToken[127.0.0.1:8205-1879322B0D3BD87C]]
06:50:38.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,157,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32282, Token=1879322B0D3BD87C, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD]
06:50:38.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32282]
06:50:38.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, 127.0.0.1:8202] replace CON-POST   MID=32282, Token=1879322B0D3BD87C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32282, Token=1879322B0D3BD87C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1158, 127.0.0.1:8202] send response NON-2.05   MID=32282, Token=null, OptionSet={}, "server responds hi"
06:50:38.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, 127.0.0.1:8202, complete]!
06:50:38.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1158, 127.0.0.1:8202, complete] completed NON-2.04   MID=32282, Token=1879322B0D3BD87C, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0!
06:50:38.573 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,158,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32282, Token=1879322B0D3BD87C, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0]
06:50:38.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32282]
06:50:38.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157, 127.0.0.1:8205, complete]!
06:50:38.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1157, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-1879322B0D3BD87C]
06:50:38.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1157, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32282]
06:50:38.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1157, 127.0.0.1:8205, complete] completed CON-POST   MID=32282, Token=1879322B0D3BD87C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32282, Token=1879322B0D3BD87C, OptionSet={"Object-Security":0x09CB}, acked 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD!
06:50:38.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1159, 127.0.0.1:8205] send request
06:50:38.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1159, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1159, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32283], CON-POST   MID=32283, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1159, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-388BAE201E06EA58], CON-POST   MID=32283, Token=388BAE201E06EA58, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32283], KeyToken[127.0.0.1:8205-388BAE201E06EA58]]
06:50:38.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,159,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32283, Token=388BAE201E06EA58, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC]
06:50:38.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32283]
06:50:38.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, 127.0.0.1:8202] replace CON-POST   MID=32283, Token=388BAE201E06EA58, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32283, Token=388BAE201E06EA58, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1160, 127.0.0.1:8202] send response NON-2.05   MID=32283, Token=null, OptionSet={}, "server responds hi"
06:50:38.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, 127.0.0.1:8202, complete]!
06:50:38.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1160, 127.0.0.1:8202, complete] completed NON-2.04   MID=32283, Token=388BAE201E06EA58, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD!
06:50:38.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,160,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32283, Token=388BAE201E06EA58, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD]
06:50:38.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32283]
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159, 127.0.0.1:8205, complete]!
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1159, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-388BAE201E06EA58]
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1159, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32283]
06:50:38.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1159, 127.0.0.1:8205, complete] completed CON-POST   MID=32283, Token=388BAE201E06EA58, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32283, Token=388BAE201E06EA58, OptionSet={"Object-Security":0x09CC}, acked C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC!
06:50:38.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1161, 127.0.0.1:8205] send request
06:50:38.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1161, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40
06:50:38.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1161, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32284], CON-POST   MID=32284, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40
06:50:38.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1161, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-AC1B45F90D5429F9], CON-POST   MID=32284, Token=AC1B45F90D5429F9, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40
06:50:38.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32284], KeyToken[127.0.0.1:8205-AC1B45F90D5429F9]]
06:50:38.575 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,161,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32284, Token=AC1B45F90D5429F9, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40]
06:50:38.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32284]
06:50:38.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, 127.0.0.1:8202] replace CON-POST   MID=32284, Token=AC1B45F90D5429F9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32284, Token=AC1B45F90D5429F9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1162, 127.0.0.1:8202] send response NON-2.05   MID=32284, Token=null, OptionSet={}, "server responds hi"
06:50:38.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, 127.0.0.1:8202, complete]!
06:50:38.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1162, 127.0.0.1:8202, complete] completed NON-2.04   MID=32284, Token=AC1B45F90D5429F9, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F!
06:50:38.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,162,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32284, Token=AC1B45F90D5429F9, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F]
06:50:38.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32284]
06:50:38.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161, 127.0.0.1:8205, complete]!
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1161, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-AC1B45F90D5429F9]
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1161, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32284]
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1161, 127.0.0.1:8205, complete] completed CON-POST   MID=32284, Token=AC1B45F90D5429F9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32284, Token=AC1B45F90D5429F9, OptionSet={"Object-Security":0x09CD}, acked 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40!
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1163, 127.0.0.1:8205] send request
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1163, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1163, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32285], CON-POST   MID=32285, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1163, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-20CA6D5D96C1C6B1], CON-POST   MID=32285, Token=20CA6D5D96C1C6B1, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48
06:50:38.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32285], KeyToken[127.0.0.1:8205-20CA6D5D96C1C6B1]]
06:50:38.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,163,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32285, Token=20CA6D5D96C1C6B1, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48]
06:50:38.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32285]
06:50:38.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, 127.0.0.1:8202] replace CON-POST   MID=32285, Token=20CA6D5D96C1C6B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32285, Token=20CA6D5D96C1C6B1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1164, 127.0.0.1:8202] send response NON-2.05   MID=32285, Token=null, OptionSet={}, "server responds hi"
06:50:38.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, 127.0.0.1:8202, complete]!
06:50:38.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1164, 127.0.0.1:8202, complete] completed NON-2.04   MID=32285, Token=20CA6D5D96C1C6B1, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46!
06:50:38.576 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,164,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32285, Token=20CA6D5D96C1C6B1, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46]
06:50:38.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32285]
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163, 127.0.0.1:8205, complete]!
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1163, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-20CA6D5D96C1C6B1]
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1163, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32285]
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1163, 127.0.0.1:8205, complete] completed CON-POST   MID=32285, Token=20CA6D5D96C1C6B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32285, Token=20CA6D5D96C1C6B1, OptionSet={"Object-Security":0x09CE}, acked 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48!
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1165, 127.0.0.1:8205] send request
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1165, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1165, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32286], CON-POST   MID=32286, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1165, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CC3CA2C7258D4F22], CON-POST   MID=32286, Token=CC3CA2C7258D4F22, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5
06:50:38.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32286], KeyToken[127.0.0.1:8205-CC3CA2C7258D4F22]]
06:50:38.577 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,165,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32286, Token=CC3CA2C7258D4F22, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5]
06:50:38.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32286]
06:50:38.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, 127.0.0.1:8202] replace CON-POST   MID=32286, Token=CC3CA2C7258D4F22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32286, Token=CC3CA2C7258D4F22, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1166, 127.0.0.1:8202] send response NON-2.05   MID=32286, Token=null, OptionSet={}, "server responds hi"
06:50:38.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, 127.0.0.1:8202, complete]!
06:50:38.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1166, 127.0.0.1:8202, complete] completed NON-2.04   MID=32286, Token=CC3CA2C7258D4F22, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71!
06:50:38.578 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,166,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32286, Token=CC3CA2C7258D4F22, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71]
06:50:38.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32286]
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165, 127.0.0.1:8205, complete]!
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1165, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CC3CA2C7258D4F22]
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1165, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32286]
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1165, 127.0.0.1:8205, complete] completed CON-POST   MID=32286, Token=CC3CA2C7258D4F22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32286, Token=CC3CA2C7258D4F22, OptionSet={"Object-Security":0x09CF}, acked 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5!
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1167, 127.0.0.1:8205] send request
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1167, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1167, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32287], CON-POST   MID=32287, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1167, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C89CCEEF10C14993], CON-POST   MID=32287, Token=C89CCEEF10C14993, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5
06:50:38.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32287], KeyToken[127.0.0.1:8205-C89CCEEF10C14993]]
06:50:38.579 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,167,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32287, Token=C89CCEEF10C14993, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5]
06:50:38.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32287]
06:50:38.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, 127.0.0.1:8202] replace CON-POST   MID=32287, Token=C89CCEEF10C14993, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32287, Token=C89CCEEF10C14993, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1168, 127.0.0.1:8202] send response NON-2.05   MID=32287, Token=null, OptionSet={}, "server responds hi"
06:50:38.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, 127.0.0.1:8202, complete]!
06:50:38.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1168, 127.0.0.1:8202, complete] completed NON-2.04   MID=32287, Token=C89CCEEF10C14993, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8!
06:50:38.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,168,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32287, Token=C89CCEEF10C14993, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8]
06:50:38.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32287]
06:50:38.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167, 127.0.0.1:8205, complete]!
06:50:38.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1167, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C89CCEEF10C14993]
06:50:38.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1167, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32287]
06:50:38.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1167, 127.0.0.1:8205, complete] completed CON-POST   MID=32287, Token=C89CCEEF10C14993, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32287, Token=C89CCEEF10C14993, OptionSet={"Object-Security":0x09D0}, acked 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5!
06:50:38.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1169, 127.0.0.1:8205] send request
06:50:38.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1169, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16
06:50:38.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1169, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32288], CON-POST   MID=32288, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16
06:50:38.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1169, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E4AA41B1ED956A46], CON-POST   MID=32288, Token=E4AA41B1ED956A46, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16
06:50:38.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32288], KeyToken[127.0.0.1:8205-E4AA41B1ED956A46]]
06:50:38.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,169,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32288, Token=E4AA41B1ED956A46, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16]
06:50:38.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32288]
06:50:38.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, 127.0.0.1:8202] replace CON-POST   MID=32288, Token=E4AA41B1ED956A46, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32288, Token=E4AA41B1ED956A46, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1170, 127.0.0.1:8202] send response NON-2.05   MID=32288, Token=null, OptionSet={}, "server responds hi"
06:50:38.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, 127.0.0.1:8202, complete]!
06:50:38.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1170, 127.0.0.1:8202, complete] completed NON-2.04   MID=32288, Token=E4AA41B1ED956A46, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9!
06:50:38.580 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,170,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32288, Token=E4AA41B1ED956A46, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9]
06:50:38.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32288]
06:50:38.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169, 127.0.0.1:8205, complete]!
06:50:38.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1169, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E4AA41B1ED956A46]
06:50:38.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1169, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32288]
06:50:38.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1169, 127.0.0.1:8205, complete] completed CON-POST   MID=32288, Token=E4AA41B1ED956A46, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32288, Token=E4AA41B1ED956A46, OptionSet={"Object-Security":0x09D1}, acked BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16!
06:50:38.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1171, 127.0.0.1:8205] send request
06:50:38.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1171, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1
06:50:38.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1171, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32289], CON-POST   MID=32289, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1
06:50:38.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1171, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-FCCD080875BC23D9], CON-POST   MID=32289, Token=FCCD080875BC23D9, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1
06:50:38.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32289], KeyToken[127.0.0.1:8205-FCCD080875BC23D9]]
06:50:38.581 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,171,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32289, Token=FCCD080875BC23D9, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1]
06:50:38.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32289]
06:50:38.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, 127.0.0.1:8202] replace CON-POST   MID=32289, Token=FCCD080875BC23D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32289, Token=FCCD080875BC23D9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1172, 127.0.0.1:8202] send response NON-2.05   MID=32289, Token=null, OptionSet={}, "server responds hi"
06:50:38.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, 127.0.0.1:8202, complete]!
06:50:38.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1172, 127.0.0.1:8202, complete] completed NON-2.04   MID=32289, Token=FCCD080875BC23D9, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9!
06:50:38.582 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,172,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32289, Token=FCCD080875BC23D9, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9]
06:50:38.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32289]
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171, 127.0.0.1:8205, complete]!
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1171, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-FCCD080875BC23D9]
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1171, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32289]
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1171, 127.0.0.1:8205, complete] completed CON-POST   MID=32289, Token=FCCD080875BC23D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32289, Token=FCCD080875BC23D9, OptionSet={"Object-Security":0x09D2}, acked 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1!
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1173, 127.0.0.1:8205] send request
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1173, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1173, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32290], CON-POST   MID=32290, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1173, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A813AE354C9ACBD5], CON-POST   MID=32290, Token=A813AE354C9ACBD5, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67
06:50:38.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32290], KeyToken[127.0.0.1:8205-A813AE354C9ACBD5]]
06:50:38.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,173,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32290, Token=A813AE354C9ACBD5, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67]
06:50:38.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32290]
06:50:38.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, 127.0.0.1:8202] replace CON-POST   MID=32290, Token=A813AE354C9ACBD5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32290, Token=A813AE354C9ACBD5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1174, 127.0.0.1:8202] send response NON-2.05   MID=32290, Token=null, OptionSet={}, "server responds hi"
06:50:38.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, 127.0.0.1:8202, complete]!
06:50:38.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1174, 127.0.0.1:8202, complete] completed NON-2.04   MID=32290, Token=A813AE354C9ACBD5, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8!
06:50:38.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,174,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32290, Token=A813AE354C9ACBD5, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8]
06:50:38.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32290]
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173, 127.0.0.1:8205, complete]!
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1173, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A813AE354C9ACBD5]
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1173, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32290]
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1173, 127.0.0.1:8205, complete] completed CON-POST   MID=32290, Token=A813AE354C9ACBD5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32290, Token=A813AE354C9ACBD5, OptionSet={"Object-Security":0x09D3}, acked 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67!
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1175, 127.0.0.1:8205] send request
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1175, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89
06:50:38.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1175, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32291], CON-POST   MID=32291, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89
06:50:38.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1175, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6CE044C471A7655D], CON-POST   MID=32291, Token=6CE044C471A7655D, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89
06:50:38.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32291], KeyToken[127.0.0.1:8205-6CE044C471A7655D]]
06:50:38.584 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,175,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32291, Token=6CE044C471A7655D, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89]
06:50:38.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32291]
06:50:38.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, 127.0.0.1:8202] replace CON-POST   MID=32291, Token=6CE044C471A7655D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32291, Token=6CE044C471A7655D, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1176, 127.0.0.1:8202] send response NON-2.05   MID=32291, Token=null, OptionSet={}, "server responds hi"
06:50:38.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, 127.0.0.1:8202, complete]!
06:50:38.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1176, 127.0.0.1:8202, complete] completed NON-2.04   MID=32291, Token=6CE044C471A7655D, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05!
06:50:38.584 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.584 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,176,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32291, Token=6CE044C471A7655D, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05]
06:50:38.584 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32291]
06:50:38.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175, 127.0.0.1:8205, complete]!
06:50:38.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1175, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6CE044C471A7655D]
06:50:38.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1175, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32291]
06:50:38.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1175, 127.0.0.1:8205, complete] completed CON-POST   MID=32291, Token=6CE044C471A7655D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32291, Token=6CE044C471A7655D, OptionSet={"Object-Security":0x09D4}, acked 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89!
06:50:38.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1177, 127.0.0.1:8205] send request
06:50:38.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1177, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE
06:50:38.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1177, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32292], CON-POST   MID=32292, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE
06:50:38.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1177, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-78A1E0724FA6B032], CON-POST   MID=32292, Token=78A1E0724FA6B032, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE
06:50:38.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32292], KeyToken[127.0.0.1:8205-78A1E0724FA6B032]]
06:50:38.585 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,177,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32292, Token=78A1E0724FA6B032, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE]
06:50:38.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32292]
06:50:38.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, 127.0.0.1:8202] replace CON-POST   MID=32292, Token=78A1E0724FA6B032, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32292, Token=78A1E0724FA6B032, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1178, 127.0.0.1:8202] send response NON-2.05   MID=32292, Token=null, OptionSet={}, "server responds hi"
06:50:38.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, 127.0.0.1:8202, complete]!
06:50:38.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1178, 127.0.0.1:8202, complete] completed NON-2.04   MID=32292, Token=78A1E0724FA6B032, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D!
06:50:38.586 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.586 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,178,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32292, Token=78A1E0724FA6B032, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D]
06:50:38.586 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32292]
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177, 127.0.0.1:8205, complete]!
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1177, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-78A1E0724FA6B032]
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1177, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32292]
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1177, 127.0.0.1:8205, complete] completed CON-POST   MID=32292, Token=78A1E0724FA6B032, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32292, Token=78A1E0724FA6B032, OptionSet={"Object-Security":0x09D5}, acked 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE!
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1179, 127.0.0.1:8205] send request
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1179, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1179, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32293], CON-POST   MID=32293, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1179, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-ECCA2C8AEF2FBE01], CON-POST   MID=32293, Token=ECCA2C8AEF2FBE01, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38
06:50:38.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32293], KeyToken[127.0.0.1:8205-ECCA2C8AEF2FBE01]]
06:50:38.587 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,179,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32293, Token=ECCA2C8AEF2FBE01, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38]
06:50:38.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32293]
06:50:38.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, 127.0.0.1:8202] replace CON-POST   MID=32293, Token=ECCA2C8AEF2FBE01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32293, Token=ECCA2C8AEF2FBE01, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1180, 127.0.0.1:8202] send response NON-2.05   MID=32293, Token=null, OptionSet={}, "server responds hi"
06:50:38.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, 127.0.0.1:8202, complete]!
06:50:38.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1180, 127.0.0.1:8202, complete] completed NON-2.04   MID=32293, Token=ECCA2C8AEF2FBE01, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86!
06:50:38.587 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,180,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32293, Token=ECCA2C8AEF2FBE01, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86]
06:50:38.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32293]
06:50:38.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179, 127.0.0.1:8205, complete]!
06:50:38.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1179, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-ECCA2C8AEF2FBE01]
06:50:38.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1179, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32293]
06:50:38.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1179, 127.0.0.1:8205, complete] completed CON-POST   MID=32293, Token=ECCA2C8AEF2FBE01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32293, Token=ECCA2C8AEF2FBE01, OptionSet={"Object-Security":0x09D6}, acked B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38!
06:50:38.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1181, 127.0.0.1:8205] send request
06:50:38.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1181, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4
06:50:38.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1181, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32294], CON-POST   MID=32294, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4
06:50:38.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1181, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2868EB55308A2CF5], CON-POST   MID=32294, Token=2868EB55308A2CF5, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4
06:50:38.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32294], KeyToken[127.0.0.1:8205-2868EB55308A2CF5]]
06:50:38.588 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,181,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32294, Token=2868EB55308A2CF5, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4]
06:50:38.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32294]
06:50:38.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, 127.0.0.1:8202] replace CON-POST   MID=32294, Token=2868EB55308A2CF5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32294, Token=2868EB55308A2CF5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1182, 127.0.0.1:8202] send response NON-2.05   MID=32294, Token=null, OptionSet={}, "server responds hi"
06:50:38.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, 127.0.0.1:8202, complete]!
06:50:38.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1182, 127.0.0.1:8202, complete] completed NON-2.04   MID=32294, Token=2868EB55308A2CF5, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3!
06:50:38.589 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,182,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32294, Token=2868EB55308A2CF5, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3]
06:50:38.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32294]
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181, 127.0.0.1:8205, complete]!
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1181, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2868EB55308A2CF5]
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1181, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32294]
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1181, 127.0.0.1:8205, complete] completed CON-POST   MID=32294, Token=2868EB55308A2CF5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32294, Token=2868EB55308A2CF5, OptionSet={"Object-Security":0x09D7}, acked 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4!
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1183, 127.0.0.1:8205] send request
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1183, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1183, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32295], CON-POST   MID=32295, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1183, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-846F82F65C69E1E3], CON-POST   MID=32295, Token=846F82F65C69E1E3, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F
06:50:38.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32295], KeyToken[127.0.0.1:8205-846F82F65C69E1E3]]
06:50:38.590 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,183,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32295, Token=846F82F65C69E1E3, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F]
06:50:38.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32295]
06:50:38.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, 127.0.0.1:8202] replace CON-POST   MID=32295, Token=846F82F65C69E1E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32295, Token=846F82F65C69E1E3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1184, 127.0.0.1:8202] send response NON-2.05   MID=32295, Token=null, OptionSet={}, "server responds hi"
06:50:38.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, 127.0.0.1:8202, complete]!
06:50:38.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1184, 127.0.0.1:8202, complete] completed NON-2.04   MID=32295, Token=846F82F65C69E1E3, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4!
06:50:38.590 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,184,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32295, Token=846F82F65C69E1E3, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4]
06:50:38.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32295]
06:50:38.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183, 127.0.0.1:8205, complete]!
06:50:38.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1183, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-846F82F65C69E1E3]
06:50:38.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1183, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32295]
06:50:38.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1183, 127.0.0.1:8205, complete] completed CON-POST   MID=32295, Token=846F82F65C69E1E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32295, Token=846F82F65C69E1E3, OptionSet={"Object-Security":0x09D8}, acked B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F!
06:50:38.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1185, 127.0.0.1:8205] send request
06:50:38.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1185, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1185, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32296], CON-POST   MID=32296, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1185, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7853A54C0EEDCB13], CON-POST   MID=32296, Token=7853A54C0EEDCB13, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32296], KeyToken[127.0.0.1:8205-7853A54C0EEDCB13]]
06:50:38.591 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,185,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32296, Token=7853A54C0EEDCB13, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6]
06:50:38.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32296]
06:50:38.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, 127.0.0.1:8202] replace CON-POST   MID=32296, Token=7853A54C0EEDCB13, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32296, Token=7853A54C0EEDCB13, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1186, 127.0.0.1:8202] send response NON-2.05   MID=32296, Token=null, OptionSet={}, "server responds hi"
06:50:38.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, 127.0.0.1:8202, complete]!
06:50:38.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1186, 127.0.0.1:8202, complete] completed NON-2.04   MID=32296, Token=7853A54C0EEDCB13, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B!
06:50:38.591 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,186,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32296, Token=7853A54C0EEDCB13, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B]
06:50:38.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32296]
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185, 127.0.0.1:8205, complete]!
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1185, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7853A54C0EEDCB13]
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1185, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32296]
06:50:38.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1185, 127.0.0.1:8205, complete] completed CON-POST   MID=32296, Token=7853A54C0EEDCB13, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32296, Token=7853A54C0EEDCB13, OptionSet={"Object-Security":0x09D9}, acked 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6!
06:50:38.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1187, 127.0.0.1:8205] send request
06:50:38.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1187, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64
06:50:38.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1187, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32297], CON-POST   MID=32297, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64
06:50:38.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1187, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A48F3DE4BE10E9BB], CON-POST   MID=32297, Token=A48F3DE4BE10E9BB, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64
06:50:38.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32297], KeyToken[127.0.0.1:8205-A48F3DE4BE10E9BB]]
06:50:38.592 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,187,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32297, Token=A48F3DE4BE10E9BB, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64]
06:50:38.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32297]
06:50:38.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, 127.0.0.1:8202] replace CON-POST   MID=32297, Token=A48F3DE4BE10E9BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32297, Token=A48F3DE4BE10E9BB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1188, 127.0.0.1:8202] send response NON-2.05   MID=32297, Token=null, OptionSet={}, "server responds hi"
06:50:38.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, 127.0.0.1:8202, complete]!
06:50:38.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1188, 127.0.0.1:8202, complete] completed NON-2.04   MID=32297, Token=A48F3DE4BE10E9BB, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0!
06:50:38.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:8202
06:50:38.646 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,188,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32297, Token=A48F3DE4BE10E9BB, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0]
06:50:38.646 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32297]
06:50:38.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187, 127.0.0.1:8205, complete]!
06:50:38.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1187, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A48F3DE4BE10E9BB]
06:50:38.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1187, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32297]
06:50:38.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1187, 127.0.0.1:8205, complete] completed CON-POST   MID=32297, Token=A48F3DE4BE10E9BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32297, Token=A48F3DE4BE10E9BB, OptionSet={"Object-Security":0x09DA}, acked B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64!
06:50:38.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1189, 127.0.0.1:8205] send request
06:50:38.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1189, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1
06:50:38.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1189, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32298], CON-POST   MID=32298, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1
06:50:38.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1189, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A8EB98A3008F5264], CON-POST   MID=32298, Token=A8EB98A3008F5264, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1
06:50:38.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32298], KeyToken[127.0.0.1:8205-A8EB98A3008F5264]]
06:50:38.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:8205
06:50:38.647 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,189,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32298, Token=A8EB98A3008F5264, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1]
06:50:38.647 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32298]
06:50:38.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, 127.0.0.1:8202] replace CON-POST   MID=32298, Token=A8EB98A3008F5264, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32298, Token=A8EB98A3008F5264, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1190, 127.0.0.1:8202] send response NON-2.05   MID=32298, Token=null, OptionSet={}, "server responds hi"
06:50:38.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, 127.0.0.1:8202, complete]!
06:50:38.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1190, 127.0.0.1:8202, complete] completed NON-2.04   MID=32298, Token=A8EB98A3008F5264, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8!
06:50:38.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:8202
06:50:38.648 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,190,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32298, Token=A8EB98A3008F5264, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8]
06:50:38.648 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32298]
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189, 127.0.0.1:8205, complete]!
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1189, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A8EB98A3008F5264]
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1189, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32298]
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1189, 127.0.0.1:8205, complete] completed CON-POST   MID=32298, Token=A8EB98A3008F5264, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32298, Token=A8EB98A3008F5264, OptionSet={"Object-Security":0x09DB}, acked 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1!
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1191, 127.0.0.1:8205] send request
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1191, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1191, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32299], CON-POST   MID=32299, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1191, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-609C77594C574831], CON-POST   MID=32299, Token=609C77594C574831, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3
06:50:38.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32299], KeyToken[127.0.0.1:8205-609C77594C574831]]
06:50:38.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:8205
06:50:38.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,191,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32299, Token=609C77594C574831, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3]
06:50:38.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32299]
06:50:38.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, 127.0.0.1:8202] replace CON-POST   MID=32299, Token=609C77594C574831, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32299, Token=609C77594C574831, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1192, 127.0.0.1:8202] send response NON-2.05   MID=32299, Token=null, OptionSet={}, "server responds hi"
06:50:38.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, 127.0.0.1:8202, complete]!
06:50:38.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1192, 127.0.0.1:8202, complete] completed NON-2.04   MID=32299, Token=609C77594C574831, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7!
06:50:38.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:8202
06:50:38.649 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,192,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32299, Token=609C77594C574831, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7]
06:50:38.649 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32299]
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191, 127.0.0.1:8205, complete]!
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1191, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-609C77594C574831]
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1191, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32299]
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1191, 127.0.0.1:8205, complete] completed CON-POST   MID=32299, Token=609C77594C574831, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32299, Token=609C77594C574831, OptionSet={"Object-Security":0x09DC}, acked D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3!
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1193, 127.0.0.1:8205] send request
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1193, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1193, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32300], CON-POST   MID=32300, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1193, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-700F1B929C829E84], CON-POST   MID=32300, Token=700F1B929C829E84, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55
06:50:38.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32300], KeyToken[127.0.0.1:8205-700F1B929C829E84]]
06:50:38.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:8205
06:50:38.650 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,193,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32300, Token=700F1B929C829E84, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55]
06:50:38.650 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32300]
06:50:38.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, 127.0.0.1:8202] replace CON-POST   MID=32300, Token=700F1B929C829E84, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32300, Token=700F1B929C829E84, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1194, 127.0.0.1:8202] send response NON-2.05   MID=32300, Token=null, OptionSet={}, "server responds hi"
06:50:38.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, 127.0.0.1:8202, complete]!
06:50:38.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1194, 127.0.0.1:8202, complete] completed NON-2.04   MID=32300, Token=700F1B929C829E84, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8!
06:50:38.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:8202
06:50:38.650 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,194,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32300, Token=700F1B929C829E84, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8]
06:50:38.650 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32300]
06:50:38.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193, 127.0.0.1:8205, complete]!
06:50:38.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1193, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-700F1B929C829E84]
06:50:38.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1193, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32300]
06:50:38.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1193, 127.0.0.1:8205, complete] completed CON-POST   MID=32300, Token=700F1B929C829E84, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32300, Token=700F1B929C829E84, OptionSet={"Object-Security":0x09DD}, acked F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55!
06:50:38.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1195, 127.0.0.1:8205] send request
06:50:38.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1195, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A
06:50:38.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1195, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32301], CON-POST   MID=32301, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A
06:50:38.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1195, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B040B15649916430], CON-POST   MID=32301, Token=B040B15649916430, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A
06:50:38.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32301], KeyToken[127.0.0.1:8205-B040B15649916430]]
06:50:38.651 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,195,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32301, Token=B040B15649916430, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A]
06:50:38.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32301]
06:50:38.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, 127.0.0.1:8202] replace CON-POST   MID=32301, Token=B040B15649916430, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32301, Token=B040B15649916430, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1196, 127.0.0.1:8202] send response NON-2.05   MID=32301, Token=null, OptionSet={}, "server responds hi"
06:50:38.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, 127.0.0.1:8202, complete]!
06:50:38.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1196, 127.0.0.1:8202, complete] completed NON-2.04   MID=32301, Token=B040B15649916430, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4!
06:50:38.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:8202
06:50:38.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,196,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32301, Token=B040B15649916430, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4]
06:50:38.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32301]
06:50:38.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195, 127.0.0.1:8205, complete]!
06:50:38.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1195, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B040B15649916430]
06:50:38.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1195, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32301]
06:50:38.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1195, 127.0.0.1:8205, complete] completed CON-POST   MID=32301, Token=B040B15649916430, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32301, Token=B040B15649916430, OptionSet={"Object-Security":0x09DE}, acked 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A!
06:50:38.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1197, 127.0.0.1:8205] send request
06:50:38.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1197, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7
06:50:38.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1197, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32302], CON-POST   MID=32302, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7
06:50:38.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1197, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-34D277269D658E65], CON-POST   MID=32302, Token=34D277269D658E65, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7
06:50:38.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32302], KeyToken[127.0.0.1:8205-34D277269D658E65]]
06:50:38.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:8205
06:50:38.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,197,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32302, Token=34D277269D658E65, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7]
06:50:38.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32302]
06:50:38.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, 127.0.0.1:8202] replace CON-POST   MID=32302, Token=34D277269D658E65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32302, Token=34D277269D658E65, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1198, 127.0.0.1:8202] send response NON-2.05   MID=32302, Token=null, OptionSet={}, "server responds hi"
06:50:38.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, 127.0.0.1:8202, complete]!
06:50:38.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1198, 127.0.0.1:8202, complete] completed NON-2.04   MID=32302, Token=34D277269D658E65, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9!
06:50:38.652 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,198,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32302, Token=34D277269D658E65, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9]
06:50:38.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32302]
06:50:38.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197, 127.0.0.1:8205, complete]!
06:50:38.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1197, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-34D277269D658E65]
06:50:38.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1197, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32302]
06:50:38.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1197, 127.0.0.1:8205, complete] completed CON-POST   MID=32302, Token=34D277269D658E65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32302, Token=34D277269D658E65, OptionSet={"Object-Security":0x09DF}, acked B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7!
06:50:38.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1199, 127.0.0.1:8205] send request
06:50:38.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1199, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C
06:50:38.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1199, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32303], CON-POST   MID=32303, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C
06:50:38.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1199, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-701E8A9328610346], CON-POST   MID=32303, Token=701E8A9328610346, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C
06:50:38.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32303], KeyToken[127.0.0.1:8205-701E8A9328610346]]
06:50:38.653 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,199,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32303, Token=701E8A9328610346, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C]
06:50:38.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32303]
06:50:38.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, 127.0.0.1:8202] replace CON-POST   MID=32303, Token=701E8A9328610346, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32303, Token=701E8A9328610346, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1200, 127.0.0.1:8202] send response NON-2.05   MID=32303, Token=null, OptionSet={}, "server responds hi"
06:50:38.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, 127.0.0.1:8202, complete]!
06:50:38.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1200, 127.0.0.1:8202, complete] completed NON-2.04   MID=32303, Token=701E8A9328610346, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE!
06:50:38.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:8202
06:50:38.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,200,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32303, Token=701E8A9328610346, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE]
06:50:38.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32303]
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199, 127.0.0.1:8205, complete]!
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1199, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-701E8A9328610346]
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1199, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32303]
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1199, 127.0.0.1:8205, complete] completed CON-POST   MID=32303, Token=701E8A9328610346, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32303, Token=701E8A9328610346, OptionSet={"Object-Security":0x09E0}, acked D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C!
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1201, 127.0.0.1:8205] send request
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1201, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1201, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32304], CON-POST   MID=32304, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1201, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-085F22D1E2E53587], CON-POST   MID=32304, Token=085F22D1E2E53587, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02
06:50:38.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32304], KeyToken[127.0.0.1:8205-085F22D1E2E53587]]
06:50:38.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:8205
06:50:38.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,201,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32304, Token=085F22D1E2E53587, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02]
06:50:38.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32304]
06:50:38.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, 127.0.0.1:8202] replace CON-POST   MID=32304, Token=085F22D1E2E53587, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32304, Token=085F22D1E2E53587, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1202, 127.0.0.1:8202] send response NON-2.05   MID=32304, Token=null, OptionSet={}, "server responds hi"
06:50:38.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, 127.0.0.1:8202, complete]!
06:50:38.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1202, 127.0.0.1:8202, complete] completed NON-2.04   MID=32304, Token=085F22D1E2E53587, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04!
06:50:38.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,202,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32304, Token=085F22D1E2E53587, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04]
06:50:38.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32304]
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201, 127.0.0.1:8205, complete]!
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1201, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-085F22D1E2E53587]
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1201, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32304]
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1201, 127.0.0.1:8205, complete] completed CON-POST   MID=32304, Token=085F22D1E2E53587, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32304, Token=085F22D1E2E53587, OptionSet={"Object-Security":0x09E1}, acked 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02!
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1203, 127.0.0.1:8205] send request
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1203, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1203, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32305], CON-POST   MID=32305, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1203, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-887C7017ACC20663], CON-POST   MID=32305, Token=887C7017ACC20663, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E
06:50:38.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32305], KeyToken[127.0.0.1:8205-887C7017ACC20663]]
06:50:38.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,203,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32305, Token=887C7017ACC20663, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E]
06:50:38.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32305]
06:50:38.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, 127.0.0.1:8202] replace CON-POST   MID=32305, Token=887C7017ACC20663, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32305, Token=887C7017ACC20663, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1204, 127.0.0.1:8202] send response NON-2.05   MID=32305, Token=null, OptionSet={}, "server responds hi"
06:50:38.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, 127.0.0.1:8202, complete]!
06:50:38.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1204, 127.0.0.1:8202, complete] completed NON-2.04   MID=32305, Token=887C7017ACC20663, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E!
06:50:38.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:8202
06:50:38.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,204,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32305, Token=887C7017ACC20663, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E]
06:50:38.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32305]
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203, 127.0.0.1:8205, complete]!
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1203, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-887C7017ACC20663]
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1203, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32305]
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1203, 127.0.0.1:8205, complete] completed CON-POST   MID=32305, Token=887C7017ACC20663, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32305, Token=887C7017ACC20663, OptionSet={"Object-Security":0x09E2}, acked 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E!
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1205, 127.0.0.1:8205] send request
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1205, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1205, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32306], CON-POST   MID=32306, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1205, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D8BB01407056A60C], CON-POST   MID=32306, Token=D8BB01407056A60C, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D
06:50:38.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32306], KeyToken[127.0.0.1:8205-D8BB01407056A60C]]
06:50:38.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:8205
06:50:38.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,205,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32306, Token=D8BB01407056A60C, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D]
06:50:38.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32306]
06:50:38.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, 127.0.0.1:8202] replace CON-POST   MID=32306, Token=D8BB01407056A60C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32306, Token=D8BB01407056A60C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1206, 127.0.0.1:8202] send response NON-2.05   MID=32306, Token=null, OptionSet={}, "server responds hi"
06:50:38.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, 127.0.0.1:8202, complete]!
06:50:38.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1206, 127.0.0.1:8202, complete] completed NON-2.04   MID=32306, Token=D8BB01407056A60C, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84!
06:50:38.657 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,206,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32306, Token=D8BB01407056A60C, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84]
06:50:38.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32306]
06:50:38.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205, 127.0.0.1:8205, complete]!
06:50:38.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1205, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D8BB01407056A60C]
06:50:38.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1205, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32306]
06:50:38.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1205, 127.0.0.1:8205, complete] completed CON-POST   MID=32306, Token=D8BB01407056A60C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32306, Token=D8BB01407056A60C, OptionSet={"Object-Security":0x09E3}, acked E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D!
06:50:38.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1207, 127.0.0.1:8205] send request
06:50:38.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1207, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5
06:50:38.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1207, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32307], CON-POST   MID=32307, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5
06:50:38.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1207, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-FC0B77824196100E], CON-POST   MID=32307, Token=FC0B77824196100E, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5
06:50:38.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32307], KeyToken[127.0.0.1:8205-FC0B77824196100E]]
06:50:38.658 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,207,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32307, Token=FC0B77824196100E, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5]
06:50:38.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32307]
06:50:38.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, 127.0.0.1:8202] replace CON-POST   MID=32307, Token=FC0B77824196100E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32307, Token=FC0B77824196100E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1208, 127.0.0.1:8202] send response NON-2.05   MID=32307, Token=null, OptionSet={}, "server responds hi"
06:50:38.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, 127.0.0.1:8202, complete]!
06:50:38.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1208, 127.0.0.1:8202, complete] completed NON-2.04   MID=32307, Token=FC0B77824196100E, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9!
06:50:38.658 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,208,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32307, Token=FC0B77824196100E, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9]
06:50:38.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32307]
06:50:38.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207, 127.0.0.1:8205, complete]!
06:50:38.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1207, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-FC0B77824196100E]
06:50:38.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1207, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32307]
06:50:38.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1207, 127.0.0.1:8205, complete] completed CON-POST   MID=32307, Token=FC0B77824196100E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32307, Token=FC0B77824196100E, OptionSet={"Object-Security":0x09E4}, acked D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5!
06:50:38.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1209, 127.0.0.1:8205] send request
06:50:38.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1209, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38
06:50:38.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1209, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32308], CON-POST   MID=32308, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38
06:50:38.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1209, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B0B4969E68830B42], CON-POST   MID=32308, Token=B0B4969E68830B42, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38
06:50:38.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32308], KeyToken[127.0.0.1:8205-B0B4969E68830B42]]
06:50:38.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:8205
06:50:38.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,209,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32308, Token=B0B4969E68830B42, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38]
06:50:38.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32308]
06:50:38.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, 127.0.0.1:8202] replace CON-POST   MID=32308, Token=B0B4969E68830B42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32308, Token=B0B4969E68830B42, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1210, 127.0.0.1:8202] send response NON-2.05   MID=32308, Token=null, OptionSet={}, "server responds hi"
06:50:38.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, 127.0.0.1:8202, complete]!
06:50:38.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1210, 127.0.0.1:8202, complete] completed NON-2.04   MID=32308, Token=B0B4969E68830B42, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52!
06:50:38.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:8202
06:50:38.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,210,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32308, Token=B0B4969E68830B42, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52]
06:50:38.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32308]
06:50:38.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209, 127.0.0.1:8205, complete]!
06:50:38.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1209, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B0B4969E68830B42]
06:50:38.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1209, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32308]
06:50:38.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1209, 127.0.0.1:8205, complete] completed CON-POST   MID=32308, Token=B0B4969E68830B42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32308, Token=B0B4969E68830B42, OptionSet={"Object-Security":0x09E5}, acked 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38!
06:50:38.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1211, 127.0.0.1:8205] send request
06:50:38.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1211, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98
06:50:38.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1211, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32309], CON-POST   MID=32309, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98
06:50:38.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1211, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-147E1C5CE83F7F88], CON-POST   MID=32309, Token=147E1C5CE83F7F88, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98
06:50:38.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32309], KeyToken[127.0.0.1:8205-147E1C5CE83F7F88]]
06:50:38.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:8205
06:50:38.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,211,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32309, Token=147E1C5CE83F7F88, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98]
06:50:38.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32309]
06:50:38.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, 127.0.0.1:8202] replace CON-POST   MID=32309, Token=147E1C5CE83F7F88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32309, Token=147E1C5CE83F7F88, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1212, 127.0.0.1:8202] send response NON-2.05   MID=32309, Token=null, OptionSet={}, "server responds hi"
06:50:38.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, 127.0.0.1:8202, complete]!
06:50:38.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1212, 127.0.0.1:8202, complete] completed NON-2.04   MID=32309, Token=147E1C5CE83F7F88, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3!
06:50:38.660 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,212,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32309, Token=147E1C5CE83F7F88, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3]
06:50:38.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32309]
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211, 127.0.0.1:8205, complete]!
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1211, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-147E1C5CE83F7F88]
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1211, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32309]
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1211, 127.0.0.1:8205, complete] completed CON-POST   MID=32309, Token=147E1C5CE83F7F88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32309, Token=147E1C5CE83F7F88, OptionSet={"Object-Security":0x09E6}, acked 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98!
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1213, 127.0.0.1:8205] send request
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1213, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1213, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32310], CON-POST   MID=32310, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1213, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E42D4C98AE8BCE72], CON-POST   MID=32310, Token=E42D4C98AE8BCE72, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3
06:50:38.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32310], KeyToken[127.0.0.1:8205-E42D4C98AE8BCE72]]
06:50:38.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:8205
06:50:38.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,213,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32310, Token=E42D4C98AE8BCE72, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3]
06:50:38.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32310]
06:50:38.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, 127.0.0.1:8202] replace CON-POST   MID=32310, Token=E42D4C98AE8BCE72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32310, Token=E42D4C98AE8BCE72, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1214, 127.0.0.1:8202] send response NON-2.05   MID=32310, Token=null, OptionSet={}, "server responds hi"
06:50:38.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, 127.0.0.1:8202, complete]!
06:50:38.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1214, 127.0.0.1:8202, complete] completed NON-2.04   MID=32310, Token=E42D4C98AE8BCE72, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91!
06:50:38.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:8202
06:50:38.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,214,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32310, Token=E42D4C98AE8BCE72, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91]
06:50:38.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32310]
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213, 127.0.0.1:8205, complete]!
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1213, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E42D4C98AE8BCE72]
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1213, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32310]
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1213, 127.0.0.1:8205, complete] completed CON-POST   MID=32310, Token=E42D4C98AE8BCE72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32310, Token=E42D4C98AE8BCE72, OptionSet={"Object-Security":0x09E7}, acked 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3!
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1215, 127.0.0.1:8205] send request
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1215, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1215, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32311], CON-POST   MID=32311, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1215, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-709483AD93825FC1], CON-POST   MID=32311, Token=709483AD93825FC1, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03
06:50:38.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32311], KeyToken[127.0.0.1:8205-709483AD93825FC1]]
06:50:38.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,215,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32311, Token=709483AD93825FC1, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03]
06:50:38.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32311]
06:50:38.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, 127.0.0.1:8202] replace CON-POST   MID=32311, Token=709483AD93825FC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32311, Token=709483AD93825FC1, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1216, 127.0.0.1:8202] send response NON-2.05   MID=32311, Token=null, OptionSet={}, "server responds hi"
06:50:38.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, 127.0.0.1:8202, complete]!
06:50:38.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1216, 127.0.0.1:8202, complete] completed NON-2.04   MID=32311, Token=709483AD93825FC1, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56!
06:50:38.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,216,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32311, Token=709483AD93825FC1, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56]
06:50:38.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32311]
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215, 127.0.0.1:8205, complete]!
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1215, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-709483AD93825FC1]
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1215, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32311]
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1215, 127.0.0.1:8205, complete] completed CON-POST   MID=32311, Token=709483AD93825FC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32311, Token=709483AD93825FC1, OptionSet={"Object-Security":0x09E8}, acked 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03!
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1217, 127.0.0.1:8205] send request
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1217, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1217, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32312], CON-POST   MID=32312, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1217, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CCB97EF3072F8EE6], CON-POST   MID=32312, Token=CCB97EF3072F8EE6, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66
06:50:38.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32312], KeyToken[127.0.0.1:8205-CCB97EF3072F8EE6]]
06:50:38.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:8205
06:50:38.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,217,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32312, Token=CCB97EF3072F8EE6, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66]
06:50:38.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32312]
06:50:38.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, 127.0.0.1:8202] replace CON-POST   MID=32312, Token=CCB97EF3072F8EE6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32312, Token=CCB97EF3072F8EE6, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1218, 127.0.0.1:8202] send response NON-2.05   MID=32312, Token=null, OptionSet={}, "server responds hi"
06:50:38.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, 127.0.0.1:8202, complete]!
06:50:38.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1218, 127.0.0.1:8202, complete] completed NON-2.04   MID=32312, Token=CCB97EF3072F8EE6, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72!
06:50:38.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,218,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32312, Token=CCB97EF3072F8EE6, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72]
06:50:38.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32312]
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217, 127.0.0.1:8205, complete]!
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1217, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CCB97EF3072F8EE6]
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1217, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32312]
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1217, 127.0.0.1:8205, complete] completed CON-POST   MID=32312, Token=CCB97EF3072F8EE6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32312, Token=CCB97EF3072F8EE6, OptionSet={"Object-Security":0x09E9}, acked E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66!
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1219, 127.0.0.1:8205] send request
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1219, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1219, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32313], CON-POST   MID=32313, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1219, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-987CB51882494390], CON-POST   MID=32313, Token=987CB51882494390, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F
06:50:38.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32313], KeyToken[127.0.0.1:8205-987CB51882494390]]
06:50:38.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:8205
06:50:38.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,219,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32313, Token=987CB51882494390, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F]
06:50:38.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32313]
06:50:38.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, 127.0.0.1:8202] replace CON-POST   MID=32313, Token=987CB51882494390, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32313, Token=987CB51882494390, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1220, 127.0.0.1:8202] send response NON-2.05   MID=32313, Token=null, OptionSet={}, "server responds hi"
06:50:38.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, 127.0.0.1:8202, complete]!
06:50:38.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1220, 127.0.0.1:8202, complete] completed NON-2.04   MID=32313, Token=987CB51882494390, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84!
06:50:38.665 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,220,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32313, Token=987CB51882494390, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84]
06:50:38.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32313]
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219, 127.0.0.1:8205, complete]!
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1219, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-987CB51882494390]
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1219, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32313]
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1219, 127.0.0.1:8205, complete] completed CON-POST   MID=32313, Token=987CB51882494390, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32313, Token=987CB51882494390, OptionSet={"Object-Security":0x09EA}, acked A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F!
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1221, 127.0.0.1:8205] send request
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1221, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1221, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32314], CON-POST   MID=32314, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1221, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E0BCBBC51ED987E4], CON-POST   MID=32314, Token=E0BCBBC51ED987E4, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36
06:50:38.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32314], KeyToken[127.0.0.1:8205-E0BCBBC51ED987E4]]
06:50:38.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:8205
06:50:38.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,221,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32314, Token=E0BCBBC51ED987E4, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36]
06:50:38.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32314]
06:50:38.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, 127.0.0.1:8202] replace CON-POST   MID=32314, Token=E0BCBBC51ED987E4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32314, Token=E0BCBBC51ED987E4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1222, 127.0.0.1:8202] send response NON-2.05   MID=32314, Token=null, OptionSet={}, "server responds hi"
06:50:38.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, 127.0.0.1:8202, complete]!
06:50:38.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1222, 127.0.0.1:8202, complete] completed NON-2.04   MID=32314, Token=E0BCBBC51ED987E4, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76!
06:50:38.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:8202
06:50:38.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,222,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32314, Token=E0BCBBC51ED987E4, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76]
06:50:38.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32314]
06:50:38.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221, 127.0.0.1:8205, complete]!
06:50:38.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1221, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E0BCBBC51ED987E4]
06:50:38.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1221, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32314]
06:50:38.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1221, 127.0.0.1:8205, complete] completed CON-POST   MID=32314, Token=E0BCBBC51ED987E4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32314, Token=E0BCBBC51ED987E4, OptionSet={"Object-Security":0x09EB}, acked FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36!
06:50:38.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1223, 127.0.0.1:8205] send request
06:50:38.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1223, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1223, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32315], CON-POST   MID=32315, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1223, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C0332BACAEF75835], CON-POST   MID=32315, Token=C0332BACAEF75835, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32315], KeyToken[127.0.0.1:8205-C0332BACAEF75835]]
06:50:38.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:8205
06:50:38.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,223,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32315, Token=C0332BACAEF75835, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14]
06:50:38.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32315]
06:50:38.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, 127.0.0.1:8202] replace CON-POST   MID=32315, Token=C0332BACAEF75835, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32315, Token=C0332BACAEF75835, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1224, 127.0.0.1:8202] send response NON-2.05   MID=32315, Token=null, OptionSet={}, "server responds hi"
06:50:38.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, 127.0.0.1:8202, complete]!
06:50:38.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1224, 127.0.0.1:8202, complete] completed NON-2.04   MID=32315, Token=C0332BACAEF75835, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E!
06:50:38.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,224,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32315, Token=C0332BACAEF75835, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E]
06:50:38.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32315]
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223, 127.0.0.1:8205, complete]!
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1223, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C0332BACAEF75835]
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1223, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32315]
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1223, 127.0.0.1:8205, complete] completed CON-POST   MID=32315, Token=C0332BACAEF75835, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32315, Token=C0332BACAEF75835, OptionSet={"Object-Security":0x09EC}, acked 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14!
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1225, 127.0.0.1:8205] send request
06:50:38.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1225, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F
06:50:38.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1225, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32316], CON-POST   MID=32316, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F
06:50:38.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1225, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-40B623501A288D75], CON-POST   MID=32316, Token=40B623501A288D75, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F
06:50:38.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32316], KeyToken[127.0.0.1:8205-40B623501A288D75]]
06:50:38.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,225,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32316, Token=40B623501A288D75, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F]
06:50:38.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32316]
06:50:38.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, 127.0.0.1:8202] replace CON-POST   MID=32316, Token=40B623501A288D75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32316, Token=40B623501A288D75, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1226, 127.0.0.1:8202] send response NON-2.05   MID=32316, Token=null, OptionSet={}, "server responds hi"
06:50:38.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, 127.0.0.1:8202, complete]!
06:50:38.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1226, 127.0.0.1:8202, complete] completed NON-2.04   MID=32316, Token=40B623501A288D75, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6!
06:50:38.668 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,226,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32316, Token=40B623501A288D75, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6]
06:50:38.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32316]
06:50:38.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225, 127.0.0.1:8205, complete]!
06:50:38.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1225, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-40B623501A288D75]
06:50:38.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1225, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32316]
06:50:38.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1225, 127.0.0.1:8205, complete] completed CON-POST   MID=32316, Token=40B623501A288D75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32316, Token=40B623501A288D75, OptionSet={"Object-Security":0x09ED}, acked A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F!
06:50:38.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1227, 127.0.0.1:8205] send request
06:50:38.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1227, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0
06:50:38.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1227, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32317], CON-POST   MID=32317, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0
06:50:38.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1227, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C0EF19CF94157412], CON-POST   MID=32317, Token=C0EF19CF94157412, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0
06:50:38.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32317], KeyToken[127.0.0.1:8205-C0EF19CF94157412]]
06:50:38.669 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,227,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32317, Token=C0EF19CF94157412, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0]
06:50:38.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32317]
06:50:38.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, 127.0.0.1:8202] replace CON-POST   MID=32317, Token=C0EF19CF94157412, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32317, Token=C0EF19CF94157412, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1228, 127.0.0.1:8202] send response NON-2.05   MID=32317, Token=null, OptionSet={}, "server responds hi"
06:50:38.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, 127.0.0.1:8202, complete]!
06:50:38.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1228, 127.0.0.1:8202, complete] completed NON-2.04   MID=32317, Token=C0EF19CF94157412, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4!
06:50:38.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:8202
06:50:38.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,228,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32317, Token=C0EF19CF94157412, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4]
06:50:38.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32317]
06:50:38.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227, 127.0.0.1:8205, complete]!
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1227, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C0EF19CF94157412]
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1227, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32317]
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1227, 127.0.0.1:8205, complete] completed CON-POST   MID=32317, Token=C0EF19CF94157412, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32317, Token=C0EF19CF94157412, OptionSet={"Object-Security":0x09EE}, acked 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0!
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1229, 127.0.0.1:8205] send request
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1229, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1229, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32318], CON-POST   MID=32318, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1229, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-60787D7E42DF8DAF], CON-POST   MID=32318, Token=60787D7E42DF8DAF, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32318], KeyToken[127.0.0.1:8205-60787D7E42DF8DAF]]
06:50:38.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:8205
06:50:38.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,229,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32318, Token=60787D7E42DF8DAF, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3]
06:50:38.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32318]
06:50:38.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, 127.0.0.1:8202] replace CON-POST   MID=32318, Token=60787D7E42DF8DAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32318, Token=60787D7E42DF8DAF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1230, 127.0.0.1:8202] send response NON-2.05   MID=32318, Token=null, OptionSet={}, "server responds hi"
06:50:38.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, 127.0.0.1:8202, complete]!
06:50:38.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1230, 127.0.0.1:8202, complete] completed NON-2.04   MID=32318, Token=60787D7E42DF8DAF, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D!
06:50:38.670 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,230,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32318, Token=60787D7E42DF8DAF, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D]
06:50:38.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32318]
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229, 127.0.0.1:8205, complete]!
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1229, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-60787D7E42DF8DAF]
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1229, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32318]
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1229, 127.0.0.1:8205, complete] completed CON-POST   MID=32318, Token=60787D7E42DF8DAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32318, Token=60787D7E42DF8DAF, OptionSet={"Object-Security":0x09EF}, acked 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3!
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1231, 127.0.0.1:8205] send request
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1231, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1231, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32319], CON-POST   MID=32319, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1231, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8CDE99732F374C1E], CON-POST   MID=32319, Token=8CDE99732F374C1E, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7
06:50:38.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32319], KeyToken[127.0.0.1:8205-8CDE99732F374C1E]]
06:50:38.671 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,231,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32319, Token=8CDE99732F374C1E, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7]
06:50:38.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32319]
06:50:38.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, 127.0.0.1:8202] replace CON-POST   MID=32319, Token=8CDE99732F374C1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32319, Token=8CDE99732F374C1E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1232, 127.0.0.1:8202] send response NON-2.05   MID=32319, Token=null, OptionSet={}, "server responds hi"
06:50:38.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, 127.0.0.1:8202, complete]!
06:50:38.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1232, 127.0.0.1:8202, complete] completed NON-2.04   MID=32319, Token=8CDE99732F374C1E, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7!
06:50:38.671 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,232,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32319, Token=8CDE99732F374C1E, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7]
06:50:38.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32319]
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231, 127.0.0.1:8205, complete]!
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1231, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8CDE99732F374C1E]
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1231, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32319]
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1231, 127.0.0.1:8205, complete] completed CON-POST   MID=32319, Token=8CDE99732F374C1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32319, Token=8CDE99732F374C1E, OptionSet={"Object-Security":0x09F0}, acked 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7!
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1233, 127.0.0.1:8205] send request
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1233, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1233, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32320], CON-POST   MID=32320, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1233, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-287FA9ED052FE65E], CON-POST   MID=32320, Token=287FA9ED052FE65E, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B
06:50:38.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32320], KeyToken[127.0.0.1:8205-287FA9ED052FE65E]]
06:50:38.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:8205
06:50:38.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,233,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32320, Token=287FA9ED052FE65E, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B]
06:50:38.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32320]
06:50:38.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, 127.0.0.1:8202] replace CON-POST   MID=32320, Token=287FA9ED052FE65E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32320, Token=287FA9ED052FE65E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1234, 127.0.0.1:8202] send response NON-2.05   MID=32320, Token=null, OptionSet={}, "server responds hi"
06:50:38.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, 127.0.0.1:8202, complete]!
06:50:38.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1234, 127.0.0.1:8202, complete] completed NON-2.04   MID=32320, Token=287FA9ED052FE65E, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0!
06:50:38.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:8202
06:50:38.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,234,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32320, Token=287FA9ED052FE65E, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0]
06:50:38.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32320]
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233, 127.0.0.1:8205, complete]!
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1233, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-287FA9ED052FE65E]
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1233, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32320]
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1233, 127.0.0.1:8205, complete] completed CON-POST   MID=32320, Token=287FA9ED052FE65E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32320, Token=287FA9ED052FE65E, OptionSet={"Object-Security":0x09F1}, acked 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B!
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1235, 127.0.0.1:8205] send request
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1235, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1235, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32321], CON-POST   MID=32321, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1235, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B0CC7675E14EA8E0], CON-POST   MID=32321, Token=B0CC7675E14EA8E0, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9
06:50:38.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32321], KeyToken[127.0.0.1:8205-B0CC7675E14EA8E0]]
06:50:38.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:8205
06:50:38.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,235,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32321, Token=B0CC7675E14EA8E0, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9]
06:50:38.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32321]
06:50:38.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, 127.0.0.1:8202] replace CON-POST   MID=32321, Token=B0CC7675E14EA8E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32321, Token=B0CC7675E14EA8E0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1236, 127.0.0.1:8202] send response NON-2.05   MID=32321, Token=null, OptionSet={}, "server responds hi"
06:50:38.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, 127.0.0.1:8202, complete]!
06:50:38.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1236, 127.0.0.1:8202, complete] completed NON-2.04   MID=32321, Token=B0CC7675E14EA8E0, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F!
06:50:38.673 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,236,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32321, Token=B0CC7675E14EA8E0, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F]
06:50:38.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32321]
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235, 127.0.0.1:8205, complete]!
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1235, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B0CC7675E14EA8E0]
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1235, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32321]
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1235, 127.0.0.1:8205, complete] completed CON-POST   MID=32321, Token=B0CC7675E14EA8E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32321, Token=B0CC7675E14EA8E0, OptionSet={"Object-Security":0x09F2}, acked 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9!
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1237, 127.0.0.1:8205] send request
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1237, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1237, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32322], CON-POST   MID=32322, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1237, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C0FA3A2167B164BF], CON-POST   MID=32322, Token=C0FA3A2167B164BF, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9
06:50:38.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32322], KeyToken[127.0.0.1:8205-C0FA3A2167B164BF]]
06:50:38.674 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,237,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32322, Token=C0FA3A2167B164BF, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9]
06:50:38.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32322]
06:50:38.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, 127.0.0.1:8202] replace CON-POST   MID=32322, Token=C0FA3A2167B164BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32322, Token=C0FA3A2167B164BF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1238, 127.0.0.1:8202] send response NON-2.05   MID=32322, Token=null, OptionSet={}, "server responds hi"
06:50:38.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, 127.0.0.1:8202, complete]!
06:50:38.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1238, 127.0.0.1:8202, complete] completed NON-2.04   MID=32322, Token=C0FA3A2167B164BF, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4!
06:50:38.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:8202
06:50:38.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,238,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32322, Token=C0FA3A2167B164BF, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4]
06:50:38.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32322]
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237, 127.0.0.1:8205, complete]!
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1237, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C0FA3A2167B164BF]
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1237, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32322]
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1237, 127.0.0.1:8205, complete] completed CON-POST   MID=32322, Token=C0FA3A2167B164BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32322, Token=C0FA3A2167B164BF, OptionSet={"Object-Security":0x09F3}, acked B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9!
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1239, 127.0.0.1:8205] send request
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1239, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1239, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32323], CON-POST   MID=32323, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1239, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-282EC94A44BA4634], CON-POST   MID=32323, Token=282EC94A44BA4634, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98
06:50:38.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32323], KeyToken[127.0.0.1:8205-282EC94A44BA4634]]
06:50:38.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,239,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32323, Token=282EC94A44BA4634, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98]
06:50:38.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32323]
06:50:38.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, 127.0.0.1:8202] replace CON-POST   MID=32323, Token=282EC94A44BA4634, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32323, Token=282EC94A44BA4634, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1240, 127.0.0.1:8202] send response NON-2.05   MID=32323, Token=null, OptionSet={}, "server responds hi"
06:50:38.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, 127.0.0.1:8202, complete]!
06:50:38.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1240, 127.0.0.1:8202, complete] completed NON-2.04   MID=32323, Token=282EC94A44BA4634, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F!
06:50:38.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,240,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32323, Token=282EC94A44BA4634, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F]
06:50:38.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32323]
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239, 127.0.0.1:8205, complete]!
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1239, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-282EC94A44BA4634]
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1239, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32323]
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1239, 127.0.0.1:8205, complete] completed CON-POST   MID=32323, Token=282EC94A44BA4634, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32323, Token=282EC94A44BA4634, OptionSet={"Object-Security":0x09F4}, acked 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98!
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1241, 127.0.0.1:8205] send request
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1241, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1241, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32324], CON-POST   MID=32324, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1241, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-582828001838ED9A], CON-POST   MID=32324, Token=582828001838ED9A, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43
06:50:38.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32324], KeyToken[127.0.0.1:8205-582828001838ED9A]]
06:50:38.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:8205
06:50:38.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,241,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32324, Token=582828001838ED9A, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43]
06:50:38.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32324]
06:50:38.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, 127.0.0.1:8202] replace CON-POST   MID=32324, Token=582828001838ED9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32324, Token=582828001838ED9A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1242, 127.0.0.1:8202] send response NON-2.05   MID=32324, Token=null, OptionSet={}, "server responds hi"
06:50:38.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, 127.0.0.1:8202, complete]!
06:50:38.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1242, 127.0.0.1:8202, complete] completed NON-2.04   MID=32324, Token=582828001838ED9A, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96!
06:50:38.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:8202
06:50:38.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,242,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32324, Token=582828001838ED9A, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96]
06:50:38.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32324]
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241, 127.0.0.1:8205, complete]!
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1241, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-582828001838ED9A]
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1241, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32324]
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1241, 127.0.0.1:8205, complete] completed CON-POST   MID=32324, Token=582828001838ED9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32324, Token=582828001838ED9A, OptionSet={"Object-Security":0x09F5}, acked C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43!
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1243, 127.0.0.1:8205] send request
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1243, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1243, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32325], CON-POST   MID=32325, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1243, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F4822D5E3B45CEA9], CON-POST   MID=32325, Token=F4822D5E3B45CEA9, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0
06:50:38.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32325], KeyToken[127.0.0.1:8205-F4822D5E3B45CEA9]]
06:50:38.677 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.677 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,243,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32325, Token=F4822D5E3B45CEA9, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0]
06:50:38.677 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32325]
06:50:38.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, 127.0.0.1:8202] replace CON-POST   MID=32325, Token=F4822D5E3B45CEA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32325, Token=F4822D5E3B45CEA9, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1244, 127.0.0.1:8202] send response NON-2.05   MID=32325, Token=null, OptionSet={}, "server responds hi"
06:50:38.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, 127.0.0.1:8202, complete]!
06:50:38.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1244, 127.0.0.1:8202, complete] completed NON-2.04   MID=32325, Token=F4822D5E3B45CEA9, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F!
06:50:38.678 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,244,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32325, Token=F4822D5E3B45CEA9, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F]
06:50:38.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32325]
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243, 127.0.0.1:8205, complete]!
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1243, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F4822D5E3B45CEA9]
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1243, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32325]
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1243, 127.0.0.1:8205, complete] completed CON-POST   MID=32325, Token=F4822D5E3B45CEA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32325, Token=F4822D5E3B45CEA9, OptionSet={"Object-Security":0x09F6}, acked 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0!
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1245, 127.0.0.1:8205] send request
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1245, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1245, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32326], CON-POST   MID=32326, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1245, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-202A848E850A15FB], CON-POST   MID=32326, Token=202A848E850A15FB, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3
06:50:38.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32326], KeyToken[127.0.0.1:8205-202A848E850A15FB]]
06:50:38.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,245,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32326, Token=202A848E850A15FB, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3]
06:50:38.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32326]
06:50:38.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, 127.0.0.1:8202] replace CON-POST   MID=32326, Token=202A848E850A15FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32326, Token=202A848E850A15FB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1246, 127.0.0.1:8202] send response NON-2.05   MID=32326, Token=null, OptionSet={}, "server responds hi"
06:50:38.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, 127.0.0.1:8202, complete]!
06:50:38.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1246, 127.0.0.1:8202, complete] completed NON-2.04   MID=32326, Token=202A848E850A15FB, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8!
06:50:38.679 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,246,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32326, Token=202A848E850A15FB, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8]
06:50:38.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32326]
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245, 127.0.0.1:8205, complete]!
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1245, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-202A848E850A15FB]
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1245, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32326]
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1245, 127.0.0.1:8205, complete] completed CON-POST   MID=32326, Token=202A848E850A15FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32326, Token=202A848E850A15FB, OptionSet={"Object-Security":0x09F7}, acked 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3!
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1247, 127.0.0.1:8205] send request
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1247, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1247, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32327], CON-POST   MID=32327, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1247, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CCA576FFC9D95F96], CON-POST   MID=32327, Token=CCA576FFC9D95F96, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42
06:50:38.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32327], KeyToken[127.0.0.1:8205-CCA576FFC9D95F96]]
06:50:38.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:8205
06:50:38.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,247,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32327, Token=CCA576FFC9D95F96, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42]
06:50:38.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32327]
06:50:38.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, 127.0.0.1:8202] replace CON-POST   MID=32327, Token=CCA576FFC9D95F96, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32327, Token=CCA576FFC9D95F96, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1248, 127.0.0.1:8202] send response NON-2.05   MID=32327, Token=null, OptionSet={}, "server responds hi"
06:50:38.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, 127.0.0.1:8202, complete]!
06:50:38.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1248, 127.0.0.1:8202, complete] completed NON-2.04   MID=32327, Token=CCA576FFC9D95F96, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7!
06:50:38.680 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,248,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32327, Token=CCA576FFC9D95F96, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7]
06:50:38.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32327]
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247, 127.0.0.1:8205, complete]!
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1247, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CCA576FFC9D95F96]
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1247, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32327]
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1247, 127.0.0.1:8205, complete] completed CON-POST   MID=32327, Token=CCA576FFC9D95F96, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32327, Token=CCA576FFC9D95F96, OptionSet={"Object-Security":0x09F8}, acked 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42!
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1249, 127.0.0.1:8205] send request
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1249, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1249, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32328], CON-POST   MID=32328, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1249, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6C502DE9295C4A11], CON-POST   MID=32328, Token=6C502DE9295C4A11, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61
06:50:38.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32328], KeyToken[127.0.0.1:8205-6C502DE9295C4A11]]
06:50:38.681 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,249,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32328, Token=6C502DE9295C4A11, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61]
06:50:38.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32328]
06:50:38.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, 127.0.0.1:8202] replace CON-POST   MID=32328, Token=6C502DE9295C4A11, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32328, Token=6C502DE9295C4A11, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1250, 127.0.0.1:8202] send response NON-2.05   MID=32328, Token=null, OptionSet={}, "server responds hi"
06:50:38.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, 127.0.0.1:8202, complete]!
06:50:38.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1250, 127.0.0.1:8202, complete] completed NON-2.04   MID=32328, Token=6C502DE9295C4A11, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE!
06:50:38.681 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,250,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32328, Token=6C502DE9295C4A11, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE]
06:50:38.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32328]
06:50:38.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249, 127.0.0.1:8205, complete]!
06:50:38.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1249, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6C502DE9295C4A11]
06:50:38.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1249, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32328]
06:50:38.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1249, 127.0.0.1:8205, complete] completed CON-POST   MID=32328, Token=6C502DE9295C4A11, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32328, Token=6C502DE9295C4A11, OptionSet={"Object-Security":0x09F9}, acked 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61!
06:50:38.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1251, 127.0.0.1:8205] send request
06:50:38.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1251, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1251, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32329], CON-POST   MID=32329, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1251, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7C218E86392D9D89], CON-POST   MID=32329, Token=7C218E86392D9D89, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32329], KeyToken[127.0.0.1:8205-7C218E86392D9D89]]
06:50:38.682 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,251,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32329, Token=7C218E86392D9D89, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73]
06:50:38.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32329]
06:50:38.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, 127.0.0.1:8202] replace CON-POST   MID=32329, Token=7C218E86392D9D89, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32329, Token=7C218E86392D9D89, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1252, 127.0.0.1:8202] send response NON-2.05   MID=32329, Token=null, OptionSet={}, "server responds hi"
06:50:38.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, 127.0.0.1:8202, complete]!
06:50:38.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1252, 127.0.0.1:8202, complete] completed NON-2.04   MID=32329, Token=7C218E86392D9D89, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70!
06:50:38.682 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,252,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32329, Token=7C218E86392D9D89, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70]
06:50:38.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32329]
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251, 127.0.0.1:8205, complete]!
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1251, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7C218E86392D9D89]
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1251, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32329]
06:50:38.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1251, 127.0.0.1:8205, complete] completed CON-POST   MID=32329, Token=7C218E86392D9D89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32329, Token=7C218E86392D9D89, OptionSet={"Object-Security":0x09FA}, acked A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73!
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1253, 127.0.0.1:8205] send request
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1253, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1253, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32330], CON-POST   MID=32330, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1253, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7C294FB470AA0B35], CON-POST   MID=32330, Token=7C294FB470AA0B35, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32330], KeyToken[127.0.0.1:8205-7C294FB470AA0B35]]
06:50:38.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,253,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32330, Token=7C294FB470AA0B35, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13]
06:50:38.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32330]
06:50:38.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, 127.0.0.1:8202] replace CON-POST   MID=32330, Token=7C294FB470AA0B35, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32330, Token=7C294FB470AA0B35, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1254, 127.0.0.1:8202] send response NON-2.05   MID=32330, Token=null, OptionSet={}, "server responds hi"
06:50:38.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, 127.0.0.1:8202, complete]!
06:50:38.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1254, 127.0.0.1:8202, complete] completed NON-2.04   MID=32330, Token=7C294FB470AA0B35, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2!
06:50:38.683 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,254,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32330, Token=7C294FB470AA0B35, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2]
06:50:38.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32330]
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253, 127.0.0.1:8205, complete]!
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1253, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7C294FB470AA0B35]
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1253, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32330]
06:50:38.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1253, 127.0.0.1:8205, complete] completed CON-POST   MID=32330, Token=7C294FB470AA0B35, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32330, Token=7C294FB470AA0B35, OptionSet={"Object-Security":0x09FB}, acked 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13!
06:50:38.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1255, 127.0.0.1:8205] send request
06:50:38.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1255, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F
06:50:38.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1255, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32331], CON-POST   MID=32331, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F
06:50:38.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1255, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F0CD54C33D5738AC], CON-POST   MID=32331, Token=F0CD54C33D5738AC, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F
06:50:38.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32331], KeyToken[127.0.0.1:8205-F0CD54C33D5738AC]]
06:50:38.684 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,255,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32331, Token=F0CD54C33D5738AC, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F]
06:50:38.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32331]
06:50:38.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, 127.0.0.1:8202] replace CON-POST   MID=32331, Token=F0CD54C33D5738AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32331, Token=F0CD54C33D5738AC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1256, 127.0.0.1:8202] send response NON-2.05   MID=32331, Token=null, OptionSet={}, "server responds hi"
06:50:38.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, 127.0.0.1:8202, complete]!
06:50:38.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1256, 127.0.0.1:8202, complete] completed NON-2.04   MID=32331, Token=F0CD54C33D5738AC, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26!
06:50:38.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,256,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32331, Token=F0CD54C33D5738AC, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26]
06:50:38.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32331]
06:50:38.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255, 127.0.0.1:8205, complete]!
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1255, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F0CD54C33D5738AC]
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1255, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32331]
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1255, 127.0.0.1:8205, complete] completed CON-POST   MID=32331, Token=F0CD54C33D5738AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32331, Token=F0CD54C33D5738AC, OptionSet={"Object-Security":0x09FC}, acked 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F!
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1257, 127.0.0.1:8205] send request
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1257, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1257, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32332], CON-POST   MID=32332, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1257, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4C06190D40602511], CON-POST   MID=32332, Token=4C06190D40602511, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32332], KeyToken[127.0.0.1:8205-4C06190D40602511]]
06:50:38.685 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,257,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32332, Token=4C06190D40602511, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5]
06:50:38.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32332]
06:50:38.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, 127.0.0.1:8202] replace CON-POST   MID=32332, Token=4C06190D40602511, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32332, Token=4C06190D40602511, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1258, 127.0.0.1:8202] send response NON-2.05   MID=32332, Token=null, OptionSet={}, "server responds hi"
06:50:38.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, 127.0.0.1:8202, complete]!
06:50:38.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1258, 127.0.0.1:8202, complete] completed NON-2.04   MID=32332, Token=4C06190D40602511, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B!
06:50:38.685 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,258,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32332, Token=4C06190D40602511, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B]
06:50:38.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32332]
06:50:38.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257, 127.0.0.1:8205, complete]!
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1257, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4C06190D40602511]
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1257, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32332]
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1257, 127.0.0.1:8205, complete] completed CON-POST   MID=32332, Token=4C06190D40602511, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32332, Token=4C06190D40602511, OptionSet={"Object-Security":0x09FD}, acked A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5!
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1259, 127.0.0.1:8205] send request
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1259, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1259, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32333], CON-POST   MID=32333, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1259, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-089F51EC9F3DF4A3], CON-POST   MID=32333, Token=089F51EC9F3DF4A3, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32333], KeyToken[127.0.0.1:8205-089F51EC9F3DF4A3]]
06:50:38.686 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,259,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32333, Token=089F51EC9F3DF4A3, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E]
06:50:38.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32333]
06:50:38.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, 127.0.0.1:8202] replace CON-POST   MID=32333, Token=089F51EC9F3DF4A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32333, Token=089F51EC9F3DF4A3, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1260, 127.0.0.1:8202] send response NON-2.05   MID=32333, Token=null, OptionSet={}, "server responds hi"
06:50:38.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, 127.0.0.1:8202, complete]!
06:50:38.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1260, 127.0.0.1:8202, complete] completed NON-2.04   MID=32333, Token=089F51EC9F3DF4A3, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65!
06:50:38.686 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,260,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32333, Token=089F51EC9F3DF4A3, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65]
06:50:38.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32333]
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259, 127.0.0.1:8205, complete]!
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1259, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-089F51EC9F3DF4A3]
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1259, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32333]
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1259, 127.0.0.1:8205, complete] completed CON-POST   MID=32333, Token=089F51EC9F3DF4A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32333, Token=089F51EC9F3DF4A3, OptionSet={"Object-Security":0x09FE}, acked AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E!
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1261, 127.0.0.1:8205] send request
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1261, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1261, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32334], CON-POST   MID=32334, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1261, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E014B2CCA05775E4], CON-POST   MID=32334, Token=E014B2CCA05775E4, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07
06:50:38.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32334], KeyToken[127.0.0.1:8205-E014B2CCA05775E4]]
06:50:38.687 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
06:50:38.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,261,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32334, Token=E014B2CCA05775E4, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07]
06:50:38.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
06:50:38.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32334]
06:50:38.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, 127.0.0.1:8202] replace CON-POST   MID=32334, Token=E014B2CCA05775E4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32334, Token=E014B2CCA05775E4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1262, 127.0.0.1:8202] send response NON-2.05   MID=32334, Token=null, OptionSet={}, "server responds hi"
06:50:38.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, 127.0.0.1:8202, complete]!
06:50:38.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1262, 127.0.0.1:8202, complete] completed NON-2.04   MID=32334, Token=E014B2CCA05775E4, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0!
06:50:38.687 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,262,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32334, Token=E014B2CCA05775E4, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0]
06:50:38.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32334]
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261, 127.0.0.1:8205, complete]!
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1261, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E014B2CCA05775E4]
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1261, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32334]
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1261, 127.0.0.1:8205, complete] completed CON-POST   MID=32334, Token=E014B2CCA05775E4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32334, Token=E014B2CCA05775E4, OptionSet={"Object-Security":0x09FF}, acked 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07!
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1263, 127.0.0.1:8205] send request
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1263, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1263, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32335], CON-POST   MID=32335, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1263, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BC7E11D0CF459F45], CON-POST   MID=32335, Token=BC7E11D0CF459F45, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
06:50:38.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32335], KeyToken[127.0.0.1:8205-BC7E11D0CF459F45]]
06:50:38.688 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,263,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32335, Token=BC7E11D0CF459F45, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66]
06:50:38.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32335]
06:50:38.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, 127.0.0.1:8202] replace CON-POST   MID=32335, Token=BC7E11D0CF459F45, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32335, Token=BC7E11D0CF459F45, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1264, 127.0.0.1:8202] send response NON-2.05   MID=32335, Token=null, OptionSet={}, "server responds hi"
06:50:38.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, 127.0.0.1:8202, complete]!
06:50:38.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1264, 127.0.0.1:8202, complete] completed NON-2.04   MID=32335, Token=BC7E11D0CF459F45, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2!
06:50:38.689 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,264,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32335, Token=BC7E11D0CF459F45, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2]
06:50:38.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32335]
06:50:38.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263, 127.0.0.1:8205, complete]!
06:50:38.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1263, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BC7E11D0CF459F45]
06:50:38.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1263, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32335]
06:50:38.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1263, 127.0.0.1:8205, complete] completed CON-POST   MID=32335, Token=BC7E11D0CF459F45, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32335, Token=BC7E11D0CF459F45, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66!
06:50:38.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1265, 127.0.0.1:8205] send request
06:50:38.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1265, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E
06:50:38.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1265, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32336], CON-POST   MID=32336, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E
06:50:38.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1265, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-38FCB2A606F25004], CON-POST   MID=32336, Token=38FCB2A606F25004, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E
06:50:38.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32336], KeyToken[127.0.0.1:8205-38FCB2A606F25004]]
06:50:38.747 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.747 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,265,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32336, Token=38FCB2A606F25004, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E]
06:50:38.747 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32336]
06:50:38.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, 127.0.0.1:8202] replace CON-POST   MID=32336, Token=38FCB2A606F25004, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32336, Token=38FCB2A606F25004, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1266, 127.0.0.1:8202] send response NON-2.05   MID=32336, Token=null, OptionSet={}, "server responds hi"
06:50:38.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, 127.0.0.1:8202, complete]!
06:50:38.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1266, 127.0.0.1:8202, complete] completed NON-2.04   MID=32336, Token=38FCB2A606F25004, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52!
06:50:38.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:8202
06:50:38.748 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,266,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32336, Token=38FCB2A606F25004, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52]
06:50:38.748 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32336]
06:50:38.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265, 127.0.0.1:8205, complete]!
06:50:38.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1265, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-38FCB2A606F25004]
06:50:38.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1265, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32336]
06:50:38.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1265, 127.0.0.1:8205, complete] completed CON-POST   MID=32336, Token=38FCB2A606F25004, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32336, Token=38FCB2A606F25004, OptionSet={"Object-Security":0x0A0101}, acked A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E!
06:50:38.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1267, 127.0.0.1:8205] send request
06:50:38.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1267, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA
06:50:38.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1267, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32337], CON-POST   MID=32337, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA
06:50:38.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1267, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-545D069AC5295B97], CON-POST   MID=32337, Token=545D069AC5295B97, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA
06:50:38.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32337], KeyToken[127.0.0.1:8205-545D069AC5295B97]]
06:50:38.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 41 bytes to 127.0.0.1:8205
06:50:38.749 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,267,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32337, Token=545D069AC5295B97, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA]
06:50:38.749 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32337]
06:50:38.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, 127.0.0.1:8202] replace CON-POST   MID=32337, Token=545D069AC5295B97, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32337, Token=545D069AC5295B97, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1268, 127.0.0.1:8202] send response NON-2.05   MID=32337, Token=null, OptionSet={}, "server responds hi"
06:50:38.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, 127.0.0.1:8202, complete]!
06:50:38.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1268, 127.0.0.1:8202, complete] completed NON-2.04   MID=32337, Token=545D069AC5295B97, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04!
06:50:38.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:8202
06:50:38.749 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,268,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32337, Token=545D069AC5295B97, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04]
06:50:38.749 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32337]
06:50:38.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267, 127.0.0.1:8205, complete]!
06:50:38.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1267, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-545D069AC5295B97]
06:50:38.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1267, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32337]
06:50:38.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1267, 127.0.0.1:8205, complete] completed CON-POST   MID=32337, Token=545D069AC5295B97, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32337, Token=545D069AC5295B97, OptionSet={"Object-Security":0x0A0102}, acked E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA!
06:50:38.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1269, 127.0.0.1:8205] send request
06:50:38.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1269, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34
06:50:38.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1269, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32338], CON-POST   MID=32338, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34
06:50:38.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1269, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-DC6929730AC1FE2E], CON-POST   MID=32338, Token=DC6929730AC1FE2E, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34
06:50:38.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32338], KeyToken[127.0.0.1:8205-DC6929730AC1FE2E]]
06:50:38.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:8205
06:50:38.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,269,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32338, Token=DC6929730AC1FE2E, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34]
06:50:38.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32338]
06:50:38.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, 127.0.0.1:8202] replace CON-POST   MID=32338, Token=DC6929730AC1FE2E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32338, Token=DC6929730AC1FE2E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1270, 127.0.0.1:8202] send response NON-2.05   MID=32338, Token=null, OptionSet={}, "server responds hi"
06:50:38.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, 127.0.0.1:8202, complete]!
06:50:38.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1270, 127.0.0.1:8202, complete] completed NON-2.04   MID=32338, Token=DC6929730AC1FE2E, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F!
06:50:38.751 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,270,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32338, Token=DC6929730AC1FE2E, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F]
06:50:38.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32338]
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269, 127.0.0.1:8205, complete]!
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1269, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-DC6929730AC1FE2E]
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1269, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32338]
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1269, 127.0.0.1:8205, complete] completed CON-POST   MID=32338, Token=DC6929730AC1FE2E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32338, Token=DC6929730AC1FE2E, OptionSet={"Object-Security":0x0A0103}, acked 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34!
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1271, 127.0.0.1:8205] send request
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1271, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1271, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32339], CON-POST   MID=32339, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1271, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-14F1151276EAF09C], CON-POST   MID=32339, Token=14F1151276EAF09C, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13
06:50:38.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32339], KeyToken[127.0.0.1:8205-14F1151276EAF09C]]
06:50:38.751 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,271,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32339, Token=14F1151276EAF09C, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13]
06:50:38.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32339]
06:50:38.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, 127.0.0.1:8202] replace CON-POST   MID=32339, Token=14F1151276EAF09C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32339, Token=14F1151276EAF09C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1272, 127.0.0.1:8202] send response NON-2.05   MID=32339, Token=null, OptionSet={}, "server responds hi"
06:50:38.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, 127.0.0.1:8202, complete]!
06:50:38.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1272, 127.0.0.1:8202, complete] completed NON-2.04   MID=32339, Token=14F1151276EAF09C, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2!
06:50:38.752 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,272,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32339, Token=14F1151276EAF09C, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2]
06:50:38.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32339]
06:50:38.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271, 127.0.0.1:8205, complete]!
06:50:38.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1271, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-14F1151276EAF09C]
06:50:38.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1271, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32339]
06:50:38.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1271, 127.0.0.1:8205, complete] completed CON-POST   MID=32339, Token=14F1151276EAF09C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32339, Token=14F1151276EAF09C, OptionSet={"Object-Security":0x0A0104}, acked 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13!
06:50:38.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1273, 127.0.0.1:8205] send request
06:50:38.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1273, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16
06:50:38.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1273, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32340], CON-POST   MID=32340, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16
06:50:38.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1273, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-30735E6FF69464DC], CON-POST   MID=32340, Token=30735E6FF69464DC, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16
06:50:38.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32340], KeyToken[127.0.0.1:8205-30735E6FF69464DC]]
06:50:38.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:8205
06:50:38.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,273,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32340, Token=30735E6FF69464DC, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16]
06:50:38.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32340]
06:50:38.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, 127.0.0.1:8202] replace CON-POST   MID=32340, Token=30735E6FF69464DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32340, Token=30735E6FF69464DC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1274, 127.0.0.1:8202] send response NON-2.05   MID=32340, Token=null, OptionSet={}, "server responds hi"
06:50:38.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, 127.0.0.1:8202, complete]!
06:50:38.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1274, 127.0.0.1:8202, complete] completed NON-2.04   MID=32340, Token=30735E6FF69464DC, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28!
06:50:38.753 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,274,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32340, Token=30735E6FF69464DC, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28]
06:50:38.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32340]
06:50:38.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273, 127.0.0.1:8205, complete]!
06:50:38.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1273, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-30735E6FF69464DC]
06:50:38.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1273, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32340]
06:50:38.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1273, 127.0.0.1:8205, complete] completed CON-POST   MID=32340, Token=30735E6FF69464DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32340, Token=30735E6FF69464DC, OptionSet={"Object-Security":0x0A0105}, acked 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16!
06:50:38.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1275, 127.0.0.1:8205] send request
06:50:38.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1275, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0
06:50:38.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1275, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32341], CON-POST   MID=32341, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0
06:50:38.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1275, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9C6A89DE284233D5], CON-POST   MID=32341, Token=9C6A89DE284233D5, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0
06:50:38.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32341], KeyToken[127.0.0.1:8205-9C6A89DE284233D5]]
06:50:38.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,275,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32341, Token=9C6A89DE284233D5, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0]
06:50:38.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32341]
06:50:38.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, 127.0.0.1:8202] replace CON-POST   MID=32341, Token=9C6A89DE284233D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32341, Token=9C6A89DE284233D5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1276, 127.0.0.1:8202] send response NON-2.05   MID=32341, Token=null, OptionSet={}, "server responds hi"
06:50:38.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, 127.0.0.1:8202, complete]!
06:50:38.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1276, 127.0.0.1:8202, complete] completed NON-2.04   MID=32341, Token=9C6A89DE284233D5, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71!
06:50:38.754 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,276,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32341, Token=9C6A89DE284233D5, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71]
06:50:38.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32341]
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275, 127.0.0.1:8205, complete]!
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1275, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9C6A89DE284233D5]
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1275, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32341]
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1275, 127.0.0.1:8205, complete] completed CON-POST   MID=32341, Token=9C6A89DE284233D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32341, Token=9C6A89DE284233D5, OptionSet={"Object-Security":0x0A0106}, acked 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0!
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1277, 127.0.0.1:8205] send request
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1277, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1277, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32342], CON-POST   MID=32342, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1277, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A4EE4476BF3E57BB], CON-POST   MID=32342, Token=A4EE4476BF3E57BB, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9
06:50:38.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32342], KeyToken[127.0.0.1:8205-A4EE4476BF3E57BB]]
06:50:38.755 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,277,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32342, Token=A4EE4476BF3E57BB, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9]
06:50:38.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32342]
06:50:38.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, 127.0.0.1:8202] replace CON-POST   MID=32342, Token=A4EE4476BF3E57BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32342, Token=A4EE4476BF3E57BB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1278, 127.0.0.1:8202] send response NON-2.05   MID=32342, Token=null, OptionSet={}, "server responds hi"
06:50:38.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, 127.0.0.1:8202, complete]!
06:50:38.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1278, 127.0.0.1:8202, complete] completed NON-2.04   MID=32342, Token=A4EE4476BF3E57BB, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8!
06:50:38.756 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,278,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32342, Token=A4EE4476BF3E57BB, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8]
06:50:38.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32342]
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277, 127.0.0.1:8205, complete]!
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1277, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A4EE4476BF3E57BB]
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1277, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32342]
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1277, 127.0.0.1:8205, complete] completed CON-POST   MID=32342, Token=A4EE4476BF3E57BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32342, Token=A4EE4476BF3E57BB, OptionSet={"Object-Security":0x0A0107}, acked F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9!
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1279, 127.0.0.1:8205] send request
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1279, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1279, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32343], CON-POST   MID=32343, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1279, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C0ECC461D6C2C1F7], CON-POST   MID=32343, Token=C0ECC461D6C2C1F7, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1
06:50:38.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32343], KeyToken[127.0.0.1:8205-C0ECC461D6C2C1F7]]
06:50:38.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 41 bytes to 127.0.0.1:8205
06:50:38.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,279,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32343, Token=C0ECC461D6C2C1F7, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1]
06:50:38.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32343]
06:50:38.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, 127.0.0.1:8202] replace CON-POST   MID=32343, Token=C0ECC461D6C2C1F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32343, Token=C0ECC461D6C2C1F7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1280, 127.0.0.1:8202] send response NON-2.05   MID=32343, Token=null, OptionSet={}, "server responds hi"
06:50:38.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, 127.0.0.1:8202, complete]!
06:50:38.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1280, 127.0.0.1:8202, complete] completed NON-2.04   MID=32343, Token=C0ECC461D6C2C1F7, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2!
06:50:38.757 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,280,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32343, Token=C0ECC461D6C2C1F7, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2]
06:50:38.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32343]
06:50:38.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279, 127.0.0.1:8205, complete]!
06:50:38.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1279, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C0ECC461D6C2C1F7]
06:50:38.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1279, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32343]
06:50:38.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1279, 127.0.0.1:8205, complete] completed CON-POST   MID=32343, Token=C0ECC461D6C2C1F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32343, Token=C0ECC461D6C2C1F7, OptionSet={"Object-Security":0x0A0108}, acked 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1!
06:50:38.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1281, 127.0.0.1:8205] send request
06:50:38.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1281, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA
06:50:38.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1281, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32344], CON-POST   MID=32344, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA
06:50:38.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1281, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-988EF7063DA5F162], CON-POST   MID=32344, Token=988EF7063DA5F162, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA
06:50:38.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32344], KeyToken[127.0.0.1:8205-988EF7063DA5F162]]
06:50:38.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,281,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32344, Token=988EF7063DA5F162, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA]
06:50:38.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32344]
06:50:38.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, 127.0.0.1:8202] replace CON-POST   MID=32344, Token=988EF7063DA5F162, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32344, Token=988EF7063DA5F162, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1282, 127.0.0.1:8202] send response NON-2.05   MID=32344, Token=null, OptionSet={}, "server responds hi"
06:50:38.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, 127.0.0.1:8202, complete]!
06:50:38.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1282, 127.0.0.1:8202, complete] completed NON-2.04   MID=32344, Token=988EF7063DA5F162, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0!
06:50:38.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:8202
06:50:38.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,282,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32344, Token=988EF7063DA5F162, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0]
06:50:38.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32344]
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281, 127.0.0.1:8205, complete]!
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1281, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-988EF7063DA5F162]
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1281, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32344]
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1281, 127.0.0.1:8205, complete] completed CON-POST   MID=32344, Token=988EF7063DA5F162, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32344, Token=988EF7063DA5F162, OptionSet={"Object-Security":0x0A0109}, acked 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA!
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1283, 127.0.0.1:8205] send request
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1283, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1283, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32345], CON-POST   MID=32345, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1283, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-68F2553AF860922C], CON-POST   MID=32345, Token=68F2553AF860922C, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F
06:50:38.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32345], KeyToken[127.0.0.1:8205-68F2553AF860922C]]
06:50:38.759 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,283,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32345, Token=68F2553AF860922C, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F]
06:50:38.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32345]
06:50:38.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, 127.0.0.1:8202] replace CON-POST   MID=32345, Token=68F2553AF860922C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32345, Token=68F2553AF860922C, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1284, 127.0.0.1:8202] send response NON-2.05   MID=32345, Token=null, OptionSet={}, "server responds hi"
06:50:38.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, 127.0.0.1:8202, complete]!
06:50:38.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1284, 127.0.0.1:8202, complete] completed NON-2.04   MID=32345, Token=68F2553AF860922C, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0!
06:50:38.760 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,284,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32345, Token=68F2553AF860922C, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0]
06:50:38.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32345]
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283, 127.0.0.1:8205, complete]!
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1283, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-68F2553AF860922C]
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1283, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32345]
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1283, 127.0.0.1:8205, complete] completed CON-POST   MID=32345, Token=68F2553AF860922C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32345, Token=68F2553AF860922C, OptionSet={"Object-Security":0x0A010A}, acked 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F!
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1285, 127.0.0.1:8205] send request
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1285, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1285, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32346], CON-POST   MID=32346, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1285, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-3CE53352195494DB], CON-POST   MID=32346, Token=3CE53352195494DB, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B
06:50:38.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32346], KeyToken[127.0.0.1:8205-3CE53352195494DB]]
06:50:38.761 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,285,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32346, Token=3CE53352195494DB, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B]
06:50:38.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32346]
06:50:38.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, 127.0.0.1:8202] replace CON-POST   MID=32346, Token=3CE53352195494DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32346, Token=3CE53352195494DB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1286, 127.0.0.1:8202] send response NON-2.05   MID=32346, Token=null, OptionSet={}, "server responds hi"
06:50:38.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, 127.0.0.1:8202, complete]!
06:50:38.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1286, 127.0.0.1:8202, complete] completed NON-2.04   MID=32346, Token=3CE53352195494DB, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF!
06:50:38.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:8202
06:50:38.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,286,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32346, Token=3CE53352195494DB, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF]
06:50:38.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32346]
06:50:38.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285, 127.0.0.1:8205, complete]!
06:50:38.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1285, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-3CE53352195494DB]
06:50:38.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1285, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32346]
06:50:38.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1285, 127.0.0.1:8205, complete] completed CON-POST   MID=32346, Token=3CE53352195494DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32346, Token=3CE53352195494DB, OptionSet={"Object-Security":0x0A010B}, acked 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B!
06:50:38.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1287, 127.0.0.1:8205] send request
06:50:38.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1287, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5
06:50:38.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1287, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32347], CON-POST   MID=32347, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5
06:50:38.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1287, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CC6D241C193CBEEF], CON-POST   MID=32347, Token=CC6D241C193CBEEF, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5
06:50:38.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32347], KeyToken[127.0.0.1:8205-CC6D241C193CBEEF]]
06:50:38.762 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,287,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32347, Token=CC6D241C193CBEEF, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5]
06:50:38.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32347]
06:50:38.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, 127.0.0.1:8202] replace CON-POST   MID=32347, Token=CC6D241C193CBEEF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32347, Token=CC6D241C193CBEEF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1288, 127.0.0.1:8202] send response NON-2.05   MID=32347, Token=null, OptionSet={}, "server responds hi"
06:50:38.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, 127.0.0.1:8202, complete]!
06:50:38.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1288, 127.0.0.1:8202, complete] completed NON-2.04   MID=32347, Token=CC6D241C193CBEEF, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4!
06:50:38.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,288,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32347, Token=CC6D241C193CBEEF, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4]
06:50:38.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32347]
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287, 127.0.0.1:8205, complete]!
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1287, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CC6D241C193CBEEF]
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1287, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32347]
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1287, 127.0.0.1:8205, complete] completed CON-POST   MID=32347, Token=CC6D241C193CBEEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32347, Token=CC6D241C193CBEEF, OptionSet={"Object-Security":0x0A010C}, acked 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5!
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1289, 127.0.0.1:8205] send request
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1289, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1289, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32348], CON-POST   MID=32348, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1289, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D82A667F80FF5947], CON-POST   MID=32348, Token=D82A667F80FF5947, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4
06:50:38.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32348], KeyToken[127.0.0.1:8205-D82A667F80FF5947]]
06:50:38.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,289,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32348, Token=D82A667F80FF5947, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4]
06:50:38.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32348]
06:50:38.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, 127.0.0.1:8202] replace CON-POST   MID=32348, Token=D82A667F80FF5947, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32348, Token=D82A667F80FF5947, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1290, 127.0.0.1:8202] send response NON-2.05   MID=32348, Token=null, OptionSet={}, "server responds hi"
06:50:38.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, 127.0.0.1:8202, complete]!
06:50:38.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1290, 127.0.0.1:8202, complete] completed NON-2.04   MID=32348, Token=D82A667F80FF5947, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29!
06:50:38.764 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,290,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32348, Token=D82A667F80FF5947, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29]
06:50:38.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32348]
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289, 127.0.0.1:8205, complete]!
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1289, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D82A667F80FF5947]
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1289, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32348]
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1289, 127.0.0.1:8205, complete] completed CON-POST   MID=32348, Token=D82A667F80FF5947, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32348, Token=D82A667F80FF5947, OptionSet={"Object-Security":0x0A010D}, acked 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4!
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1291, 127.0.0.1:8205] send request
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1291, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1291, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32349], CON-POST   MID=32349, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2
06:50:38.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1291, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-00A8FD9EC233CF44], CON-POST   MID=32349, Token=00A8FD9EC233CF44, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2
06:50:38.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32349], KeyToken[127.0.0.1:8205-00A8FD9EC233CF44]]
06:50:38.765 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,291,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32349, Token=00A8FD9EC233CF44, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2]
06:50:38.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32349]
06:50:38.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, 127.0.0.1:8202] replace CON-POST   MID=32349, Token=00A8FD9EC233CF44, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32349, Token=00A8FD9EC233CF44, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1292, 127.0.0.1:8202] send response NON-2.05   MID=32349, Token=null, OptionSet={}, "server responds hi"
06:50:38.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, 127.0.0.1:8202, complete]!
06:50:38.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1292, 127.0.0.1:8202, complete] completed NON-2.04   MID=32349, Token=00A8FD9EC233CF44, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF!
06:50:38.765 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,292,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32349, Token=00A8FD9EC233CF44, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF]
06:50:38.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32349]
06:50:38.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291, 127.0.0.1:8205, complete]!
06:50:38.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1291, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-00A8FD9EC233CF44]
06:50:38.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1291, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32349]
06:50:38.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1291, 127.0.0.1:8205, complete] completed CON-POST   MID=32349, Token=00A8FD9EC233CF44, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32349, Token=00A8FD9EC233CF44, OptionSet={"Object-Security":0x0A010E}, acked 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2!
06:50:38.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1293, 127.0.0.1:8205] send request
06:50:38.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1293, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A
06:50:38.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1293, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32350], CON-POST   MID=32350, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A
06:50:38.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1293, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F8096BBF83D4EAEA], CON-POST   MID=32350, Token=F8096BBF83D4EAEA, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A
06:50:38.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32350], KeyToken[127.0.0.1:8205-F8096BBF83D4EAEA]]
06:50:38.766 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,293,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32350, Token=F8096BBF83D4EAEA, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A]
06:50:38.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32350]
06:50:38.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, 127.0.0.1:8202] replace CON-POST   MID=32350, Token=F8096BBF83D4EAEA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32350, Token=F8096BBF83D4EAEA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1294, 127.0.0.1:8202] send response NON-2.05   MID=32350, Token=null, OptionSet={}, "server responds hi"
06:50:38.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, 127.0.0.1:8202, complete]!
06:50:38.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1294, 127.0.0.1:8202, complete] completed NON-2.04   MID=32350, Token=F8096BBF83D4EAEA, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77!
06:50:38.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:8202
06:50:38.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,294,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32350, Token=F8096BBF83D4EAEA, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77]
06:50:38.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32350]
06:50:38.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293, 127.0.0.1:8205, complete]!
06:50:38.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1293, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F8096BBF83D4EAEA]
06:50:38.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1293, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32350]
06:50:38.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1293, 127.0.0.1:8205, complete] completed CON-POST   MID=32350, Token=F8096BBF83D4EAEA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32350, Token=F8096BBF83D4EAEA, OptionSet={"Object-Security":0x0A010F}, acked 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A!
06:50:38.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1295, 127.0.0.1:8205] send request
06:50:38.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1295, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47
06:50:38.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1295, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32351], CON-POST   MID=32351, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47
06:50:38.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1295, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-AC5696B6439546EB], CON-POST   MID=32351, Token=AC5696B6439546EB, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47
06:50:38.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32351], KeyToken[127.0.0.1:8205-AC5696B6439546EB]]
06:50:38.767 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,295,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32351, Token=AC5696B6439546EB, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47]
06:50:38.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32351]
06:50:38.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, 127.0.0.1:8202] replace CON-POST   MID=32351, Token=AC5696B6439546EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32351, Token=AC5696B6439546EB, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1296, 127.0.0.1:8202] send response NON-2.05   MID=32351, Token=null, OptionSet={}, "server responds hi"
06:50:38.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, 127.0.0.1:8202, complete]!
06:50:38.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1296, 127.0.0.1:8202, complete] completed NON-2.04   MID=32351, Token=AC5696B6439546EB, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48!
06:50:38.768 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,296,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32351, Token=AC5696B6439546EB, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48]
06:50:38.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32351]
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295, 127.0.0.1:8205, complete]!
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1295, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-AC5696B6439546EB]
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1295, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32351]
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1295, 127.0.0.1:8205, complete] completed CON-POST   MID=32351, Token=AC5696B6439546EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32351, Token=AC5696B6439546EB, OptionSet={"Object-Security":0x0A0110}, acked CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47!
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1297, 127.0.0.1:8205] send request
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1297, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1297, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32352], CON-POST   MID=32352, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1297, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-649908F36CCED9FA], CON-POST   MID=32352, Token=649908F36CCED9FA, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53
06:50:38.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32352], KeyToken[127.0.0.1:8205-649908F36CCED9FA]]
06:50:38.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 41 bytes to 127.0.0.1:8205
06:50:38.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,297,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32352, Token=649908F36CCED9FA, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53]
06:50:38.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32352]
06:50:38.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, 127.0.0.1:8202] replace CON-POST   MID=32352, Token=649908F36CCED9FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32352, Token=649908F36CCED9FA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1298, 127.0.0.1:8202] send response NON-2.05   MID=32352, Token=null, OptionSet={}, "server responds hi"
06:50:38.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, 127.0.0.1:8202, complete]!
06:50:38.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1298, 127.0.0.1:8202, complete] completed NON-2.04   MID=32352, Token=649908F36CCED9FA, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F!
06:50:38.769 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,298,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32352, Token=649908F36CCED9FA, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F]
06:50:38.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32352]
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297, 127.0.0.1:8205, complete]!
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1297, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-649908F36CCED9FA]
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1297, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32352]
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1297, 127.0.0.1:8205, complete] completed CON-POST   MID=32352, Token=649908F36CCED9FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32352, Token=649908F36CCED9FA, OptionSet={"Object-Security":0x0A0111}, acked D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53!
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1299, 127.0.0.1:8205] send request
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1299, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7
06:50:38.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1299, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32353], CON-POST   MID=32353, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7
06:50:38.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1299, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-386AC28027C48880], CON-POST   MID=32353, Token=386AC28027C48880, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7
06:50:38.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32353], KeyToken[127.0.0.1:8205-386AC28027C48880]]
06:50:38.770 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,299,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32353, Token=386AC28027C48880, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7]
06:50:38.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32353]
06:50:38.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, 127.0.0.1:8202] replace CON-POST   MID=32353, Token=386AC28027C48880, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32353, Token=386AC28027C48880, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1300, 127.0.0.1:8202] send response NON-2.05   MID=32353, Token=null, OptionSet={}, "server responds hi"
06:50:38.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, 127.0.0.1:8202, complete]!
06:50:38.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1300, 127.0.0.1:8202, complete] completed NON-2.04   MID=32353, Token=386AC28027C48880, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7!
06:50:38.770 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,300,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32353, Token=386AC28027C48880, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7]
06:50:38.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32353]
06:50:38.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.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
06:50:38.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299, 127.0.0.1:8205, complete]!
06:50:38.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1299, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-386AC28027C48880]
06:50:38.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1299, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32353]
06:50:38.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1299, 127.0.0.1:8205, complete] completed CON-POST   MID=32353, Token=386AC28027C48880, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32353, Token=386AC28027C48880, OptionSet={"Object-Security":0x0A0112}, acked D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7!
06:50:38.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1301, 127.0.0.1:8205] send request
06:50:38.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1301, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A
06:50:38.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1301, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32354], CON-POST   MID=32354, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A
06:50:38.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1301, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-40CF0A58FF8420C2], CON-POST   MID=32354, Token=40CF0A58FF8420C2, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A
06:50:38.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32354], KeyToken[127.0.0.1:8205-40CF0A58FF8420C2]]
06:50:38.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,301,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32354, Token=40CF0A58FF8420C2, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A]
06:50:38.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32354]
06:50:38.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, 127.0.0.1:8202] replace CON-POST   MID=32354, Token=40CF0A58FF8420C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32354, Token=40CF0A58FF8420C2, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1302, 127.0.0.1:8202] send response NON-2.05   MID=32354, Token=null, OptionSet={}, "server responds hi"
06:50:38.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, 127.0.0.1:8202, complete]!
06:50:38.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1302, 127.0.0.1:8202, complete] completed NON-2.04   MID=32354, Token=40CF0A58FF8420C2, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D!
06:50:38.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:8202
06:50:38.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,302,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32354, Token=40CF0A58FF8420C2, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D]
06:50:38.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32354]
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301, 127.0.0.1:8205, complete]!
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1301, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-40CF0A58FF8420C2]
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1301, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32354]
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1301, 127.0.0.1:8205, complete] completed CON-POST   MID=32354, Token=40CF0A58FF8420C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32354, Token=40CF0A58FF8420C2, OptionSet={"Object-Security":0x0A0113}, acked 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A!
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1303, 127.0.0.1:8205] send request
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1303, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1303, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32355], CON-POST   MID=32355, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1303, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-ECA4CE86B6C308EE], CON-POST   MID=32355, Token=ECA4CE86B6C308EE, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E
06:50:38.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32355], KeyToken[127.0.0.1:8205-ECA4CE86B6C308EE]]
06:50:38.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 41 bytes to 127.0.0.1:8205
06:50:38.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,303,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32355, Token=ECA4CE86B6C308EE, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E]
06:50:38.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32355]
06:50:38.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, 127.0.0.1:8202] replace CON-POST   MID=32355, Token=ECA4CE86B6C308EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32355, Token=ECA4CE86B6C308EE, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1304, 127.0.0.1:8202] send response NON-2.05   MID=32355, Token=null, OptionSet={}, "server responds hi"
06:50:38.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, 127.0.0.1:8202, complete]!
06:50:38.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1304, 127.0.0.1:8202, complete] completed NON-2.04   MID=32355, Token=ECA4CE86B6C308EE, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC!
06:50:38.773 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,304,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32355, Token=ECA4CE86B6C308EE, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC]
06:50:38.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32355]
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303, 127.0.0.1:8205, complete]!
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1303, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-ECA4CE86B6C308EE]
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1303, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32355]
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1303, 127.0.0.1:8205, complete] completed CON-POST   MID=32355, Token=ECA4CE86B6C308EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32355, Token=ECA4CE86B6C308EE, OptionSet={"Object-Security":0x0A0114}, acked 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E!
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1305, 127.0.0.1:8205] send request
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1305, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1305, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32356], CON-POST   MID=32356, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1305, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-90F45357C6ED409F], CON-POST   MID=32356, Token=90F45357C6ED409F, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF
06:50:38.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32356], KeyToken[127.0.0.1:8205-90F45357C6ED409F]]
06:50:38.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,305,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32356, Token=90F45357C6ED409F, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF]
06:50:38.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32356]
06:50:38.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, 127.0.0.1:8202] replace CON-POST   MID=32356, Token=90F45357C6ED409F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32356, Token=90F45357C6ED409F, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1306, 127.0.0.1:8202] send response NON-2.05   MID=32356, Token=null, OptionSet={}, "server responds hi"
06:50:38.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, 127.0.0.1:8202, complete]!
06:50:38.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1306, 127.0.0.1:8202, complete] completed NON-2.04   MID=32356, Token=90F45357C6ED409F, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69!
06:50:38.774 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,306,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32356, Token=90F45357C6ED409F, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69]
06:50:38.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32356]
06:50:38.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305, 127.0.0.1:8205, complete]!
06:50:38.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1305, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-90F45357C6ED409F]
06:50:38.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1305, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32356]
06:50:38.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1305, 127.0.0.1:8205, complete] completed CON-POST   MID=32356, Token=90F45357C6ED409F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32356, Token=90F45357C6ED409F, OptionSet={"Object-Security":0x0A0115}, acked 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF!
06:50:38.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1307, 127.0.0.1:8205] send request
06:50:38.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1307, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50
06:50:38.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1307, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32357], CON-POST   MID=32357, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50
06:50:38.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1307, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F81B1CE59712B455], CON-POST   MID=32357, Token=F81B1CE59712B455, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50
06:50:38.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32357], KeyToken[127.0.0.1:8205-F81B1CE59712B455]]
06:50:38.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:8205
06:50:38.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,307,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32357, Token=F81B1CE59712B455, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50]
06:50:38.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32357]
06:50:38.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, 127.0.0.1:8202] replace CON-POST   MID=32357, Token=F81B1CE59712B455, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32357, Token=F81B1CE59712B455, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1308, 127.0.0.1:8202] send response NON-2.05   MID=32357, Token=null, OptionSet={}, "server responds hi"
06:50:38.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, 127.0.0.1:8202, complete]!
06:50:38.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1308, 127.0.0.1:8202, complete] completed NON-2.04   MID=32357, Token=F81B1CE59712B455, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B!
06:50:38.775 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,308,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32357, Token=F81B1CE59712B455, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B]
06:50:38.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32357]
06:50:38.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307, 127.0.0.1:8205, complete]!
06:50:38.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1307, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F81B1CE59712B455]
06:50:38.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1307, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32357]
06:50:38.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1307, 127.0.0.1:8205, complete] completed CON-POST   MID=32357, Token=F81B1CE59712B455, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32357, Token=F81B1CE59712B455, OptionSet={"Object-Security":0x0A0116}, acked D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50!
06:50:38.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1309, 127.0.0.1:8205] send request
06:50:38.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1309, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A
06:50:38.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1309, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32358], CON-POST   MID=32358, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A
06:50:38.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1309, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-64DD273B6C8EED6E], CON-POST   MID=32358, Token=64DD273B6C8EED6E, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A
06:50:38.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32358], KeyToken[127.0.0.1:8205-64DD273B6C8EED6E]]
06:50:38.776 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,309,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32358, Token=64DD273B6C8EED6E, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A]
06:50:38.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32358]
06:50:38.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, 127.0.0.1:8202] replace CON-POST   MID=32358, Token=64DD273B6C8EED6E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32358, Token=64DD273B6C8EED6E, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1310, 127.0.0.1:8202] send response NON-2.05   MID=32358, Token=null, OptionSet={}, "server responds hi"
06:50:38.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, 127.0.0.1:8202, complete]!
06:50:38.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1310, 127.0.0.1:8202, complete] completed NON-2.04   MID=32358, Token=64DD273B6C8EED6E, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2!
06:50:38.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:8202
06:50:38.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,310,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32358, Token=64DD273B6C8EED6E, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2]
06:50:38.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32358]
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309, 127.0.0.1:8205, complete]!
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1309, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-64DD273B6C8EED6E]
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1309, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32358]
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1309, 127.0.0.1:8205, complete] completed CON-POST   MID=32358, Token=64DD273B6C8EED6E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32358, Token=64DD273B6C8EED6E, OptionSet={"Object-Security":0x0A0117}, acked 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A!
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1311, 127.0.0.1:8205] send request
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1311, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1311, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32359], CON-POST   MID=32359, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1311, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-942196368A964E76], CON-POST   MID=32359, Token=942196368A964E76, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0
06:50:38.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32359], KeyToken[127.0.0.1:8205-942196368A964E76]]
06:50:38.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,311,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32359, Token=942196368A964E76, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0]
06:50:38.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32359]
06:50:38.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, 127.0.0.1:8202] replace CON-POST   MID=32359, Token=942196368A964E76, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32359, Token=942196368A964E76, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1312, 127.0.0.1:8202] send response NON-2.05   MID=32359, Token=null, OptionSet={}, "server responds hi"
06:50:38.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, 127.0.0.1:8202, complete]!
06:50:38.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1312, 127.0.0.1:8202, complete] completed NON-2.04   MID=32359, Token=942196368A964E76, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C!
06:50:38.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,312,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32359, Token=942196368A964E76, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C]
06:50:38.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32359]
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311, 127.0.0.1:8205, complete]!
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1311, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-942196368A964E76]
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1311, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32359]
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1311, 127.0.0.1:8205, complete] completed CON-POST   MID=32359, Token=942196368A964E76, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32359, Token=942196368A964E76, OptionSet={"Object-Security":0x0A0118}, acked 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0!
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1313, 127.0.0.1:8205] send request
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1313, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1313, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32360], CON-POST   MID=32360, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1313, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-DCD1AF103D6C1102], CON-POST   MID=32360, Token=DCD1AF103D6C1102, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33
06:50:38.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32360], KeyToken[127.0.0.1:8205-DCD1AF103D6C1102]]
06:50:38.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 41 bytes to 127.0.0.1:8205
06:50:38.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,313,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32360, Token=DCD1AF103D6C1102, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33]
06:50:38.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32360]
06:50:38.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, 127.0.0.1:8202] replace CON-POST   MID=32360, Token=DCD1AF103D6C1102, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32360, Token=DCD1AF103D6C1102, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1314, 127.0.0.1:8202] send response NON-2.05   MID=32360, Token=null, OptionSet={}, "server responds hi"
06:50:38.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, 127.0.0.1:8202, complete]!
06:50:38.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1314, 127.0.0.1:8202, complete] completed NON-2.04   MID=32360, Token=DCD1AF103D6C1102, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF!
06:50:38.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:8202
06:50:38.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,314,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32360, Token=DCD1AF103D6C1102, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF]
06:50:38.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32360]
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313, 127.0.0.1:8205, complete]!
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1313, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-DCD1AF103D6C1102]
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1313, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32360]
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1313, 127.0.0.1:8205, complete] completed CON-POST   MID=32360, Token=DCD1AF103D6C1102, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32360, Token=DCD1AF103D6C1102, OptionSet={"Object-Security":0x0A0119}, acked 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33!
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1315, 127.0.0.1:8205] send request
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1315, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1315, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32361], CON-POST   MID=32361, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1315, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F0DF94193A15F988], CON-POST   MID=32361, Token=F0DF94193A15F988, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F
06:50:38.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32361], KeyToken[127.0.0.1:8205-F0DF94193A15F988]]
06:50:38.779 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,315,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32361, Token=F0DF94193A15F988, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F]
06:50:38.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32361]
06:50:38.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, 127.0.0.1:8202] replace CON-POST   MID=32361, Token=F0DF94193A15F988, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32361, Token=F0DF94193A15F988, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1316, 127.0.0.1:8202] send response NON-2.05   MID=32361, Token=null, OptionSet={}, "server responds hi"
06:50:38.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, 127.0.0.1:8202, complete]!
06:50:38.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1316, 127.0.0.1:8202, complete] completed NON-2.04   MID=32361, Token=F0DF94193A15F988, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41!
06:50:38.780 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,316,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32361, Token=F0DF94193A15F988, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41]
06:50:38.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32361]
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315, 127.0.0.1:8205, complete]!
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1315, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F0DF94193A15F988]
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1315, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32361]
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1315, 127.0.0.1:8205, complete] completed CON-POST   MID=32361, Token=F0DF94193A15F988, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32361, Token=F0DF94193A15F988, OptionSet={"Object-Security":0x0A011A}, acked 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F!
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1317, 127.0.0.1:8205] send request
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1317, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1317, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32362], CON-POST   MID=32362, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F
06:50:38.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1317, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-28E40E104A118528], CON-POST   MID=32362, Token=28E40E104A118528, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F
06:50:38.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32362], KeyToken[127.0.0.1:8205-28E40E104A118528]]
06:50:38.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:8205
06:50:38.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,317,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32362, Token=28E40E104A118528, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F]
06:50:38.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32362]
06:50:38.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, 127.0.0.1:8202] replace CON-POST   MID=32362, Token=28E40E104A118528, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32362, Token=28E40E104A118528, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1318, 127.0.0.1:8202] send response NON-2.05   MID=32362, Token=null, OptionSet={}, "server responds hi"
06:50:38.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, 127.0.0.1:8202, complete]!
06:50:38.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1318, 127.0.0.1:8202, complete] completed NON-2.04   MID=32362, Token=28E40E104A118528, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91!
06:50:38.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,318,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32362, Token=28E40E104A118528, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91]
06:50:38.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32362]
06:50:38.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317, 127.0.0.1:8205, complete]!
06:50:38.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1317, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-28E40E104A118528]
06:50:38.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1317, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32362]
06:50:38.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1317, 127.0.0.1:8205, complete] completed CON-POST   MID=32362, Token=28E40E104A118528, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32362, Token=28E40E104A118528, OptionSet={"Object-Security":0x0A011B}, acked ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F!
06:50:38.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1319, 127.0.0.1:8205] send request
06:50:38.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1319, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2
06:50:38.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1319, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32363], CON-POST   MID=32363, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2
06:50:38.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1319, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-04F9B27EA685F6F4], CON-POST   MID=32363, Token=04F9B27EA685F6F4, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2
06:50:38.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32363], KeyToken[127.0.0.1:8205-04F9B27EA685F6F4]]
06:50:38.782 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,319,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32363, Token=04F9B27EA685F6F4, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2]
06:50:38.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32363]
06:50:38.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, 127.0.0.1:8202] replace CON-POST   MID=32363, Token=04F9B27EA685F6F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32363, Token=04F9B27EA685F6F4, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1320, 127.0.0.1:8202] send response NON-2.05   MID=32363, Token=null, OptionSet={}, "server responds hi"
06:50:38.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, 127.0.0.1:8202, complete]!
06:50:38.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1320, 127.0.0.1:8202, complete] completed NON-2.04   MID=32363, Token=04F9B27EA685F6F4, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05!
06:50:38.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:8202
06:50:38.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,320,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32363, Token=04F9B27EA685F6F4, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05]
06:50:38.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32363]
06:50:38.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319, 127.0.0.1:8205, complete]!
06:50:38.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1319, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-04F9B27EA685F6F4]
06:50:38.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1319, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32363]
06:50:38.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1319, 127.0.0.1:8205, complete] completed CON-POST   MID=32363, Token=04F9B27EA685F6F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32363, Token=04F9B27EA685F6F4, OptionSet={"Object-Security":0x0A011C}, acked 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2!
06:50:38.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1321, 127.0.0.1:8205] send request
06:50:38.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1321, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63
06:50:38.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1321, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32364], CON-POST   MID=32364, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63
06:50:38.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1321, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-94CFAF025491D99A], CON-POST   MID=32364, Token=94CFAF025491D99A, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63
06:50:38.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32364], KeyToken[127.0.0.1:8205-94CFAF025491D99A]]
06:50:38.783 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,321,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32364, Token=94CFAF025491D99A, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63]
06:50:38.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32364]
06:50:38.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, 127.0.0.1:8202] replace CON-POST   MID=32364, Token=94CFAF025491D99A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32364, Token=94CFAF025491D99A, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1322, 127.0.0.1:8202] send response NON-2.05   MID=32364, Token=null, OptionSet={}, "server responds hi"
06:50:38.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, 127.0.0.1:8202, complete]!
06:50:38.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1322, 127.0.0.1:8202, complete] completed NON-2.04   MID=32364, Token=94CFAF025491D99A, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C!
06:50:38.783 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,322,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32364, Token=94CFAF025491D99A, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C]
06:50:38.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32364]
06:50:38.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321, 127.0.0.1:8205, complete]!
06:50:38.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1321, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-94CFAF025491D99A]
06:50:38.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1321, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32364]
06:50:38.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1321, 127.0.0.1:8205, complete] completed CON-POST   MID=32364, Token=94CFAF025491D99A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32364, Token=94CFAF025491D99A, OptionSet={"Object-Security":0x0A011D}, acked 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63!
06:50:38.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1323, 127.0.0.1:8205] send request
06:50:38.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1323, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E
06:50:38.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1323, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32365], CON-POST   MID=32365, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E
06:50:38.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1323, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6CB7E7068024CE85], CON-POST   MID=32365, Token=6CB7E7068024CE85, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E
06:50:38.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32365], KeyToken[127.0.0.1:8205-6CB7E7068024CE85]]
06:50:38.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 41 bytes to 127.0.0.1:8205
06:50:38.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,323,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32365, Token=6CB7E7068024CE85, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E]
06:50:38.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32365]
06:50:38.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, 127.0.0.1:8202] replace CON-POST   MID=32365, Token=6CB7E7068024CE85, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32365, Token=6CB7E7068024CE85, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1324, 127.0.0.1:8202] send response NON-2.05   MID=32365, Token=null, OptionSet={}, "server responds hi"
06:50:38.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, 127.0.0.1:8202, complete]!
06:50:38.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1324, 127.0.0.1:8202, complete] completed NON-2.04   MID=32365, Token=6CB7E7068024CE85, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51!
06:50:38.785 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,324,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32365, Token=6CB7E7068024CE85, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51]
06:50:38.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32365]
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323, 127.0.0.1:8205, complete]!
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1323, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6CB7E7068024CE85]
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1323, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32365]
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1323, 127.0.0.1:8205, complete] completed CON-POST   MID=32365, Token=6CB7E7068024CE85, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32365, Token=6CB7E7068024CE85, OptionSet={"Object-Security":0x0A011E}, acked F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E!
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1325, 127.0.0.1:8205] send request
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1325, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1325, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32366], CON-POST   MID=32366, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1325, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B40156DF9F3C5BC0], CON-POST   MID=32366, Token=B40156DF9F3C5BC0, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA
06:50:38.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32366], KeyToken[127.0.0.1:8205-B40156DF9F3C5BC0]]
06:50:38.785 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,325,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32366, Token=B40156DF9F3C5BC0, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA]
06:50:38.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32366]
06:50:38.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, 127.0.0.1:8202] replace CON-POST   MID=32366, Token=B40156DF9F3C5BC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32366, Token=B40156DF9F3C5BC0, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1326, 127.0.0.1:8202] send response NON-2.05   MID=32366, Token=null, OptionSet={}, "server responds hi"
06:50:38.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, 127.0.0.1:8202, complete]!
06:50:38.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1326, 127.0.0.1:8202, complete] completed NON-2.04   MID=32366, Token=B40156DF9F3C5BC0, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C!
06:50:38.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,326,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32366, Token=B40156DF9F3C5BC0, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C]
06:50:38.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32366]
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325, 127.0.0.1:8205, complete]!
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1325, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B40156DF9F3C5BC0]
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1325, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32366]
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1325, 127.0.0.1:8205, complete] completed CON-POST   MID=32366, Token=B40156DF9F3C5BC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32366, Token=B40156DF9F3C5BC0, OptionSet={"Object-Security":0x0A011F}, acked CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA!
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1327, 127.0.0.1:8205] send request
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1327, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1327, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32367], CON-POST   MID=32367, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1327, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6457B9E1A34B54A5], CON-POST   MID=32367, Token=6457B9E1A34B54A5, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1
06:50:38.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32367], KeyToken[127.0.0.1:8205-6457B9E1A34B54A5]]
06:50:38.786 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,327,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32367, Token=6457B9E1A34B54A5, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1]
06:50:38.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32367]
06:50:38.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, 127.0.0.1:8202] replace CON-POST   MID=32367, Token=6457B9E1A34B54A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32367, Token=6457B9E1A34B54A5, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1328, 127.0.0.1:8202] send response NON-2.05   MID=32367, Token=null, OptionSet={}, "server responds hi"
06:50:38.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, 127.0.0.1:8202, complete]!
06:50:38.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1328, 127.0.0.1:8202, complete] completed NON-2.04   MID=32367, Token=6457B9E1A34B54A5, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F!
06:50:38.787 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,328,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32367, Token=6457B9E1A34B54A5, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F]
06:50:38.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32367]
06:50:38.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327, 127.0.0.1:8205, complete]!
06:50:38.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1327, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6457B9E1A34B54A5]
06:50:38.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1327, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32367]
06:50:38.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1327, 127.0.0.1:8205, complete] completed CON-POST   MID=32367, Token=6457B9E1A34B54A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32367, Token=6457B9E1A34B54A5, OptionSet={"Object-Security":0x0A0120}, acked 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1!
06:50:38.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1329, 127.0.0.1:8205] send request
06:50:38.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1329, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42
06:50:38.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1329, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32368], CON-POST   MID=32368, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42
06:50:38.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1329, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D057DA303D272697], CON-POST   MID=32368, Token=D057DA303D272697, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42
06:50:38.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32368], KeyToken[127.0.0.1:8205-D057DA303D272697]]
06:50:38.788 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,329,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32368, Token=D057DA303D272697, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42]
06:50:38.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32368]
06:50:38.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, 127.0.0.1:8202] replace CON-POST   MID=32368, Token=D057DA303D272697, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32368, Token=D057DA303D272697, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1330, 127.0.0.1:8202] send response NON-2.05   MID=32368, Token=null, OptionSet={}, "server responds hi"
06:50:38.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, 127.0.0.1:8202, complete]!
06:50:38.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1330, 127.0.0.1:8202, complete] completed NON-2.04   MID=32368, Token=D057DA303D272697, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4!
06:50:38.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:8202
06:50:38.846 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,330,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32368, Token=D057DA303D272697, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4]
06:50:38.846 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32368]
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329, 127.0.0.1:8205, complete]!
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1329, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D057DA303D272697]
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1329, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32368]
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1329, 127.0.0.1:8205, complete] completed CON-POST   MID=32368, Token=D057DA303D272697, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32368, Token=D057DA303D272697, OptionSet={"Object-Security":0x0A0121}, acked BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42!
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1331, 127.0.0.1:8205] send request
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1331, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1331, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32369], CON-POST   MID=32369, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1331, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-786C5DCA8F245753], CON-POST   MID=32369, Token=786C5DCA8F245753, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17
06:50:38.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32369], KeyToken[127.0.0.1:8205-786C5DCA8F245753]]
06:50:38.848 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.848 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,331,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32369, Token=786C5DCA8F245753, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17]
06:50:38.848 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32369]
06:50:38.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, 127.0.0.1:8202] replace CON-POST   MID=32369, Token=786C5DCA8F245753, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32369, Token=786C5DCA8F245753, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1332, 127.0.0.1:8202] send response NON-2.05   MID=32369, Token=null, OptionSet={}, "server responds hi"
06:50:38.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, 127.0.0.1:8202, complete]!
06:50:38.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1332, 127.0.0.1:8202, complete] completed NON-2.04   MID=32369, Token=786C5DCA8F245753, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C!
06:50:38.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:8202
06:50:38.848 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,332,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32369, Token=786C5DCA8F245753, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C]
06:50:38.848 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32369]
06:50:38.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331, 127.0.0.1:8205, complete]!
06:50:38.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1331, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-786C5DCA8F245753]
06:50:38.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1331, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32369]
06:50:38.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1331, 127.0.0.1:8205, complete] completed CON-POST   MID=32369, Token=786C5DCA8F245753, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32369, Token=786C5DCA8F245753, OptionSet={"Object-Security":0x0A0122}, acked A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17!
06:50:38.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1333, 127.0.0.1:8205] send request
06:50:38.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1333, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D
06:50:38.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1333, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32370], CON-POST   MID=32370, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D
06:50:38.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1333, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-681C6A91F2F6D4F7], CON-POST   MID=32370, Token=681C6A91F2F6D4F7, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D
06:50:38.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32370], KeyToken[127.0.0.1:8205-681C6A91F2F6D4F7]]
06:50:38.849 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.849 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,333,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32370, Token=681C6A91F2F6D4F7, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D]
06:50:38.849 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32370]
06:50:38.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, 127.0.0.1:8202] replace CON-POST   MID=32370, Token=681C6A91F2F6D4F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32370, Token=681C6A91F2F6D4F7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1334, 127.0.0.1:8202] send response NON-2.05   MID=32370, Token=null, OptionSet={}, "server responds hi"
06:50:38.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, 127.0.0.1:8202, complete]!
06:50:38.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1334, 127.0.0.1:8202, complete] completed NON-2.04   MID=32370, Token=681C6A91F2F6D4F7, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03!
06:50:38.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:8202
06:50:38.850 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,334,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32370, Token=681C6A91F2F6D4F7, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03]
06:50:38.850 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32370]
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333, 127.0.0.1:8205, complete]!
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1333, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-681C6A91F2F6D4F7]
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1333, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32370]
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1333, 127.0.0.1:8205, complete] completed CON-POST   MID=32370, Token=681C6A91F2F6D4F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32370, Token=681C6A91F2F6D4F7, OptionSet={"Object-Security":0x0A0123}, acked 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D!
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1335, 127.0.0.1:8205] send request
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1335, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1335, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32371], CON-POST   MID=32371, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1335, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-50BF51792D6FC81B], CON-POST   MID=32371, Token=50BF51792D6FC81B, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00
06:50:38.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32371], KeyToken[127.0.0.1:8205-50BF51792D6FC81B]]
06:50:38.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:8205
06:50:38.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,335,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32371, Token=50BF51792D6FC81B, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00]
06:50:38.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32371]
06:50:38.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, 127.0.0.1:8202] replace CON-POST   MID=32371, Token=50BF51792D6FC81B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32371, Token=50BF51792D6FC81B, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1336, 127.0.0.1:8202] send response NON-2.05   MID=32371, Token=null, OptionSet={}, "server responds hi"
06:50:38.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, 127.0.0.1:8202, complete]!
06:50:38.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1336, 127.0.0.1:8202, complete] completed NON-2.04   MID=32371, Token=50BF51792D6FC81B, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E!
06:50:38.851 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,336,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32371, Token=50BF51792D6FC81B, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E]
06:50:38.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32371]
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335, 127.0.0.1:8205, complete]!
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1335, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-50BF51792D6FC81B]
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1335, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32371]
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1335, 127.0.0.1:8205, complete] completed CON-POST   MID=32371, Token=50BF51792D6FC81B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32371, Token=50BF51792D6FC81B, OptionSet={"Object-Security":0x0A0124}, acked 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00!
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1337, 127.0.0.1:8205] send request
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1337, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1337, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32372], CON-POST   MID=32372, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1337, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4057ABEBF59E50BD], CON-POST   MID=32372, Token=4057ABEBF59E50BD, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53
06:50:38.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32372], KeyToken[127.0.0.1:8205-4057ABEBF59E50BD]]
06:50:38.851 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,337,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32372, Token=4057ABEBF59E50BD, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53]
06:50:38.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32372]
06:50:38.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, 127.0.0.1:8202] replace CON-POST   MID=32372, Token=4057ABEBF59E50BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32372, Token=4057ABEBF59E50BD, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1338, 127.0.0.1:8202] send response NON-2.05   MID=32372, Token=null, OptionSet={}, "server responds hi"
06:50:38.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, 127.0.0.1:8202, complete]!
06:50:38.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1338, 127.0.0.1:8202, complete] completed NON-2.04   MID=32372, Token=4057ABEBF59E50BD, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11!
06:50:38.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:8202
06:50:38.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,338,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32372, Token=4057ABEBF59E50BD, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11]
06:50:38.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-32372]
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337, 127.0.0.1:8205, complete]!
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1337, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4057ABEBF59E50BD]
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1337, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32372]
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1337, 127.0.0.1:8205, complete] completed CON-POST   MID=32372, Token=4057ABEBF59E50BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32372, Token=4057ABEBF59E50BD, OptionSet={"Object-Security":0x0A0125}, acked 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53!
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1339, 127.0.0.1:8205] send request
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1339, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1339, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32373], CON-POST   MID=32373, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C
06:50:38.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1339, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F805E785D8246B72], CON-POST   MID=32373, Token=F805E785D8246B72, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C
06:50:38.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32373], KeyToken[127.0.0.1:8205-F805E785D8246B72]]
06:50:38.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 41 bytes to 127.0.0.1:8205
06:50:38.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,339,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32373, Token=F805E785D8246B72, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C]
06:50:38.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32373]
06:50:38.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, 127.0.0.1:8202] replace CON-POST   MID=32373, Token=F805E785D8246B72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32373, Token=F805E785D8246B72, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1340, 127.0.0.1:8202] send response NON-2.05   MID=32373, Token=null, OptionSet={}, "server responds hi"
06:50:38.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, 127.0.0.1:8202, complete]!
06:50:38.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1340, 127.0.0.1:8202, complete] completed NON-2.04   MID=32373, Token=F805E785D8246B72, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B!
06:50:38.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,340,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32373, Token=F805E785D8246B72, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B]
06:50:38.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32373]
06:50:38.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339, 127.0.0.1:8205, complete]!
06:50:38.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1339, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F805E785D8246B72]
06:50:38.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1339, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32373]
06:50:38.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1339, 127.0.0.1:8205, complete] completed CON-POST   MID=32373, Token=F805E785D8246B72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32373, Token=F805E785D8246B72, OptionSet={"Object-Security":0x0A0126}, acked 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C!
06:50:38.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1341, 127.0.0.1:8205] send request
06:50:38.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1341, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF
06:50:38.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1341, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32374], CON-POST   MID=32374, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF
06:50:38.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1341, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A808698A7354B960], CON-POST   MID=32374, Token=A808698A7354B960, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF
06:50:38.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32374], KeyToken[127.0.0.1:8205-A808698A7354B960]]
06:50:38.854 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,341,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32374, Token=A808698A7354B960, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF]
06:50:38.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32374]
06:50:38.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, 127.0.0.1:8202] replace CON-POST   MID=32374, Token=A808698A7354B960, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32374, Token=A808698A7354B960, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1342, 127.0.0.1:8202] send response NON-2.05   MID=32374, Token=null, OptionSet={}, "server responds hi"
06:50:38.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, 127.0.0.1:8202, complete]!
06:50:38.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1342, 127.0.0.1:8202, complete] completed NON-2.04   MID=32374, Token=A808698A7354B960, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17!
06:50:38.854 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,342,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32374, Token=A808698A7354B960, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17]
06:50:38.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32374]
06:50:38.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341, 127.0.0.1:8205, complete]!
06:50:38.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1341, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A808698A7354B960]
06:50:38.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1341, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32374]
06:50:38.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1341, 127.0.0.1:8205, complete] completed CON-POST   MID=32374, Token=A808698A7354B960, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32374, Token=A808698A7354B960, OptionSet={"Object-Security":0x0A0127}, acked 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF!
06:50:38.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1343, 127.0.0.1:8205] send request
06:50:38.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1343, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED
06:50:38.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1343, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32375], CON-POST   MID=32375, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED
06:50:38.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1343, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-10FF2AA8BC237AE7], CON-POST   MID=32375, Token=10FF2AA8BC237AE7, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED
06:50:38.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32375], KeyToken[127.0.0.1:8205-10FF2AA8BC237AE7]]
06:50:38.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,343,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32375, Token=10FF2AA8BC237AE7, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED]
06:50:38.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32375]
06:50:38.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, 127.0.0.1:8202] replace CON-POST   MID=32375, Token=10FF2AA8BC237AE7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32375, Token=10FF2AA8BC237AE7, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1344, 127.0.0.1:8202] send response NON-2.05   MID=32375, Token=null, OptionSet={}, "server responds hi"
06:50:38.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, 127.0.0.1:8202, complete]!
06:50:38.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1344, 127.0.0.1:8202, complete] completed NON-2.04   MID=32375, Token=10FF2AA8BC237AE7, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3!
06:50:38.855 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,344,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32375, Token=10FF2AA8BC237AE7, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3]
06:50:38.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32375]
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343, 127.0.0.1:8205, complete]!
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1343, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-10FF2AA8BC237AE7]
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1343, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32375]
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1343, 127.0.0.1:8205, complete] completed CON-POST   MID=32375, Token=10FF2AA8BC237AE7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32375, Token=10FF2AA8BC237AE7, OptionSet={"Object-Security":0x0A0128}, acked 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED!
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1345, 127.0.0.1:8205] send request
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1345, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1345, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32376], CON-POST   MID=32376, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1345, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4428C0B6384E04BF], CON-POST   MID=32376, Token=4428C0B6384E04BF, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D
06:50:38.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32376], KeyToken[127.0.0.1:8205-4428C0B6384E04BF]]
06:50:38.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 41 bytes to 127.0.0.1:8205
06:50:38.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,345,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32376, Token=4428C0B6384E04BF, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D]
06:50:38.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32376]
06:50:38.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, 127.0.0.1:8202] replace CON-POST   MID=32376, Token=4428C0B6384E04BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32376, Token=4428C0B6384E04BF, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1346, 127.0.0.1:8202] send response NON-2.05   MID=32376, Token=null, OptionSet={}, "server responds hi"
06:50:38.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, 127.0.0.1:8202, complete]!
06:50:38.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1346, 127.0.0.1:8202, complete] completed NON-2.04   MID=32376, Token=4428C0B6384E04BF, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78!
06:50:38.856 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,346,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32376, Token=4428C0B6384E04BF, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78]
06:50:38.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32376]
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345, 127.0.0.1:8205, complete]!
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1345, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4428C0B6384E04BF]
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1345, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32376]
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1345, 127.0.0.1:8205, complete] completed CON-POST   MID=32376, Token=4428C0B6384E04BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32376, Token=4428C0B6384E04BF, OptionSet={"Object-Security":0x0A0129}, acked 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D!
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1347, 127.0.0.1:8205] send request
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1347, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1347, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32377], CON-POST   MID=32377, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1347, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-149BF9F8A05D1851], CON-POST   MID=32377, Token=149BF9F8A05D1851, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6
06:50:38.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32377], KeyToken[127.0.0.1:8205-149BF9F8A05D1851]]
06:50:38.857 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,347,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32377, Token=149BF9F8A05D1851, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6]
06:50:38.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32377]
06:50:38.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, 127.0.0.1:8202] replace CON-POST   MID=32377, Token=149BF9F8A05D1851, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32377, Token=149BF9F8A05D1851, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1348, 127.0.0.1:8202] send response NON-2.05   MID=32377, Token=null, OptionSet={}, "server responds hi"
06:50:38.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, 127.0.0.1:8202, complete]!
06:50:38.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1348, 127.0.0.1:8202, complete] completed NON-2.04   MID=32377, Token=149BF9F8A05D1851, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9!
06:50:38.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:8202
06:50:38.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,348,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32377, Token=149BF9F8A05D1851, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9]
06:50:38.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32377]
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347, 127.0.0.1:8205, complete]!
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1347, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-149BF9F8A05D1851]
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1347, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32377]
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1347, 127.0.0.1:8205, complete] completed CON-POST   MID=32377, Token=149BF9F8A05D1851, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32377, Token=149BF9F8A05D1851, OptionSet={"Object-Security":0x0A012A}, acked AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6!
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1349, 127.0.0.1:8205] send request
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1349, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1349, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-32378], CON-POST   MID=32378, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1349, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-80A09D469FC061EC], CON-POST   MID=32378, Token=80A09D469FC061EC, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46
06:50:38.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-32378], KeyToken[127.0.0.1:8205-80A09D469FC061EC]]
06:50:38.858 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
06:50:38.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,349,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=32378, Token=80A09D469FC061EC, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46]
06:50:38.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202
06:50:38.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32378]
06:50:38.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, 127.0.0.1:8202] replace CON-POST   MID=32378, Token=80A09D469FC061EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32378, Token=80A09D469FC061EC, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1350, 127.0.0.1:8202] send response NON-2.05   MID=32378, Token=null, OptionSet={}, "server responds hi"
06:50:38.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, 127.0.0.1:8202, complete]!
06:50:38.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1350, 127.0.0.1:8202, complete] completed NON-2.04   MID=32378, Token=80A09D469FC061EC, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C!
06:50:38.859 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,350,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=32378, Token=80A09D469FC061EC, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C]
06:50:38.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
06:50:38.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:8205-32378]
06:50:38.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349, 127.0.0.1:8205, complete]!
06:50:38.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1349, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-80A09D469FC061EC]
06:50:38.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1349, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-32378]
06:50:38.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1349, 127.0.0.1:8205, complete] completed CON-POST   MID=32378, Token=80A09D469FC061EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32378, Token=80A09D469FC061EC, OptionSet={"Object-Security":0x0A012B}, acked 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46!
06:50:38.859 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.859 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205
06:50:38.859 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205
06:50:38.859 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ...
06:50:38.860 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1
06:50:38.860 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped.
06:50:38.860 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205
06:50:38.860 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:38.860 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.860 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.860 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.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
06:50:38.860 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.861 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.861 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.861 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.861 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.861 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206
06:50:38.861 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.861 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8206, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.861 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206
06:50:38.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:38.861 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
client sent request
06:50:38.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1351, 127.0.0.1:8206] send request
06:50:38.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1351, 127.0.0.1:8206] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351, 127.0.0.1:8206] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1351, 127.0.0.1:8206] added with KeyMID[127.0.0.1:8206-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1351, 127.0.0.1:8206] added with generated token KeyToken[127.0.0.1:8206-20409389E205B048], CON-POST   MID=10000, Token=20409389E205B048, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.862 [: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-20409389E205B048]]
06:50:38.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:8206
06:50:38.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,351,T83) 127.0.0.1:8,202 ==> :8,206 [CON-POST   MID=10000, Token=20409389E205B048, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85]
06:50:38.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8206) received 40 bytes from 127.0.0.1:8202
06:50:38.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10000]
06:50:38.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, 127.0.0.1:8202] replace CON-POST   MID=10000, Token=20409389E205B048, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=20409389E205B048, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1352, 127.0.0.1:8202] send response NON-2.05   MID=10000, Token=null, OptionSet={}, "server responds hi"
06:50:38.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, 127.0.0.1:8202, complete]!
06:50:38.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1352, 127.0.0.1:8202, complete] completed NON-2.04   MID=10000, Token=20409389E205B048, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11!
06:50:38.862 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,352,T63) 127.0.0.1:8,206 ==> :8,202 [NON-2.04   MID=10000, Token=20409389E205B048, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11]
06:50:38.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8206
06:50:38.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:8206-10000]
06:50:38.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351, 127.0.0.1:8206, complete]!
06:50:38.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1351, 127.0.0.1:8206, complete] for token KeyToken[127.0.0.1:8206-20409389E205B048]
06:50:38.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1351, 127.0.0.1:8206, complete] for MID KeyMID[127.0.0.1:8206-10000]
06:50:38.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1351, 127.0.0.1:8206, complete] completed CON-POST   MID=10000, Token=20409389E205B048, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=20409389E205B048, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85!
client received response
06:50:38.863 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.863 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206
06:50:38.863 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206
06:50:38.863 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ...
06:50:38.863 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1
06:50:38.863 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped.
06:50:38.863 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206
06:50:38.863 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:38.863 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.863 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.863 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.864 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.864 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.864 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.864 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.864 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.864 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.864 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207
06:50:38.864 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.864 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8207, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.864 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207
06:50:38.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:38.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
client sent request
06:50:38.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1353, 127.0.0.1:8207] send request
06:50:38.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1353, 127.0.0.1:8207] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353, 127.0.0.1:8207] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41
06:50:38.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1353, 127.0.0.1:8207] added with KeyMID[127.0.0.1:8207-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41
06:50:38.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1353, 127.0.0.1:8207] added with generated token KeyToken[127.0.0.1:8207-B0040AA205AD91E3], CON-POST   MID=10000, Token=B0040AA205AD91E3, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41
06:50:38.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-10000], KeyToken[127.0.0.1:8207-B0040AA205AD91E3]]
06:50:38.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 41 bytes to 127.0.0.1:8207
06:50:38.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,353,T88) 127.0.0.1:8,202 ==> :8,207 [CON-POST   MID=10000, Token=B0040AA205AD91E3, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41]
06:50:38.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 41 bytes from 127.0.0.1:8202
06:50:38.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10000]
06:50:38.865 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found
06:50:38.865 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found
06:50:38.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354, 127.0.0.1:8202, complete]!
06:50:38.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1354, 127.0.0.1:8202, complete] completed ACK-4.01   MID=10000, Token=B0040AA205AD91E3, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"!
06:50:38.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 41 bytes to 127.0.0.1:8202
06:50:38.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,354,T63) 127.0.0.1:8,207 ==> :8,202 [ACK-4.01   MID=10000, Token=B0040AA205AD91E3, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"]
06:50:38.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 41 bytes from 127.0.0.1:8207
06:50:38.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:38.865 [: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=B0040AA205AD91E3, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found":
06:50:38.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353, 127.0.0.1:8207, complete]!
06:50:38.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1353, 127.0.0.1:8207, complete] for token KeyToken[127.0.0.1:8207-B0040AA205AD91E3]
06:50:38.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1353, 127.0.0.1:8207, complete] for MID KeyMID[127.0.0.1:8207-10000]
06:50:38.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1353, 127.0.0.1:8207, complete] completed CON-POST   MID=10000, Token=B0040AA205AD91E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=B0040AA205AD91E3, OptionSet={"Object-Security":0x090077}, acked 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41!
client received response
06:50:38.865 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.866 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207
06:50:38.866 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207
06:50:38.866 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ...
06:50:38.866 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1
06:50:38.866 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped.
06:50:38.866 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207
06:50:38.866 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:38.866 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.866 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.866 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.866 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.866 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.867 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.867 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.867 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.867 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.867 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208
06:50:38.867 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.867 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8208, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:38.867 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208
06:50:38.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:38.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1355, 127.0.0.1:8208] send request
06:50:38.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1355, 127.0.0.1:8208] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355, 127.0.0.1:8208] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1355, 127.0.0.1:8208] added with generated mid KeyMID[127.0.0.1:8208-3907], CON-POST   MID= 3907, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1355, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-F4296FCF9DB326A2], CON-POST   MID= 3907, Token=F4296FCF9DB326A2, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-3907], KeyToken[127.0.0.1:8208-F4296FCF9DB326A2]]
06:50:38.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:8208
06:50:38.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,355,T93) 127.0.0.1:8,202 ==> :8,208 [CON-POST   MID= 3907, Token=F4296FCF9DB326A2, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85]
06:50:38.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 40 bytes from 127.0.0.1:8202
06:50:38.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-3907]
06:50:38.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, 127.0.0.1:8202] replace CON-POST   MID= 3907, Token=F4296FCF9DB326A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID= 3907, Token=F4296FCF9DB326A2, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1356, 127.0.0.1:8202] send response NON-2.05   MID= 3907, Token=null, OptionSet={}, "server responds hi"
06:50:38.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, 127.0.0.1:8202, complete]!
06:50:38.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1356, 127.0.0.1:8202, complete] completed NON-2.04   MID= 3907, Token=F4296FCF9DB326A2, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11!
06:50:38.868 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,356,T63) 127.0.0.1:8,208 ==> :8,202 [NON-2.04   MID= 3907, Token=F4296FCF9DB326A2, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11]
06:50:38.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8208
06:50:38.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:8208-3907]
06:50:38.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355, 127.0.0.1:8208, complete]!
06:50:38.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1355, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-F4296FCF9DB326A2]
06:50:38.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1355, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-3907]
06:50:38.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1355, 127.0.0.1:8208, complete] completed CON-POST   MID= 3907, Token=F4296FCF9DB326A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 3907, Token=F4296FCF9DB326A2, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85!
06:50:38.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1357, 127.0.0.1:8208] send request
06:50:38.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1357, 127.0.0.1:8208] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357, 127.0.0.1:8208] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:38.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1357, 127.0.0.1:8208] added with generated mid KeyMID[127.0.0.1:8208-3908], CON-POST   MID= 3908, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:38.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1357, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-CC802960C2C35178], CON-POST   MID= 3908, Token=CC802960C2C35178, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:38.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-3908], KeyToken[127.0.0.1:8208-CC802960C2C35178]]
06:50:38.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:8208
06:50:38.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,357,T93) 127.0.0.1:8,202 ==> :8,208 [CON-POST   MID= 3908, Token=CC802960C2C35178, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A]
06:50:38.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 40 bytes from 127.0.0.1:8202
06:50:38.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-3908]
06:50:38.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, 127.0.0.1:8202] replace CON-POST   MID= 3908, Token=CC802960C2C35178, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID= 3908, Token=CC802960C2C35178, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1358, 127.0.0.1:8202] send response NON-2.05   MID= 3908, Token=null, OptionSet={}, "server responds hi"
06:50:38.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, 127.0.0.1:8202, complete]!
06:50:38.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1358, 127.0.0.1:8202, complete] completed NON-2.04   MID= 3908, Token=CC802960C2C35178, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC!
06:50:38.869 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,358,T63) 127.0.0.1:8,208 ==> :8,202 [NON-2.04   MID= 3908, Token=CC802960C2C35178, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC]
06:50:38.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8208
06:50:38.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:8208-3908]
06:50:38.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357, 127.0.0.1:8208, complete]!
06:50:38.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1357, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-CC802960C2C35178]
06:50:38.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1357, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-3908]
06:50:38.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1357, 127.0.0.1:8208, complete] completed CON-POST   MID= 3908, Token=CC802960C2C35178, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 3908, Token=CC802960C2C35178, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A!
06:50:38.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1359, 127.0.0.1:8208] send request
06:50:38.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1359, 127.0.0.1:8208] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359, 127.0.0.1:8208] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1359, 127.0.0.1:8208] added with generated mid KeyMID[127.0.0.1:8208-3909], CON-POST   MID= 3909, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1359, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-64780CD6BD26D324], CON-POST   MID= 3909, Token=64780CD6BD26D324, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-3909], KeyToken[127.0.0.1:8208-64780CD6BD26D324]]
06:50:38.870 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8208
06:50:38.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,359,T93) 127.0.0.1:8,202 ==> :8,208 [CON-POST   MID= 3909, Token=64780CD6BD26D324, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85]
06:50:38.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 40 bytes from 127.0.0.1:8202
06:50:38.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-3909]
06:50:38.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.870 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
06:50:38.870 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
06:50:38.870 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
06:50:38.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360, 127.0.0.1:8202, complete]!
06:50:38.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1360, 127.0.0.1:8202, complete] completed ACK-4.01   MID= 3909, Token=64780CD6BD26D324, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
06:50:38.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 30 bytes to 127.0.0.1:8202
06:50:38.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,360,T63) 127.0.0.1:8,208 ==> :8,202 [ACK-4.01   MID= 3909, Token=64780CD6BD26D324, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
06:50:38.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 30 bytes from 127.0.0.1:8208
06:50:38.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:38.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID= 3909, Token=64780CD6BD26D324, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
06:50:38.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359, 127.0.0.1:8208, complete]!
06:50:38.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1359, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-64780CD6BD26D324]
06:50:38.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1359, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-3909]
06:50:38.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1359, 127.0.0.1:8208, complete] completed CON-POST   MID= 3909, Token=64780CD6BD26D324, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 3909, Token=64780CD6BD26D324, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85!
06:50:38.871 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.871 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208
06:50:38.871 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208
06:50:38.871 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ...
06:50:38.871 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1
06:50:38.871 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped.
06:50:38.871 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208
06:50:38.871 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
06:50:38.872 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.872 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.872 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.872 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.872 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.873 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.873 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.873 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.873 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.873 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209
06:50:38.873 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.873 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8209, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.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]]
06:50:38.873 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8209
06:50:38.873 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
client sent request
06:50:38.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1361, 127.0.0.1:8209] send request
06:50:38.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1361, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361, 127.0.0.1:8209] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1361, 127.0.0.1:8209] added with KeyMID[127.0.0.1:8209-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1361, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-34E5B3D8F278648D], CON-POST   MID=10000, Token=34E5B3D8F278648D, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
06:50:38.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-10000], KeyToken[127.0.0.1:8209-34E5B3D8F278648D]]
06:50:38.874 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209
06:50:38.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,361,T98) 127.0.0.1:8,202 ==> :8,209 [CON-POST   MID=10000, Token=34E5B3D8F278648D, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85]
06:50:38.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8202
06:50:38.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10000]
06:50:38.874 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context)
06:50:38.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362, 127.0.0.1:8202, complete]!
06:50:38.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1362, 127.0.0.1:8202, complete] completed ACK-4.01   MID=10000, Token=34E5B3D8F278648D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes!
06:50:38.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 66 bytes to 127.0.0.1:8202
06:50:38.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,362,T63) 127.0.0.1:8,209 ==> :8,202 [ACK-4.01   MID=10000, Token=34E5B3D8F278648D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes]
06:50:38.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 66 bytes from 127.0.0.1:8209
06:50:38.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:38.874 [: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=34E5B3D8F278648D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes:
06:50:38.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361, 127.0.0.1:8209, complete]!
06:50:38.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1361, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-34E5B3D8F278648D]
06:50:38.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1361, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-10000]
06:50:38.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1361, 127.0.0.1:8209, complete] completed CON-POST   MID=10000, Token=34E5B3D8F278648D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=34E5B3D8F278648D, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85!
client received response
client sent request
06:50:38.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1363, 127.0.0.1:8209] send request
06:50:38.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1363, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363, 127.0.0.1:8209] replace CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:38.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1363, 127.0.0.1:8209] added with KeyMID[127.0.0.1:8209-10001], CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:38.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1363, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-88847B926E28E3BA], CON-POST   MID=10001, Token=88847B926E28E3BA, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
06:50:38.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-10001], KeyToken[127.0.0.1:8209-88847B926E28E3BA]]
06:50:38.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 49 bytes to 127.0.0.1:8209
06:50:38.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,363,T98) 127.0.0.1:8,202 ==> :8,209 [CON-POST   MID=10001, Token=88847B926E28E3BA, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A]
06:50:38.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 49 bytes from 127.0.0.1:8202
06:50:38.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10001]
06:50:38.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, 127.0.0.1:8202] replace CON-POST   MID=10001, Token=88847B926E28E3BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10001, Token=88847B926E28E3BA, OptionSet={"Object-Security":0x}, "client says hi"
06:50:38.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1364, 127.0.0.1:8202] send response NON-2.05   MID=10001, Token=null, OptionSet={}, "server responds hi"
06:50:38.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, 127.0.0.1:8202, complete]!
06:50:38.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1364, 127.0.0.1:8202, complete] completed NON-2.04   MID=10001, Token=88847B926E28E3BA, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC!
06:50:38.875 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
06:50:38.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,364,T63) 127.0.0.1:8,209 ==> :8,202 [NON-2.04   MID=10001, Token=88847B926E28E3BA, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC]
06:50:38.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8209
06:50:38.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:8209-10001]
06:50:38.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363, 127.0.0.1:8209, complete]!
06:50:38.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1363, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-88847B926E28E3BA]
06:50:38.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1363, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-10001]
06:50:38.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1363, 127.0.0.1:8209, complete] completed CON-POST   MID=10001, Token=88847B926E28E3BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10001, Token=88847B926E28E3BA, OptionSet={"Object-Security":0x1901087465737474657374}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A!
client received response
06:50:38.876 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.876 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209
06:50:38.876 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8209
06:50:38.876 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] stopping ...
06:50:38.876 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /127.0.0.1
06:50:38.876 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] has stopped.
06:50:38.876 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8209
06:50:38.876 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest
06:50:38.876 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:38.876 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8202
06:50:38.876 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8202
06:50:38.876 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] stopping ...
06:50:38.876 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /0.0.0.0
06:50:38.876 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] has stopped.
06:50:38.877 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8202
06:50:38.877 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.901 s - in org.eclipse.californium.oscore.OSCoreServerClientTest
[INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest

Start EndpointContextInfoTest
06:50:38.879 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.879 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.879 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.879 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.879 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.880 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.880 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.880 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.880 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.880 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210
06:50:38.880 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:38.880 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8210, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.880 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8210
06:50:38.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:38.882 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.882 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.882 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.882 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.882 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:38.882 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:38.882 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.883 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.883 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:38.883 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211
06:50:38.883 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.883 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8211, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:38.883 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211
06:50:38.883 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8211 for coap
06:50:38.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
client sent request
06:50:38.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1365, 127.0.0.1:8210] send request
06:50:38.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1365, 127.0.0.1:8210] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data>
06:50:38.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365, 127.0.0.1:8210] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
06:50:38.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1365, 127.0.0.1:8210] added with generated mid KeyMID[127.0.0.1:8210-25503], CON-POST   MID=25503, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
06:50:38.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1365, 127.0.0.1:8210] added with generated token KeyToken[127.0.0.1:8210-E00148FDD80075CD], CON-POST   MID=25503, Token=E00148FDD80075CD, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
06:50:38.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8210-25503], KeyToken[127.0.0.1:8210-E00148FDD80075CD]]
Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:38.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 29 bytes to 127.0.0.1:8210
06:50:38.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,365,T103) 127.0.0.1:8,211 ==> :8,210 [CON-POST   MID=25503, Token=E00148FDD80075CD, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
06:50:38.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8210) received 29 bytes from 127.0.0.1:8211
06:50:38.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-25503]
06:50:38.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, 127.0.0.1:8211] replace CON-POST   MID=25503, Token=E00148FDD80075CD, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=25503, Token=E00148FDD80075CD, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:38.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1366, 127.0.0.1:8211] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "server responds hi"
06:50:38.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, 127.0.0.1:8211, complete]!
06:50:38.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1366, 127.0.0.1:8211, complete] completed ACK-2.04   MID=25503, Token=E00148FDD80075CD, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA!
Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:38.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211
06:50:38.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,366,T106) 127.0.0.1:8,210 ==> :8,211 [ACK-2.04   MID=25503, Token=E00148FDD80075CD, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA]
06:50:38.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8211) received 42 bytes from 127.0.0.1:8210
06:50:38.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365, 127.0.0.1:8210, complete]!
06:50:38.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1365, 127.0.0.1:8210, complete] for token KeyToken[127.0.0.1:8210-E00148FDD80075CD]
06:50:38.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1365, 127.0.0.1:8210, complete] for MID KeyMID[127.0.0.1:8210-25503]
06:50:38.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1365, 127.0.0.1:8210, complete] completed CON-GET    MID=25503, Token=E00148FDD80075CD, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=25503, Token=E00148FDD80075CD, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79!
client received response
06:50:38.885 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.885 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210
06:50:38.885 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8210
06:50:38.885 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] stopping ...
06:50:38.885 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /127.0.0.1
06:50:38.885 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] has stopped.
06:50:38.885 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8210
06:50:38.885 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest

Start EndpointContextInfoTest
06:50:38.886 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.886 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.886 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.886 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.886 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.886 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.886 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.886 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.886 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.886 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212
06:50:38.886 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.886 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8212, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.886 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:38.886 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212
06:50:38.887 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
client sent request
Client: Request destination context type: class org.eclipse.californium.elements.AddressEndpointContext
06:50:38.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1367, 127.0.0.1:8212] send request
06:50:38.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1367, 127.0.0.1:8212] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data>
06:50:38.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367, 127.0.0.1:8212] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
06:50:38.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1367, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-14300], CON-POST   MID=14300, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
06:50:38.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1367, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-202CE72B14F6A8C9], CON-POST   MID=14300, Token=202CE72B14F6A8C9, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
06:50:38.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-14300], KeyToken[127.0.0.1:8212-202CE72B14F6A8C9]]
06:50:38.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8212
06:50:38.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,367,T111) 127.0.0.1:8,211 ==> :8,212 [CON-POST   MID=14300, Token=202CE72B14F6A8C9, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
06:50:38.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 29 bytes from 127.0.0.1:8211
06:50:38.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-14300]
06:50:38.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, 127.0.0.1:8211] replace CON-POST   MID=14300, Token=202CE72B14F6A8C9, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=14300, Token=202CE72B14F6A8C9, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:38.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1368, 127.0.0.1:8211] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "server responds hi"
06:50:38.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, 127.0.0.1:8211, complete]!
06:50:38.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1368, 127.0.0.1:8211, complete] completed ACK-2.04   MID=14300, Token=202CE72B14F6A8C9, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA!
Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:38.888 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211
06:50:38.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,368,T106) 127.0.0.1:8,212 ==> :8,211 [ACK-2.04   MID=14300, Token=202CE72B14F6A8C9, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA]
06:50:38.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8211) received 42 bytes from 127.0.0.1:8212
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367, 127.0.0.1:8212, complete]!
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1367, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-202CE72B14F6A8C9]
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1367, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-14300]
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1367, 127.0.0.1:8212, complete] completed CON-GET    MID=14300, Token=202CE72B14F6A8C9, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=14300, Token=202CE72B14F6A8C9, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79!
client received response
Client: Response source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
client sent second request
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1369, 127.0.0.1:8212] send request
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1369, 127.0.0.1:8212] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data>
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369, 127.0.0.1:8212] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1369, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-14301], CON-POST   MID=14301, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1369, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-C074AB2A614E190A], CON-POST   MID=14301, Token=C074AB2A614E190A, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
06:50:38.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-14301], KeyToken[127.0.0.1:8212-C074AB2A614E190A]]
06:50:38.888 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8212
06:50:38.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,369,T111) 127.0.0.1:8,211 ==> :8,212 [CON-POST   MID=14301, Token=C074AB2A614E190A, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24]
06:50:38.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 29 bytes from 127.0.0.1:8211
06:50:38.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-14301]
06:50:38.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, 127.0.0.1:8211] replace CON-POST   MID=14301, Token=C074AB2A614E190A, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=14301, Token=C074AB2A614E190A, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:38.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1370, 127.0.0.1:8211] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "server responds hi"
06:50:38.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, 127.0.0.1:8211, complete]!
06:50:38.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1370, 127.0.0.1:8211, complete] completed ACK-2.04   MID=14301, Token=C074AB2A614E190A, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50!
Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:38.889 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211
06:50:38.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,370,T106) 127.0.0.1:8,212 ==> :8,211 [ACK-2.04   MID=14301, Token=C074AB2A614E190A, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50]
06:50:38.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8211) received 42 bytes from 127.0.0.1:8212
06:50:38.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369, 127.0.0.1:8212, complete]!
06:50:38.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1369, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-C074AB2A614E190A]
06:50:38.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1369, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-14301]
06:50:38.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1369, 127.0.0.1:8212, complete] completed CON-GET    MID=14301, Token=C074AB2A614E190A, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=14301, Token=C074AB2A614E190A, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24!
client received response
06:50:38.889 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.889 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212
06:50:38.889 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212
06:50:38.889 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ...
06:50:38.889 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1
06:50:38.889 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped.
06:50:38.889 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212
06:50:38.889 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest
06:50:38.890 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:38.890 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211
06:50:38.890 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211
06:50:38.890 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ...
06:50:38.890 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0
06:50:38.890 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped.
06:50:38.890 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211
06:50:38.890 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.oscore.EndpointContextInfoTest
[INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
06:50:38.894 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
06:50:38.895 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.895 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.895 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.895 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.895 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.896 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.896 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.896 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.896 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.896 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213
06:50:38.896 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:38.896 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8213, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.896 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8213
06:50:38.896 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:38.896 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.896 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.896 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.896 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.896 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:38.896 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:38.896 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.896 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.897 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:38.897 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8214
06:50:38.897 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.947 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8214, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.947 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:38.947 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:38.947 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8214
06:50:38.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
06:50:38.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8213]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
06:50:38.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:38.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:38.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:38.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35804], CON-POST   MID=35804, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:38.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C015CA06D136CB17], CON-POST   MID=35804, Token=C015CA06D136CB17, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:38.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-35804], KeyToken[127.0.0.1:8213-C015CA06D136CB17]]
06:50:38.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 107 bytes to 127.0.0.1:8213
06:50:38.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,371,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35804, Token=C015CA06D136CB17, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes]
06:50:38.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 107 bytes from 127.0.0.1:8214
06:50:38.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35804]
06:50:38.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, 127.0.0.1:8214] replace CON-POST   MID=35804, Token=C015CA06D136CB17, 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=35804, Token=C015CA06D136CB17, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:38.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
06:50:38.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8214]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
06:50:38.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
06:50:38.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1372, 127.0.0.1:8214] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, <empty data>
06:50:38.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, 127.0.0.1:8214, complete]!
06:50:38.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1372, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35804, Token=C015CA06D136CB17, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
06:50:38.954 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8214
06:50:38.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,372,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35804, Token=C015CA06D136CB17, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
06:50:38.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 26 bytes from 127.0.0.1:8213
06:50:38.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0)
06:50:38.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35804, Token=C015CA06D136CB17, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:38.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35805], CON-POST   MID=35805, Token=null, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:38.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-35804]
06:50:38.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-64969C3C141D12CA], CON-POST   MID=35805, Token=64969C3C141D12CA, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:38.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-C015CA06D136CB17]
06:50:38.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-35805], KeyToken[127.0.0.1:8213-64969C3C141D12CA]]
06:50:38.955 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8213
06:50:38.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,373,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35805, Token=64969C3C141D12CA, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes]
06:50:38.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 103 bytes from 127.0.0.1:8214
06:50:38.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35805]
06:50:38.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1373, 127.0.0.1:8214] replace CON-POST   MID=35805, Token=64969C3C141D12CA, 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=35805, Token=64969C3C141D12CA, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
06:50:38.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8214] for CON-POST   MID=35805, Token=64969C3C141D12CA, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
06:50:38.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1373, 127.0.0.1:8214] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, <empty data>
06:50:38.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1373, 127.0.0.1:8214, complete]!
06:50:38.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1373, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35805, Token=64969C3C141D12CA, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
06:50:38.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8214
06:50:38.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,374,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35805, Token=64969C3C141D12CA, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
06:50:38.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 26 bytes from 127.0.0.1:8213
06:50:38.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1)
06:50:38.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35805, Token=64969C3C141D12CA, OptionSet={"Object-Security":0x0901}, acked 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:38.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35806], CON-POST   MID=35806, Token=null, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:38.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-35805]
06:50:38.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2CD8C10567D5CB4B], CON-POST   MID=35806, Token=2CD8C10567D5CB4B, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:38.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-64969C3C141D12CA]
06:50:38.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-35806], KeyToken[127.0.0.1:8213-2CD8C10567D5CB4B]]
06:50:38.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 103 bytes to 127.0.0.1:8213
06:50:38.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,375,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35806, Token=2CD8C10567D5CB4B, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes]
06:50:38.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 103 bytes from 127.0.0.1:8214
06:50:38.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35806]
06:50:38.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, 127.0.0.1:8214] replace CON-POST   MID=35806, Token=2CD8C10567D5CB4B, 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=35806, Token=2CD8C10567D5CB4B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
06:50:38.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8214] for CON-POST   MID=35806, Token=2CD8C10567D5CB4B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
06:50:38.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1374, 127.0.0.1:8214] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, <empty data>
06:50:38.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, 127.0.0.1:8214, complete]!
06:50:38.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1374, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35806, Token=2CD8C10567D5CB4B, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
06:50:38.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 26 bytes to 127.0.0.1:8214
06:50:38.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,376,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35806, Token=2CD8C10567D5CB4B, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
06:50:38.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 26 bytes from 127.0.0.1:8213
06:50:38.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2)
06:50:38.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35806, Token=2CD8C10567D5CB4B, OptionSet={"Object-Security":0x0902}, acked 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:38.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35807], CON-POST   MID=35807, Token=null, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:38.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-35806]
06:50:38.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C884B2BB07C03923], CON-POST   MID=35807, Token=C884B2BB07C03923, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:38.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-2CD8C10567D5CB4B]
06:50:38.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-35807], KeyToken[127.0.0.1:8213-C884B2BB07C03923]]
06:50:38.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 103 bytes to 127.0.0.1:8213
06:50:38.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,377,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35807, Token=C884B2BB07C03923, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes]
06:50:38.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 103 bytes from 127.0.0.1:8214
06:50:38.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35807]
06:50:38.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1375, 127.0.0.1:8214] replace CON-POST   MID=35807, Token=C884B2BB07C03923, 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=35807, Token=C884B2BB07C03923, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
06:50:38.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8214] for CON-POST   MID=35807, Token=C884B2BB07C03923, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
06:50:38.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8214]], block1 transfers still in progress: 0
06:50:38.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer
06:50:38.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8214]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1
06:50:38.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1375, 127.0.0.1:8214] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes
06:50:38.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1375, 127.0.0.1:8214, complete]!
06:50:38.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1375, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35807, Token=C884B2BB07C03923, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes!
06:50:38.961 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 96 bytes to 127.0.0.1:8214
06:50:38.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,378,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35807, Token=C884B2BB07C03923, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes]
06:50:38.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 96 bytes from 127.0.0.1:8213
06:50:38.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3)
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8213]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05   MID=35807, Token=C884B2BB07C03923, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes
06:50:38.962 [: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>
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35807, Token=C884B2BB07C03923, 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>
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <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
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35808], CON-POST   MID=35808, Token=null, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-35807]
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2809D73134DDF119], CON-POST   MID=35808, Token=2809D73134DDF119, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-C884B2BB07C03923]
06:50:38.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-35808], KeyToken[127.0.0.1:8213-2809D73134DDF119]]
06:50:38.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 38 bytes to 127.0.0.1:8213
06:50:38.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,379,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35808, Token=2809D73134DDF119, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B]
06:50:38.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214
06:50:38.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35808]
06:50:38.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, 127.0.0.1:8214] replace CON-POST   MID=35808, Token=2809D73134DDF119, 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=35808, Token=2809D73134DDF119, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
06:50:38.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8214]: currentNum=1, currentSzx=2, bufferSize=512, complete=false]
06:50:38.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1376, 127.0.0.1:8214] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, 127.0.0.1:8214, complete]!
06:50:38.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1376, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35808, Token=2809D73134DDF119, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes!
06:50:38.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 91 bytes to 127.0.0.1:8214
06:50:38.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,380,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35808, Token=2809D73134DDF119, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes]
06:50:38.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213
06:50:38.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.963 [: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>
06:50:38.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35808, Token=2809D73134DDF119, 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>
06:50:38.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
06:50:38.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <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
06:50:38.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35809], CON-POST   MID=35809, Token=null, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F
06:50:38.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-35808]
06:50:38.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C620F5EB21E9DCE], CON-POST   MID=35809, Token=5C620F5EB21E9DCE, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F
06:50:38.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-2809D73134DDF119]
06:50:38.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-35809], KeyToken[127.0.0.1:8213-5C620F5EB21E9DCE]]
06:50:38.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 38 bytes to 127.0.0.1:8213
06:50:38.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,381,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35809, Token=5C620F5EB21E9DCE, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F]
06:50:38.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214
06:50:38.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35809]
06:50:38.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1377, 127.0.0.1:8214] replace CON-POST   MID=35809, Token=5C620F5EB21E9DCE, 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=35809, Token=5C620F5EB21E9DCE, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
06:50:38.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8214]: currentNum=2, currentSzx=2, bufferSize=512, complete=false]
06:50:38.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1377, 127.0.0.1:8214] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1377, 127.0.0.1:8214, complete]!
06:50:38.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1377, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35809, Token=5C620F5EB21E9DCE, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes!
06:50:38.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 91 bytes to 127.0.0.1:8214
06:50:38.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,382,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35809, Token=5C620F5EB21E9DCE, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes]
06:50:38.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213
06:50:38.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.965 [: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>
06:50:38.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35809, Token=5C620F5EB21E9DCE, 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>
06:50:38.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
06:50:38.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <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
06:50:38.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35810], CON-POST   MID=35810, Token=null, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2
06:50:38.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-35809]
06:50:38.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC34DC2A7F393CD4], CON-POST   MID=35810, Token=EC34DC2A7F393CD4, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2
06:50:38.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-5C620F5EB21E9DCE]
06:50:38.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-35810], KeyToken[127.0.0.1:8213-EC34DC2A7F393CD4]]
06:50:38.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 38 bytes to 127.0.0.1:8213
06:50:38.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,383,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35810, Token=EC34DC2A7F393CD4, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2]
06:50:38.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214
06:50:38.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35810]
06:50:38.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, 127.0.0.1:8214] replace CON-POST   MID=35810, Token=EC34DC2A7F393CD4, 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=35810, Token=EC34DC2A7F393CD4, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
06:50:38.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8214]: currentNum=3, currentSzx=2, bufferSize=512, complete=false]
06:50:38.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1378, 127.0.0.1:8214] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, 127.0.0.1:8214, complete]!
06:50:38.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1378, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35810, Token=EC34DC2A7F393CD4, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes!
06:50:38.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 91 bytes to 127.0.0.1:8214
06:50:38.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,384,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35810, Token=EC34DC2A7F393CD4, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes]
06:50:38.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.966 [: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>
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35810, Token=EC34DC2A7F393CD4, 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>
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data>
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <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
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35811], CON-POST   MID=35811, Token=null, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-35810]
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F8C73BDADD2B1E5A], CON-POST   MID=35811, Token=F8C73BDADD2B1E5A, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-EC34DC2A7F393CD4]
06:50:38.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-35811], KeyToken[127.0.0.1:8213-F8C73BDADD2B1E5A]]
06:50:38.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 38 bytes to 127.0.0.1:8213
06:50:38.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,385,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35811, Token=F8C73BDADD2B1E5A, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20]
06:50:38.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214
06:50:38.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35811]
06:50:38.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1379, 127.0.0.1:8214] replace CON-POST   MID=35811, Token=F8C73BDADD2B1E5A, 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=35811, Token=F8C73BDADD2B1E5A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data>
06:50:38.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8214]: currentNum=4, currentSzx=2, bufferSize=512, complete=false]
06:50:38.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1379, 127.0.0.1:8214] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes
06:50:38.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1379, 127.0.0.1:8214, complete]!
06:50:38.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1379, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35811, Token=F8C73BDADD2B1E5A, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes!
06:50:38.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 91 bytes to 127.0.0.1:8214
06:50:38.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,386,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35811, Token=F8C73BDADD2B1E5A, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes]
06:50:38.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213
06:50:38.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.967 [: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>
06:50:38.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35811, Token=F8C73BDADD2B1E5A, 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>
06:50:38.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data>
06:50:38.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <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
06:50:38.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35812], CON-POST   MID=35812, Token=null, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82
06:50:38.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-35811]
06:50:38.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-10718FCD35AA74BD], CON-POST   MID=35812, Token=10718FCD35AA74BD, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82
06:50:38.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-F8C73BDADD2B1E5A]
06:50:38.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-35812], KeyToken[127.0.0.1:8213-10718FCD35AA74BD]]
06:50:38.968 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8213
06:50:38.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,387,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35812, Token=10718FCD35AA74BD, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82]
06:50:38.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214
06:50:38.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35812]
06:50:38.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, 127.0.0.1:8214] replace CON-POST   MID=35812, Token=10718FCD35AA74BD, 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=35812, Token=10718FCD35AA74BD, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data>
06:50:38.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8214]: currentNum=5, currentSzx=2, bufferSize=512, complete=false]
06:50:38.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1380, 127.0.0.1:8214] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, 127.0.0.1:8214, complete]!
06:50:38.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1380, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35812, Token=10718FCD35AA74BD, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes!
06:50:38.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 91 bytes to 127.0.0.1:8214
06:50:38.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,388,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35812, Token=10718FCD35AA74BD, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes]
06:50:38.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213
06:50:38.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.968 [: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>
06:50:38.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35812, Token=10718FCD35AA74BD, 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>
06:50:38.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data>
06:50:38.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <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
06:50:38.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35813], CON-POST   MID=35813, Token=null, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C
06:50:38.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-35812]
06:50:38.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-205EE87BB040D6F3], CON-POST   MID=35813, Token=205EE87BB040D6F3, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C
06:50:38.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-10718FCD35AA74BD]
06:50:38.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-35813], KeyToken[127.0.0.1:8213-205EE87BB040D6F3]]
06:50:38.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 38 bytes to 127.0.0.1:8213
06:50:38.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,389,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35813, Token=205EE87BB040D6F3, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C]
06:50:38.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214
06:50:38.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35813]
06:50:38.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1381, 127.0.0.1:8214] replace CON-POST   MID=35813, Token=205EE87BB040D6F3, 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=35813, Token=205EE87BB040D6F3, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data>
06:50:38.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8214]: currentNum=6, currentSzx=2, bufferSize=512, complete=false]
06:50:38.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1381, 127.0.0.1:8214] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1381, 127.0.0.1:8214, complete]!
06:50:38.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1381, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35813, Token=205EE87BB040D6F3, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes!
06:50:38.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 91 bytes to 127.0.0.1:8214
06:50:38.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,390,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35813, Token=205EE87BB040D6F3, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes]
06:50:38.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.970 [: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>
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35813, Token=205EE87BB040D6F3, 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>
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data>
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <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
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-35814], CON-POST   MID=35814, Token=null, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-35813]
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B8F0DA191FD2BC95], CON-POST   MID=35814, Token=B8F0DA191FD2BC95, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-205EE87BB040D6F3]
06:50:38.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-35814], KeyToken[127.0.0.1:8213-B8F0DA191FD2BC95]]
06:50:38.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 38 bytes to 127.0.0.1:8213
06:50:38.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,391,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID=35814, Token=B8F0DA191FD2BC95, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42]
06:50:38.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214
06:50:38.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-35814]
06:50:38.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, 127.0.0.1:8214] replace CON-POST   MID=35814, Token=B8F0DA191FD2BC95, 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=35814, Token=B8F0DA191FD2BC95, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data>
06:50:38.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8214]: currentNum=7, currentSzx=2, bufferSize=512, complete=true]
06:50:38.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1382, 127.0.0.1:8214] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, 127.0.0.1:8214, complete]!
06:50:38.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1382, 127.0.0.1:8214, complete] completed ACK-2.04   MID=35814, Token=B8F0DA191FD2BC95, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes!
06:50:38.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 91 bytes to 127.0.0.1:8214
06:50:38.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,392,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID=35814, Token=B8F0DA191FD2BC95, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes]
06:50:38.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213
06:50:38.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer
06:50:38.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8213]], block2 transfers still in progress: 0
06:50:38.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID=35807, Token=C884B2BB07C03923, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes
06:50:38.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST   MID=35814, Token=B8F0DA191FD2BC95, 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=35804, Token=C015CA06D136CB17, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes
06:50:38.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213, complete]!
06:50:38.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B8F0DA191FD2BC95]
06:50:38.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-35814]
06:50:38.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1371, 127.0.0.1:8213, complete] completed CON-POST   MID=35804, Token=C015CA06D136CB17, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes!
06:50:38.972 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:38.972 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.972 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8213
06:50:38.972 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8213
06:50:38.972 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] stopping ...
06:50:38.972 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /127.0.0.1
06:50:38.972 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] has stopped.
06:50:38.972 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8213
06:50:38.972 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:38.972 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8214
06:50:38.972 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8214
06:50:38.972 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8214] stopping ...
06:50:38.972 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8214, address /0.0.0.0
06:50:38.972 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8214] has stopped.
06:50:38.972 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8214
06:50:38.973 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
06:50:38.973 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
06:50:38.974 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.974 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.974 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.974 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.974 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.974 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.974 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.974 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.974 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.974 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8215
06:50:38.974 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.975 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8215, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:38.975 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8215
06:50:38.975 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:38.975 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.975 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.975 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.975 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.975 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:38.975 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:38.975 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.975 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.975 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:38.975 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8216
06:50:38.975 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.975 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8216, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.975 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8216
06:50:38.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:38.975 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:38.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] send request
06:50:38.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:38.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <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
06:50:38.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated mid KeyMID[127.0.0.1:8215-30973], CON-POST   MID=30973, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:38.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated token KeyToken[127.0.0.1:8215-249EBADD38E802B1], CON-POST   MID=30973, Token=249EBADD38E802B1, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:38.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-30973], KeyToken[127.0.0.1:8215-249EBADD38E802B1]]
06:50:38.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 34 bytes to 127.0.0.1:8215
06:50:38.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,393,T124) 127.0.0.1:8,216 ==> :8,215 [CON-POST   MID=30973, Token=249EBADD38E802B1, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:38.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8215) received 34 bytes from 127.0.0.1:8216
06:50:38.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-30973]
06:50:38.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, 127.0.0.1:8216] replace CON-POST   MID=30973, Token=249EBADD38E802B1, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=30973, Token=249EBADD38E802B1, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:38.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer
06:50:38.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8216]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
06:50:38.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1384, 127.0.0.1:8216] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes
06:50:38.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, 127.0.0.1:8216, complete]!
06:50:38.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1384, 127.0.0.1:8216, complete] completed ACK-2.04   MID=30973, Token=249EBADD38E802B1, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes!
06:50:38.977 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 94 bytes to 127.0.0.1:8216
06:50:38.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,394,T127) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04   MID=30973, Token=249EBADD38E802B1, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes]
06:50:38.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8216) received 94 bytes from 127.0.0.1:8215
06:50:38.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8215]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05   MID=30973, Token=249EBADD38E802B1, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes
06:50:38.977 [: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>
06:50:38.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-POST   MID=30973, Token=249EBADD38E802B1, 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>
06:50:38.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] send request
06:50:38.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
06:50:38.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <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
06:50:38.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated mid KeyMID[127.0.0.1:8215-30974], CON-POST   MID=30974, Token=null, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13
06:50:38.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for MID KeyMID[127.0.0.1:8215-30973]
06:50:38.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated token KeyToken[127.0.0.1:8215-F0A9F4F7B61B4C6B], CON-POST   MID=30974, Token=F0A9F4F7B61B4C6B, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13
06:50:38.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for token KeyToken[127.0.0.1:8215-249EBADD38E802B1]
06:50:38.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-30974], KeyToken[127.0.0.1:8215-F0A9F4F7B61B4C6B]]
06:50:38.978 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8215
06:50:38.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,395,T124) 127.0.0.1:8,216 ==> :8,215 [CON-POST   MID=30974, Token=F0A9F4F7B61B4C6B, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13]
06:50:38.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8215) received 36 bytes from 127.0.0.1:8216
06:50:38.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-30974]
06:50:38.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1385, 127.0.0.1:8216] replace CON-POST   MID=30974, Token=F0A9F4F7B61B4C6B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> by CON-GET    MID=30974, Token=F0A9F4F7B61B4C6B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
06:50:38.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8216]: currentNum=1, currentSzx=2, bufferSize=256, complete=false]
06:50:38.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1385, 127.0.0.1:8216] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1385, 127.0.0.1:8216, complete]!
06:50:38.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1385, 127.0.0.1:8216, complete] completed ACK-2.04   MID=30974, Token=F0A9F4F7B61B4C6B, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes!
06:50:38.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 91 bytes to 127.0.0.1:8216
06:50:38.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,396,T127) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04   MID=30974, Token=F0A9F4F7B61B4C6B, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes]
06:50:38.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8216) received 91 bytes from 127.0.0.1:8215
06:50:38.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.979 [: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>
06:50:38.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-POST   MID=30974, Token=F0A9F4F7B61B4C6B, 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>
06:50:38.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] send request
06:50:38.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
06:50:38.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <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
06:50:38.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated mid KeyMID[127.0.0.1:8215-30975], CON-POST   MID=30975, Token=null, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2
06:50:38.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for MID KeyMID[127.0.0.1:8215-30974]
06:50:38.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated token KeyToken[127.0.0.1:8215-444C8B57E72E6720], CON-POST   MID=30975, Token=444C8B57E72E6720, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2
06:50:38.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for token KeyToken[127.0.0.1:8215-F0A9F4F7B61B4C6B]
06:50:38.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-30975], KeyToken[127.0.0.1:8215-444C8B57E72E6720]]
06:50:38.979 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8215
06:50:38.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,397,T124) 127.0.0.1:8,216 ==> :8,215 [CON-POST   MID=30975, Token=444C8B57E72E6720, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2]
06:50:38.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8215) received 36 bytes from 127.0.0.1:8216
06:50:38.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-30975]
06:50:38.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, 127.0.0.1:8216] replace CON-POST   MID=30975, Token=444C8B57E72E6720, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> by CON-GET    MID=30975, Token=444C8B57E72E6720, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
06:50:38.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8216]: currentNum=2, currentSzx=2, bufferSize=256, complete=false]
06:50:38.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1386, 127.0.0.1:8216] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, 127.0.0.1:8216, complete]!
06:50:38.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1386, 127.0.0.1:8216, complete] completed ACK-2.04   MID=30975, Token=444C8B57E72E6720, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes!
06:50:38.979 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8216
06:50:38.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,398,T127) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04   MID=30975, Token=444C8B57E72E6720, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes]
06:50:38.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8216) received 91 bytes from 127.0.0.1:8215
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.980 [: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>
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-POST   MID=30975, Token=444C8B57E72E6720, 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>
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] send request
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <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
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated mid KeyMID[127.0.0.1:8215-30976], CON-POST   MID=30976, Token=null, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for MID KeyMID[127.0.0.1:8215-30975]
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated token KeyToken[127.0.0.1:8215-04F3F176B0436A5C], CON-POST   MID=30976, Token=04F3F176B0436A5C, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for token KeyToken[127.0.0.1:8215-444C8B57E72E6720]
06:50:38.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-30976], KeyToken[127.0.0.1:8215-04F3F176B0436A5C]]
06:50:38.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 36 bytes to 127.0.0.1:8215
06:50:38.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,399,T124) 127.0.0.1:8,216 ==> :8,215 [CON-POST   MID=30976, Token=04F3F176B0436A5C, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9]
06:50:38.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8215) received 36 bytes from 127.0.0.1:8216
06:50:38.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-30976]
06:50:38.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1387, 127.0.0.1:8216] replace CON-POST   MID=30976, Token=04F3F176B0436A5C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> by CON-GET    MID=30976, Token=04F3F176B0436A5C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
06:50:38.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8216]: currentNum=3, currentSzx=2, bufferSize=256, complete=true]
06:50:38.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1387, 127.0.0.1:8216] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1387, 127.0.0.1:8216, complete]!
06:50:38.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1387, 127.0.0.1:8216, complete] completed ACK-2.04   MID=30976, Token=04F3F176B0436A5C, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes!
06:50:38.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 91 bytes to 127.0.0.1:8216
06:50:38.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,400,T127) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04   MID=30976, Token=04F3F176B0436A5C, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes]
06:50:38.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8216) received 91 bytes from 127.0.0.1:8215
06:50:38.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer
06:50:38.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[GET, coap:/resource, 127.0.0.1:8215]], block2 transfers still in progress: 0
06:50:38.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID=30973, Token=249EBADD38E802B1, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes
06:50:38.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-POST   MID=30976, Token=04F3F176B0436A5C, 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=30973, Token=249EBADD38E802B1, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:38.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215, complete]!
06:50:38.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215, complete] for token KeyToken[127.0.0.1:8215-04F3F176B0436A5C]
06:50:38.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215, complete] for MID KeyMID[127.0.0.1:8215-30976]
06:50:38.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1383, 127.0.0.1:8215, complete] completed CON-GET    MID=30973, Token=249EBADD38E802B1, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>!
06:50:38.981 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:38.981 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.981 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8215
06:50:38.981 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8215
06:50:38.981 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8215] stopping ...
06:50:38.981 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8215, address /127.0.0.1
06:50:38.981 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8215] has stopped.
06:50:38.981 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8215
06:50:38.981 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:38.981 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8216
06:50:38.981 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8216
06:50:38.981 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8216] stopping ...
06:50:38.981 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8216, address /0.0.0.0
06:50:38.981 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8216] has stopped.
06:50:38.981 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8216
06:50:38.982 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
06:50:38.982 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
06:50:38.983 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.983 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.983 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.983 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.983 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.983 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.983 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.983 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.983 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.983 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8217
06:50:38.983 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.983 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8217, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:38.983 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8217
06:50:38.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:38.984 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.984 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.984 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.984 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.984 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:38.984 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:38.984 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.984 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.984 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:38.984 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8218
06:50:38.984 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.984 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8218, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:38.984 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8218
06:50:38.984 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:38.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
06:50:38.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8217]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
06:50:38.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:38.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] send request
06:50:38.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:38.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:38.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated mid KeyMID[127.0.0.1:8217-54958], CON-POST   MID=54958, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:38.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-146B6843C555A680], CON-POST   MID=54958, Token=146B6843C555A680, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:38.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-54958], KeyToken[127.0.0.1:8217-146B6843C555A680]]
06:50:38.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8217
06:50:38.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,401,T132) 127.0.0.1:8,218 ==> :8,217 [CON-POST   MID=54958, Token=146B6843C555A680, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes]
06:50:38.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 107 bytes from 127.0.0.1:8218
06:50:38.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-54958]
06:50:38.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1389, 127.0.0.1:8218] replace CON-POST   MID=54958, Token=146B6843C555A680, 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=54958, Token=146B6843C555A680, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:38.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
06:50:38.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8218]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
06:50:38.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
06:50:38.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1389, 127.0.0.1:8218] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, <empty data>
06:50:38.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1389, 127.0.0.1:8218, complete]!
06:50:38.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1389, 127.0.0.1:8218, complete] completed ACK-2.04   MID=54958, Token=146B6843C555A680, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
06:50:38.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8218
06:50:38.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,402,T135) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04   MID=54958, Token=146B6843C555A680, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
06:50:38.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8218) received 26 bytes from 127.0.0.1:8217
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0)
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-POST   MID=54958, Token=146B6843C555A680, OptionSet={"Object-Security":0x0900}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] send request
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated mid KeyMID[127.0.0.1:8217-54959], CON-POST   MID=54959, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for MID KeyMID[127.0.0.1:8217-54958]
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-14A95461DBD3F962], CON-POST   MID=54959, Token=14A95461DBD3F962, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for token KeyToken[127.0.0.1:8217-146B6843C555A680]
06:50:38.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-54959], KeyToken[127.0.0.1:8217-14A95461DBD3F962]]
06:50:38.987 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8217
06:50:38.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,403,T132) 127.0.0.1:8,218 ==> :8,217 [CON-POST   MID=54959, Token=14A95461DBD3F962, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes]
06:50:38.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 103 bytes from 127.0.0.1:8218
06:50:38.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-54959]
06:50:38.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, 127.0.0.1:8218] replace CON-POST   MID=54959, Token=14A95461DBD3F962, 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=54959, Token=14A95461DBD3F962, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
06:50:38.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8218] for CON-PUT    MID=54959, Token=14A95461DBD3F962, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:38.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
06:50:38.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1390, 127.0.0.1:8218] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, <empty data>
06:50:38.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, 127.0.0.1:8218, complete]!
06:50:38.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1390, 127.0.0.1:8218, complete] completed ACK-2.04   MID=54959, Token=14A95461DBD3F962, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
06:50:38.988 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8218
06:50:38.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,404,T135) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04   MID=54959, Token=14A95461DBD3F962, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
06:50:38.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8218) received 26 bytes from 127.0.0.1:8217
06:50:38.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1)
06:50:38.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-POST   MID=54959, Token=14A95461DBD3F962, OptionSet={"Object-Security":0x0901}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] send request
06:50:38.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:38.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated mid KeyMID[127.0.0.1:8217-54960], CON-POST   MID=54960, Token=null, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:38.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for MID KeyMID[127.0.0.1:8217-54959]
06:50:38.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-8046B565319391DE], CON-POST   MID=54960, Token=8046B565319391DE, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:38.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for token KeyToken[127.0.0.1:8217-14A95461DBD3F962]
06:50:38.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-54960], KeyToken[127.0.0.1:8217-8046B565319391DE]]
06:50:38.989 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8217
06:50:38.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,405,T132) 127.0.0.1:8,218 ==> :8,217 [CON-POST   MID=54960, Token=8046B565319391DE, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes]
06:50:38.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 103 bytes from 127.0.0.1:8218
06:50:38.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-54960]
06:50:38.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1391, 127.0.0.1:8218] replace CON-POST   MID=54960, Token=8046B565319391DE, 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=54960, Token=8046B565319391DE, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
06:50:38.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8218] for CON-PUT    MID=54960, Token=8046B565319391DE, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:38.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
06:50:38.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1391, 127.0.0.1:8218] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, <empty data>
06:50:38.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1391, 127.0.0.1:8218, complete]!
06:50:38.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1391, 127.0.0.1:8218, complete] completed ACK-2.04   MID=54960, Token=8046B565319391DE, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
06:50:38.990 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8218
06:50:38.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,406,T135) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04   MID=54960, Token=8046B565319391DE, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
06:50:38.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8218) received 26 bytes from 127.0.0.1:8217
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2)
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-POST   MID=54960, Token=8046B565319391DE, OptionSet={"Object-Security":0x0902}, acked 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] send request
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated mid KeyMID[127.0.0.1:8217-54961], CON-POST   MID=54961, Token=null, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for MID KeyMID[127.0.0.1:8217-54960]
06:50:38.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-6002097ABD757BF9], CON-POST   MID=54961, Token=6002097ABD757BF9, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:38.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for token KeyToken[127.0.0.1:8217-8046B565319391DE]
06:50:38.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-54961], KeyToken[127.0.0.1:8217-6002097ABD757BF9]]
06:50:38.991 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8217
06:50:38.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,407,T132) 127.0.0.1:8,218 ==> :8,217 [CON-POST   MID=54961, Token=6002097ABD757BF9, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes]
06:50:38.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 103 bytes from 127.0.0.1:8218
06:50:38.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-54961]
06:50:38.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, 127.0.0.1:8218] replace CON-POST   MID=54961, Token=6002097ABD757BF9, 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=54961, Token=6002097ABD757BF9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
06:50:38.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8218] for CON-PUT    MID=54961, Token=6002097ABD757BF9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:38.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
06:50:38.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/resource, 127.0.0.1:8218]], block1 transfers still in progress: 0
06:50:38.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1392, 127.0.0.1:8218] send response null-2.04   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, <empty data>
06:50:38.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, 127.0.0.1:8218, complete]!
06:50:38.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1392, 127.0.0.1:8218, complete] completed ACK-2.04   MID=54961, Token=6002097ABD757BF9, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF!
06:50:38.991 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8218
06:50:38.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,408,T135) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04   MID=54961, Token=6002097ABD757BF9, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF]
06:50:38.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8218) received 26 bytes from 127.0.0.1:8217
06:50:38.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:38.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:38.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3)
06:50:38.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217, complete]!
06:50:38.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217, complete] for token KeyToken[127.0.0.1:8217-6002097ABD757BF9]
06:50:38.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217, complete] for MID KeyMID[127.0.0.1:8217-54961]
06:50:38.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1388, 127.0.0.1:8217, complete] completed CON-PUT    MID=54958, Token=146B6843C555A680, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST   MID=54961, Token=6002097ABD757BF9, OptionSet={"Object-Security":0x0903}, acked 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes!
06:50:38.992 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:38.992 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:38.992 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8217
06:50:38.992 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8217
06:50:38.992 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] stopping ...
06:50:38.992 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8217, address /127.0.0.1
06:50:38.992 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] has stopped.
06:50:38.992 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8217
06:50:38.992 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:38.992 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8218
06:50:38.992 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8218
06:50:38.992 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8218] stopping ...
06:50:38.992 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8218, address /0.0.0.0
06:50:38.992 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8218] has stopped.
06:50:38.992 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8218
06:50:38.993 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
06:50:38.993 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
06:50:38.993 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.993 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.993 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.993 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.994 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:38.994 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:38.994 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.994 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.994 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:38.994 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8219
06:50:38.994 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.994 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8219, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.994 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8219
06:50:38.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:38.997 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:38.997 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:38.997 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:38.998 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:38.998 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:38.998 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:38.998 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:38.998 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:38.998 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:38.998 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:38.998 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8220
06:50:38.998 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:38.998 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8220, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:38.998 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8220
06:50:38.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:38.998 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1393, 127.0.0.1:8219] send request
06:50:39.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1393, 127.0.0.1:8219] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes
06:50:39.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1393, 127.0.0.1:8219, complete]!
06:50:39.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1393, 127.0.0.1:8219, complete] request [MID=-1, null]
06:50:39.002 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.002 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.002 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8219
06:50:39.002 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8219
06:50:39.002 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8219] stopping ...
06:50:39.002 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8219, address /127.0.0.1
06:50:39.002 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8219] has stopped.
06:50:39.002 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8219
06:50:39.002 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.002 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8220
06:50:39.002 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8220
06:50:39.002 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8220] stopping ...
06:50:39.002 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8220, address /0.0.0.0
06:50:39.002 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8220] has stopped.
06:50:39.002 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8220
06:50:39.047 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
06:50:39.047 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:39.047 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest
06:50:39.048 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
06:50:39.048 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.048 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.048 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.048 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.049 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.049 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.049 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.049 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.049 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.049 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8221
06:50:39.049 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.049 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8221, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.049 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8221
06:50:39.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.049 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.050 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.050 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.050 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.050 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.050 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.050 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.050 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.050 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.050 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.050 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8222
06:50:39.050 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.051 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8222, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.051 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8222
06:50:39.051 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.051 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8222
06:50:39.057 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.057 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.057 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.057 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.058 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.058 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.058 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.058 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.058 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8223
06:50:39.058 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.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]]
06:50:39.058 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8223, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.058 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8223
06:50:39.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]]
06:50:39.058 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.059 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.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
06:50:39.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.059 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.059 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.059 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.059 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.059 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8224
06:50:39.059 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.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]]
06:50:39.059 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8224, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8224
06:50:39.060 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8224
06:50:39.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8223] send request
06:50:39.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8223] replace NON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8221/resource"}, <empty data> by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8223] added with generated mid KeyMID[127.0.0.1:8223-924], NON-POST   MID=  924, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8223] added with generated token KeyToken[127.0.0.1:8223-AC2A11F022937AB4], NON-POST   MID=  924, Token=AC2A11F022937AB4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-924], KeyToken[127.0.0.1:8223-AC2A11F022937AB4]]
06:50:39.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 58 bytes to 127.0.0.1:8223
06:50:39.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,409,T156) 127.0.0.1:8,224 ==> :8,223 [NON-POST   MID=  924, Token=AC2A11F022937AB4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8223) received 58 bytes from 127.0.0.1:8224
06:50:39.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-924]
06:50:39.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8221
==[ CoAP Request ]=============================================
MID    : 924
Token  : AC2A11F022937AB4
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}
Payload: 18 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 18 Bytes
===============================================================
06:50:39.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1396, 127.0.0.1:8221] send request
06:50:39.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1396, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-41263], NON-POST   MID=41263, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1396, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-18D4909B957ACA43], NON-POST   MID=41263, Token=18D4909B957ACA43, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-41263], KeyToken[127.0.0.1:8221-18D4909B957ACA43]]
06:50:39.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 34 bytes to 127.0.0.1:8221
06:50:39.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,410,T148) 127.0.0.1:8,222 ==> :8,221 [NON-POST   MID=41263, Token=18D4909B957ACA43, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 34 bytes from 127.0.0.1:8222
06:50:39.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-41263]
06:50:39.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1397, 127.0.0.1:8222] replace NON-POST   MID=41263, Token=18D4909B957ACA43, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by NON-GET    MID=41263, Token=18D4909B957ACA43, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:39.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1397, 127.0.0.1:8222] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1397, 127.0.0.1:8222, complete]!
06:50:39.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1397, 127.0.0.1:8222, complete] completed NON-2.04   MID=60028, Token=18D4909B957ACA43, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes!
06:50:39.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 153 bytes to 127.0.0.1:8222
06:50:39.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,411,T151) 127.0.0.1:8,221 ==> :8,222 [NON-2.04   MID=60028, Token=18D4909B957ACA43, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes]
06:50:39.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 153 bytes from 127.0.0.1:8221
06:50:39.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:8221-60028]
06:50:39.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1396, 127.0.0.1:8221, complete]!
06:50:39.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1396, 127.0.0.1:8221, complete] for token KeyToken[127.0.0.1:8221-18D4909B957ACA43]
06:50:39.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1396, 127.0.0.1:8221, complete] for MID KeyMID[127.0.0.1:8221-41263]
06:50:39.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1396, 127.0.0.1:8221, complete] completed NON-POST   MID=41263, Token=18D4909B957ACA43, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
06:50:39.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer
06:50:39.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8224]: currentNum=0, currentSzx=0, bufferSize=139, complete=false], transfers in progress: 1
06:50:39.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1395, 127.0.0.1:8224] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06
06:50:39.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1395, 127.0.0.1:8224, complete]!
06:50:39.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1395, 127.0.0.1:8224, complete] completed null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes -/- NON-2.04   MID= 4017, Token=AC2A11F022937AB4, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06!
06:50:39.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 51 bytes to 127.0.0.1:8224
06:50:39.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,412,T159) 127.0.0.1:8,223 ==> :8,224 [NON-2.04   MID= 4017, Token=AC2A11F022937AB4, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06]
06:50:39.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 51 bytes from 127.0.0.1:8223
06:50:39.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:8223-4017]
06:50:39.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requested resource body [139 bytes] exceeds max buffer size [64 bytes], aborting request
06:50:39.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8223, complete]!
06:50:39.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8223, complete] for token KeyToken[127.0.0.1:8223-AC2A11F022937AB4]
06:50:39.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8223, complete] for MID KeyMID[127.0.0.1:8223-924]
06:50:39.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1394, 127.0.0.1:8223, complete] completed NON-GET    MID=  924, Token=AC2A11F022937AB4, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8221/resource"}, <empty data> -/- NON-POST   MID=  924, Token=AC2A11F022937AB4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
06:50:39.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1394, 127.0.0.1:8223, complete] request [MID=924, Token=AC2A11F022937AB4]
06:50:39.064 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.064 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.064 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8221
06:50:39.064 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8221
06:50:39.064 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] stopping ...
06:50:39.064 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8221, address /127.0.0.1
06:50:39.064 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] has stopped.
06:50:39.064 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8221
06:50:39.065 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.065 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.065 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8222
06:50:39.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8222
06:50:39.065 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] stopping ...
06:50:39.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8222, address /0.0.0.0
06:50:39.065 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] has stopped.
06:50:39.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8222
06:50:39.065 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.065 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.065 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8223
06:50:39.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8223
06:50:39.065 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8223] stopping ...
06:50:39.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8223, address /127.0.0.1
06:50:39.065 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8223] has stopped.
06:50:39.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8223
06:50:39.065 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.065 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.065 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8224
06:50:39.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8224
06:50:39.065 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8224] stopping ...
06:50:39.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8224, address /0.0.0.0
06:50:39.065 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8224] has stopped.
06:50:39.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8224
06:50:39.066 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
06:50:39.066 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
06:50:39.066 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.066 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.066 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.067 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.067 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.067 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.067 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8225
06:50:39.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8225, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.067 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8225
06:50:39.067 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.067 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.067 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.067 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.068 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.068 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.068 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.068 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.068 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.068 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8226
06:50:39.068 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.068 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8226, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8226
06:50:39.068 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8226
06:50:39.068 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.068 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.068 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.068 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.068 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.069 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.069 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.069 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8227
06:50:39.069 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.069 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8227, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8227
06:50:39.069 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.069 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.069 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.069 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.070 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.070 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.070 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.070 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.070 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8228
06:50:39.070 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.070 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8228, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.070 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8228
06:50:39.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.070 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8228
06:50:39.070 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1398, 127.0.0.1:8227] send request
06:50:39.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1398, 127.0.0.1:8227] replace NON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8225/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1398, 127.0.0.1:8227] added with generated mid KeyMID[127.0.0.1:8227-35136], NON-POST   MID=35136, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1398, 127.0.0.1:8227] added with generated token KeyToken[127.0.0.1:8227-D0E9AC45D4F8103F], NON-POST   MID=35136, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8227-35136], KeyToken[127.0.0.1:8227-D0E9AC45D4F8103F]]
06:50:39.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8227
06:50:39.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,413,T172) 127.0.0.1:8,228 ==> :8,227 [NON-POST   MID=35136, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
06:50:39.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8227) received 189 bytes from 127.0.0.1:8228
06:50:39.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8228-35136]
06:50:39.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8225
==[ CoAP Request ]=============================================
MID    : 35136
Token  : D0E9AC45D4F8103F
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
06:50:39.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
06:50:39.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8225]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
06:50:39.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1400, 127.0.0.1:8225] replace NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1400, 127.0.0.1:8225] send request
06:50:39.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1400, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-53290], NON-POST   MID=53290, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1400, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-FCF17E59132FF744], NON-POST   MID=53290, Token=FCF17E59132FF744, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-53290], KeyToken[127.0.0.1:8225-FCF17E59132FF744]]
06:50:39.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8225
06:50:39.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,414,T164) 127.0.0.1:8,226 ==> :8,225 [NON-POST   MID=53290, Token=FCF17E59132FF744, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9]
06:50:39.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 54 bytes from 127.0.0.1:8226
06:50:39.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-53290]
06:50:39.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1401, 127.0.0.1:8226] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
06:50:39.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1401, 127.0.0.1:8226, complete]!
06:50:39.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1401, 127.0.0.1:8226, complete] completed NON-4.13   MID=39841, Token=FCF17E59132FF744, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
06:50:39.072 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8226
06:50:39.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,415,T167) 127.0.0.1:8,225 ==> :8,226 [NON-4.13   MID=39841, Token=FCF17E59132FF744, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
06:50:39.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 45 bytes from 127.0.0.1:8225
06:50:39.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:8225-39841]
06:50:39.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=39841, Token=FCF17E59132FF744, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
06:50:39.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8225]], block1 transfers still in progress: 0
06:50:39.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1400, 127.0.0.1:8225, complete]!
06:50:39.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1400, 127.0.0.1:8225, complete] for token KeyToken[127.0.0.1:8225-FCF17E59132FF744]
06:50:39.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1400, 127.0.0.1:8225, complete] for MID KeyMID[127.0.0.1:8225-53290]
06:50:39.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1400, 127.0.0.1:8225, complete] completed NON-POST   MID=53290, Token=FCF17E59132FF744, 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=53290, Token=FCF17E59132FF744, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9!
06:50:39.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1399, 127.0.0.1:8228] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
06:50:39.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1399, 127.0.0.1:8228, complete]!
06:50:39.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1399, 127.0.0.1:8228, complete] completed NON-4.13   MID=29095, Token=D0E9AC45D4F8103F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
06:50:39.072 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8228
06:50:39.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,416,T175) 127.0.0.1:8,227 ==> :8,228 [NON-4.13   MID=29095, Token=D0E9AC45D4F8103F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
06:50:39.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8228) received 45 bytes from 127.0.0.1:8227
06:50:39.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:8227-29095]
06:50:39.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:39.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=29095, Token=D0E9AC45D4F8103F, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
06:50:39.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/, 127.0.0.1:8227]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1
06:50:39.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1398, 127.0.0.1:8227] replace NON-POST   MID=35136, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-PUT    MID=   -1, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8225/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes
06:50:39.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1398, 127.0.0.1:8227] send request
06:50:39.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1398, 127.0.0.1:8227] replace NON-PUT    MID=   -1, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8225/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST   MID=   -1, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes
06:50:39.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1398, 127.0.0.1:8227] added with generated mid KeyMID[127.0.0.1:8227-35137], NON-POST   MID=35137, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes
06:50:39.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1398, 127.0.0.1:8227] for MID KeyMID[127.0.0.1:8227-35136]
06:50:39.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1398, 127.0.0.1:8227] keep for KeyToken[127.0.0.1:8227-D0E9AC45D4F8103F], NON-POST   MID=35137, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes
06:50:39.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8227-35137], KeyToken[127.0.0.1:8227-D0E9AC45D4F8103F]]
06:50:39.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 130 bytes to 127.0.0.1:8227
06:50:39.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,417,T172) 127.0.0.1:8,228 ==> :8,227 [NON-POST   MID=35137, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes]
06:50:39.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8227) received 130 bytes from 127.0.0.1:8228
06:50:39.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8228-35137]
06:50:39.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8225
==[ CoAP Request ]=============================================
MID    : 35137
Token  : D0E9AC45D4F8103F
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}
Payload: 90 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0901}
Payload: 90 Bytes
===============================================================
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8225]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403, 127.0.0.1:8225] replace NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1403, 127.0.0.1:8225] send request
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1403, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-53291], NON-POST   MID=53291, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1403, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-D8C0060482EAFCA6], NON-POST   MID=53291, Token=D8C0060482EAFCA6, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-53291], KeyToken[127.0.0.1:8225-D8C0060482EAFCA6]]
06:50:39.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 54 bytes to 127.0.0.1:8225
06:50:39.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,418,T164) 127.0.0.1:8,226 ==> :8,225 [NON-POST   MID=53291, Token=D8C0060482EAFCA6, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B]
06:50:39.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 54 bytes from 127.0.0.1:8226
06:50:39.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-53291]
06:50:39.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1404, 127.0.0.1:8226] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
06:50:39.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8226, complete]!
06:50:39.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1404, 127.0.0.1:8226, complete] completed NON-4.13   MID=39842, Token=D8C0060482EAFCA6, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
06:50:39.074 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8226
06:50:39.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,419,T167) 127.0.0.1:8,225 ==> :8,226 [NON-4.13   MID=39842, Token=D8C0060482EAFCA6, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
06:50:39.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 45 bytes from 127.0.0.1:8225
06:50:39.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:8225-39842]
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=39842, Token=D8C0060482EAFCA6, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8225]], block1 transfers still in progress: 0
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403, 127.0.0.1:8225, complete]!
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1403, 127.0.0.1:8225, complete] for token KeyToken[127.0.0.1:8225-D8C0060482EAFCA6]
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1403, 127.0.0.1:8225, complete] for MID KeyMID[127.0.0.1:8225-53291]
06:50:39.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1403, 127.0.0.1:8225, complete] completed NON-POST   MID=53291, Token=D8C0060482EAFCA6, 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=53291, Token=D8C0060482EAFCA6, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B!
06:50:39.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1402, 127.0.0.1:8228] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
06:50:39.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8228, complete]!
06:50:39.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1402, 127.0.0.1:8228, complete] completed NON-4.13   MID=29096, Token=D0E9AC45D4F8103F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
06:50:39.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 45 bytes to 127.0.0.1:8228
06:50:39.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,420,T175) 127.0.0.1:8,227 ==> :8,228 [NON-4.13   MID=29096, Token=D0E9AC45D4F8103F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
06:50:39.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8228) received 45 bytes from 127.0.0.1:8227
06:50:39.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:8227-29096]
06:50:39.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:39.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=29096, Token=D0E9AC45D4F8103F, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
06:50:39.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/, 127.0.0.1:8227]], block1 transfers still in progress: 0
06:50:39.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1398, 127.0.0.1:8227, complete]!
06:50:39.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1398, 127.0.0.1:8227, complete] for token KeyToken[127.0.0.1:8227-D0E9AC45D4F8103F]
06:50:39.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1398, 127.0.0.1:8227, complete] for MID KeyMID[127.0.0.1:8227-35137]
06:50:39.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1398, 127.0.0.1:8227, complete] completed NON-PUT    MID=35136, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8225/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST   MID=35137, Token=D0E9AC45D4F8103F, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes!
==[ CoAP Response ]============================================
MID    : -1
Token  : D0E9AC45D4F8103F
Type   : NON
Status : 4.13 - REQUEST_ENTITY_TOO_LARGE
Options: {"Size1":64}
RTT    : 4 ms
Payload: 29 Bytes
===============================================================
06:50:39.075 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.075 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8225
06:50:39.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8225
06:50:39.075 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] stopping ...
06:50:39.075 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8225, address /127.0.0.1
06:50:39.075 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] has stopped.
06:50:39.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8225
06:50:39.076 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.076 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.076 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8226
06:50:39.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8226
06:50:39.076 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] stopping ...
06:50:39.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8226, address /0.0.0.0
06:50:39.076 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] has stopped.
06:50:39.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8226
06:50:39.076 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.076 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.076 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8227
06:50:39.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8227
06:50:39.076 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8227] stopping ...
06:50:39.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8227, address /127.0.0.1
06:50:39.076 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8227] has stopped.
06:50:39.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8227
06:50:39.076 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.076 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.076 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8228
06:50:39.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8228
06:50:39.076 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8228] stopping ...
06:50:39.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8228, address /0.0.0.0
06:50:39.076 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8228] has stopped.
06:50:39.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8228
06:50:39.076 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
06:50:39.077 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
06:50:39.077 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.077 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.077 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.077 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.077 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.078 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.078 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.078 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.078 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.078 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8229
06:50:39.078 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.078 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8229, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.078 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8229
06:50:39.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.078 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.078 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.078 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.078 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.078 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.078 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.078 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.079 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.079 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.079 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8230
06:50:39.079 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.079 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8230, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.079 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8230
06:50:39.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.079 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8230
06:50:39.079 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.079 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.079 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.079 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.079 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.079 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.079 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.079 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.079 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.079 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.079 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8231
06:50:39.079 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.080 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8231, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.080 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8231
06:50:39.080 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.080 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.080 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.080 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.080 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.080 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.080 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.080 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.080 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.080 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.080 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8232
06:50:39.080 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.081 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8232, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.081 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8232
06:50:39.081 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8232
06:50:39.081 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1405, 127.0.0.1:8231] send request
06:50:39.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1405, 127.0.0.1:8231] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8229/resource"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405, 127.0.0.1:8231] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8229/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1405, 127.0.0.1:8231] added with generated mid KeyMID[127.0.0.1:8231-25293], CON-POST   MID=25293, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1405, 127.0.0.1:8231] added with generated token KeyToken[127.0.0.1:8231-D4767663A3F94C83], CON-POST   MID=25293, Token=D4767663A3F94C83, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8231-25293], KeyToken[127.0.0.1:8231-D4767663A3F94C83]]
06:50:39.081 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8231
06:50:39.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,421,T188) 127.0.0.1:8,232 ==> :8,231 [CON-POST   MID=25293, Token=D4767663A3F94C83, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
06:50:39.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8231) received 189 bytes from 127.0.0.1:8232
06:50:39.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8232-25293]
06:50:39.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8229
==[ CoAP Request ]=============================================
MID    : 25293
Token  : D4767663A3F94C83
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
06:50:39.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
06:50:39.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8229]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
06:50:39.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] send request
06:50:39.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-41112], CON-POST   MID=41112, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-501CFC3087896676], CON-POST   MID=41112, Token=501CFC3087896676, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-41112], KeyToken[127.0.0.1:8229-501CFC3087896676]]
06:50:39.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,422,T180) 127.0.0.1:8,230 ==> :8,229 [CON-POST   MID=41112, Token=501CFC3087896676, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9]
06:50:39.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 54 bytes from 127.0.0.1:8230
06:50:39.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-41112]
06:50:39.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
06:50:39.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8230]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
06:50:39.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
06:50:39.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1408, 127.0.0.1:8230] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>
06:50:39.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8230, complete]!
06:50:39.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1408, 127.0.0.1:8230, complete] completed ACK-2.31   MID=41112, Token=501CFC3087896676, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
06:50:39.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8230
06:50:39.083 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8229
06:50:39.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,423,T183) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31   MID=41112, Token=501CFC3087896676, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
06:50:39.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 15 bytes from 127.0.0.1:8229
06:50:39.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0)
06:50:39.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229] replace CON-POST   MID=41112, Token=501CFC3087896676, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] send request
06:50:39.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-41113], CON-POST   MID=41113, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for MID KeyMID[127.0.0.1:8229-41112]
06:50:39.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-30D367CBFC5D63A6], CON-POST   MID=41113, Token=30D367CBFC5D63A6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for token KeyToken[127.0.0.1:8229-501CFC3087896676]
06:50:39.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-41113], KeyToken[127.0.0.1:8229-30D367CBFC5D63A6]]
06:50:39.083 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8229
06:50:39.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,424,T180) 127.0.0.1:8,230 ==> :8,229 [CON-POST   MID=41113, Token=30D367CBFC5D63A6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37]
06:50:39.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 51 bytes from 127.0.0.1:8230
06:50:39.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-41113]
06:50:39.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
06:50:39.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8230] for CON-POST   MID=41113, Token=30D367CBFC5D63A6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
06:50:39.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1409, 127.0.0.1:8230] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>
06:50:39.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1409, 127.0.0.1:8230, complete]!
06:50:39.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1409, 127.0.0.1:8230, complete] completed ACK-2.31   MID=41113, Token=30D367CBFC5D63A6, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
06:50:39.084 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8230
06:50:39.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,425,T183) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31   MID=41113, Token=30D367CBFC5D63A6, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
06:50:39.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 15 bytes from 127.0.0.1:8229
06:50:39.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1)
06:50:39.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229] replace CON-POST   MID=41113, Token=30D367CBFC5D63A6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] send request
06:50:39.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-41114], CON-POST   MID=41114, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for MID KeyMID[127.0.0.1:8229-41113]
06:50:39.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-B0D7128334181B68], CON-POST   MID=41114, Token=B0D7128334181B68, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for token KeyToken[127.0.0.1:8229-30D367CBFC5D63A6]
06:50:39.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-41114], KeyToken[127.0.0.1:8229-B0D7128334181B68]]
06:50:39.084 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8229
06:50:39.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,426,T180) 127.0.0.1:8,230 ==> :8,229 [CON-POST   MID=41114, Token=B0D7128334181B68, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B]
06:50:39.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 51 bytes from 127.0.0.1:8230
06:50:39.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-41114]
06:50:39.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
06:50:39.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8230] for CON-POST   MID=41114, Token=B0D7128334181B68, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
06:50:39.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1410, 127.0.0.1:8230] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>
06:50:39.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8230, complete]!
06:50:39.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1410, 127.0.0.1:8230, complete] completed ACK-2.31   MID=41114, Token=B0D7128334181B68, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
06:50:39.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8230
06:50:39.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,427,T183) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31   MID=41114, Token=B0D7128334181B68, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
06:50:39.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 15 bytes from 127.0.0.1:8229
06:50:39.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2)
06:50:39.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229] replace CON-POST   MID=41114, Token=B0D7128334181B68, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] send request
06:50:39.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-41115], CON-POST   MID=41115, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for MID KeyMID[127.0.0.1:8229-41114]
06:50:39.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-446422E9C6588384], CON-POST   MID=41115, Token=446422E9C6588384, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for token KeyToken[127.0.0.1:8229-B0D7128334181B68]
06:50:39.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-41115], KeyToken[127.0.0.1:8229-446422E9C6588384]]
06:50:39.085 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8229
06:50:39.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,428,T180) 127.0.0.1:8,230 ==> :8,229 [CON-POST   MID=41115, Token=446422E9C6588384, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB]
06:50:39.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 51 bytes from 127.0.0.1:8230
06:50:39.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-41115]
06:50:39.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
06:50:39.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8230] for CON-POST   MID=41115, Token=446422E9C6588384, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
06:50:39.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1411, 127.0.0.1:8230] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>
06:50:39.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1411, 127.0.0.1:8230, complete]!
06:50:39.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1411, 127.0.0.1:8230, complete] completed ACK-2.31   MID=41115, Token=446422E9C6588384, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
06:50:39.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8230
06:50:39.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,429,T183) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31   MID=41115, Token=446422E9C6588384, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
06:50:39.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 15 bytes from 127.0.0.1:8229
06:50:39.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3)
06:50:39.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229] replace CON-POST   MID=41115, Token=446422E9C6588384, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] send request
06:50:39.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-41116], CON-POST   MID=41116, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for MID KeyMID[127.0.0.1:8229-41115]
06:50:39.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-14C19C575750E151], CON-POST   MID=41116, Token=14C19C575750E151, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for token KeyToken[127.0.0.1:8229-446422E9C6588384]
06:50:39.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-41116], KeyToken[127.0.0.1:8229-14C19C575750E151]]
06:50:39.086 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8229
06:50:39.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,430,T180) 127.0.0.1:8,230 ==> :8,229 [CON-POST   MID=41116, Token=14C19C575750E151, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38]
06:50:39.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 40 bytes from 127.0.0.1:8230
06:50:39.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-41116]
06:50:39.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
06:50:39.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8230] for CON-POST   MID=41116, Token=14C19C575750E151, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
06:50:39.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8230]], block1 transfers still in progress: 0
06:50:39.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
06:50:39.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1412, 127.0.0.1:8230] send response null-2.04   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, <empty data>
06:50:39.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8230, complete]!
06:50:39.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1412, 127.0.0.1:8230, complete] completed ACK-2.04   MID=41116, Token=14C19C575750E151, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
06:50:39.087 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8230
06:50:39.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,431,T183) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04   MID=41116, Token=14C19C575750E151, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
06:50:39.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 26 bytes from 127.0.0.1:8229
06:50:39.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4)
06:50:39.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229, complete]!
06:50:39.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229, complete] for token KeyToken[127.0.0.1:8229-14C19C575750E151]
06:50:39.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229, complete] for MID KeyMID[127.0.0.1:8229-41116]
06:50:39.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1407, 127.0.0.1:8229, complete] completed CON-POST   MID=41112, Token=501CFC3087896676, 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=41116, Token=14C19C575750E151, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38!
06:50:39.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1406, 127.0.0.1:8232] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB
06:50:39.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406, 127.0.0.1:8232, complete]!
06:50:39.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1406, 127.0.0.1:8232, complete] completed ACK-2.04   MID=25293, Token=D4767663A3F94C83, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
06:50:39.088 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8232
06:50:39.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,432,T191) 127.0.0.1:8,231 ==> :8,232 [ACK-2.04   MID=25293, Token=D4767663A3F94C83, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
06:50:39.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8232) received 26 bytes from 127.0.0.1:8231
06:50:39.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405, 127.0.0.1:8231, complete]!
06:50:39.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1405, 127.0.0.1:8231, complete] for token KeyToken[127.0.0.1:8231-D4767663A3F94C83]
06:50:39.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1405, 127.0.0.1:8231, complete] for MID KeyMID[127.0.0.1:8231-25293]
06:50:39.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1405, 127.0.0.1:8231, complete] completed CON-PUT    MID=25293, Token=D4767663A3F94C83, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8229/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST   MID=25293, Token=D4767663A3F94C83, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes!
==[ CoAP Response ]============================================
MID    : 25293
Token  : D4767663A3F94C83
Type   : ACK
Status : 2.04 - CHANGED
Options: {"Object-Security":0x}
RTT    : 7 ms
Payload: 0 Bytes
===============================================================
06:50:39.088 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.088 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.088 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8229
06:50:39.088 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8229
06:50:39.088 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] stopping ...
06:50:39.088 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8229, address /127.0.0.1
06:50:39.088 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] has stopped.
06:50:39.088 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8229
06:50:39.089 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.089 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.089 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8230
06:50:39.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8230
06:50:39.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] stopping ...
06:50:39.089 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8230, address /0.0.0.0
06:50:39.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] has stopped.
06:50:39.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8230
06:50:39.089 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.089 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.089 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8231
06:50:39.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8231
06:50:39.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8231] stopping ...
06:50:39.089 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8231, address /127.0.0.1
06:50:39.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8231] has stopped.
06:50:39.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8231
06:50:39.089 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.089 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.089 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8232
06:50:39.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8232
06:50:39.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8232] stopping ...
06:50:39.089 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8232, address /0.0.0.0
06:50:39.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8232] has stopped.
06:50:39.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8232
06:50:39.090 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
06:50:39.090 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
06:50:39.090 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.090 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.090 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.090 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.091 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.091 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.091 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.091 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.091 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8233
06:50:39.091 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.091 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8233, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8233
06:50:39.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.091 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.091 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.091 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.092 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.092 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.092 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8234
06:50:39.092 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.092 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8234, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8234
06:50:39.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.092 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8234
06:50:39.092 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.092 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.092 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.092 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.092 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.093 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.093 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.093 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.093 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.093 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8235
06:50:39.093 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.093 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8235, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.093 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8235
06:50:39.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.093 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.093 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.093 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.093 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.093 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.093 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.093 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.094 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.094 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.094 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.094 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8236
06:50:39.094 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.094 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8236, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.094 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8236
06:50:39.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.094 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8236
06:50:39.094 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1413, 127.0.0.1:8235] send request
06:50:39.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1413, 127.0.0.1:8235] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, <empty data>
06:50:39.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413, 127.0.0.1:8235] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1413, 127.0.0.1:8235] added with generated mid KeyMID[127.0.0.1:8235-28295], CON-POST   MID=28295, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1413, 127.0.0.1:8235] added with generated token KeyToken[127.0.0.1:8235-C0CA84BA522F06C4], CON-POST   MID=28295, Token=C0CA84BA522F06C4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8235-28295], KeyToken[127.0.0.1:8235-C0CA84BA522F06C4]]
06:50:39.095 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8235
06:50:39.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,433,T204) 127.0.0.1:8,236 ==> :8,235 [CON-POST   MID=28295, Token=C0CA84BA522F06C4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8235) received 58 bytes from 127.0.0.1:8236
06:50:39.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28295]
06:50:39.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8233
==[ CoAP Request ]=============================================
MID    : 28295
Token  : C0CA84BA522F06C4
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}
Payload: 18 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 18 Bytes
===============================================================
06:50:39.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1415, 127.0.0.1:8233] send request
06:50:39.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1415, 127.0.0.1:8233] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1415, 127.0.0.1:8233] added with generated mid KeyMID[127.0.0.1:8233-8943], CON-POST   MID= 8943, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1415, 127.0.0.1:8233] added with generated token KeyToken[127.0.0.1:8233-4801A3AB8F602AA2], CON-POST   MID= 8943, Token=4801A3AB8F602AA2, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8233-8943], KeyToken[127.0.0.1:8233-4801A3AB8F602AA2]]
06:50:39.095 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8233
06:50:39.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,434,T196) 127.0.0.1:8,234 ==> :8,233 [CON-POST   MID= 8943, Token=4801A3AB8F602AA2, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8233) received 34 bytes from 127.0.0.1:8234
06:50:39.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8234-8943]
06:50:39.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, 127.0.0.1:8234] replace CON-POST   MID= 8943, Token=4801A3AB8F602AA2, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID= 8943, Token=4801A3AB8F602AA2, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:39.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1416, 127.0.0.1:8234] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, 127.0.0.1:8234, complete]!
06:50:39.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1416, 127.0.0.1:8234, complete] completed ACK-2.04   MID= 8943, Token=4801A3AB8F602AA2, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes!
06:50:39.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 153 bytes to 127.0.0.1:8234
06:50:39.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,435,T199) 127.0.0.1:8,233 ==> :8,234 [ACK-2.04   MID= 8943, Token=4801A3AB8F602AA2, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes]
06:50:39.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8234) received 153 bytes from 127.0.0.1:8233
06:50:39.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1415, 127.0.0.1:8233, complete]!
06:50:39.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1415, 127.0.0.1:8233, complete] for token KeyToken[127.0.0.1:8233-4801A3AB8F602AA2]
06:50:39.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1415, 127.0.0.1:8233, complete] for MID KeyMID[127.0.0.1:8233-8943]
06:50:39.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1415, 127.0.0.1:8233, complete] completed CON-POST   MID= 8943, Token=4801A3AB8F602AA2, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
06:50:39.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1414, 127.0.0.1:8236] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes
06:50:39.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8236, complete]!
06:50:39.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1414, 127.0.0.1:8236, complete] completed ACK-2.04   MID=28295, Token=C0CA84BA522F06C4, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes!
06:50:39.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 153 bytes to 127.0.0.1:8236
06:50:39.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,436,T207) 127.0.0.1:8,235 ==> :8,236 [ACK-2.04   MID=28295, Token=C0CA84BA522F06C4, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes]
06:50:39.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8236) received 153 bytes from 127.0.0.1:8235
06:50:39.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413, 127.0.0.1:8235, complete]!
06:50:39.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1413, 127.0.0.1:8235, complete] for token KeyToken[127.0.0.1:8235-C0CA84BA522F06C4]
06:50:39.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1413, 127.0.0.1:8235, complete] for MID KeyMID[127.0.0.1:8235-28295]
06:50:39.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1413, 127.0.0.1:8235, complete] completed CON-GET    MID=28295, Token=C0CA84BA522F06C4, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, <empty data> -/- CON-POST   MID=28295, Token=C0CA84BA522F06C4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
==[ CoAP Response ]============================================
MID    : 28295
Token  : C0CA84BA522F06C4
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 53 ms
Payload: 128 Bytes
---------------------------------------------------------------
98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
06:50:39.148 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.148 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.148 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8233
06:50:39.148 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8233
06:50:39.148 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] stopping ...
06:50:39.148 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8233, address /127.0.0.1
06:50:39.148 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] has stopped.
06:50:39.148 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8233
06:50:39.148 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.148 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.148 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8234
06:50:39.148 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8234
06:50:39.148 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] stopping ...
06:50:39.148 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8234, address /0.0.0.0
06:50:39.148 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] has stopped.
06:50:39.148 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8234
06:50:39.148 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.148 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.148 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8235
06:50:39.148 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8235
06:50:39.148 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8235] stopping ...
06:50:39.149 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8235, address /127.0.0.1
06:50:39.149 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8235] has stopped.
06:50:39.149 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8235
06:50:39.149 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.149 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.149 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8236
06:50:39.149 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8236
06:50:39.149 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8236] stopping ...
06:50:39.149 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8236, address /0.0.0.0
06:50:39.149 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8236] has stopped.
06:50:39.149 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8236
06:50:39.149 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
06:50:39.149 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
06:50:39.150 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.150 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.150 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.150 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.150 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.150 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.150 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.150 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.150 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.150 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8237
06:50:39.151 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.151 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8237, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.151 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8237
06:50:39.151 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.151 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.151 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.151 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.151 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.151 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.151 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.151 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.151 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.151 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.151 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8238
06:50:39.151 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.151 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8238, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.151 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8238
06:50:39.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.151 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8238
06:50:39.152 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.152 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.152 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.152 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.152 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.152 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.152 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.152 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.152 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.152 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.152 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8239
06:50:39.152 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.152 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8239, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.152 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8239
06:50:39.152 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.153 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.153 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.153 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.153 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.153 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.153 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.153 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.153 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.153 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.153 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8240
06:50:39.153 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.153 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8240, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.153 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8240
06:50:39.153 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8240
06:50:39.153 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417, 127.0.0.1:8239] send request
06:50:39.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417, 127.0.0.1:8239] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, <empty data>
06:50:39.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8239] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417, 127.0.0.1:8239] added with generated mid KeyMID[127.0.0.1:8239-61155], CON-POST   MID=61155, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417, 127.0.0.1:8239] added with generated token KeyToken[127.0.0.1:8239-34E7C4D481E5655B], CON-POST   MID=61155, Token=34E7C4D481E5655B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8239-61155], KeyToken[127.0.0.1:8239-34E7C4D481E5655B]]
06:50:39.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 58 bytes to 127.0.0.1:8239
06:50:39.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,437,T220) 127.0.0.1:8,240 ==> :8,239 [CON-POST   MID=61155, Token=34E7C4D481E5655B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8239) received 58 bytes from 127.0.0.1:8240
06:50:39.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-61155]
06:50:39.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8237
==[ CoAP Request ]=============================================
MID    : 61155
Token  : 34E7C4D481E5655B
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}
Payload: 18 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 18 Bytes
===============================================================
06:50:39.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419, 127.0.0.1:8237] send request
06:50:39.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419, 127.0.0.1:8237] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-38078], CON-POST   MID=38078, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-1C6BEF26168D7F28], CON-POST   MID=38078, Token=1C6BEF26168D7F28, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-38078], KeyToken[127.0.0.1:8237-1C6BEF26168D7F28]]
06:50:39.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 34 bytes to 127.0.0.1:8237
06:50:39.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,438,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST   MID=38078, Token=1C6BEF26168D7F28, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 34 bytes from 127.0.0.1:8238
06:50:39.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-38078]
06:50:39.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8238] replace CON-POST   MID=38078, Token=1C6BEF26168D7F28, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=38078, Token=1C6BEF26168D7F28, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:39.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1420, 127.0.0.1:8238] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "test"
06:50:39.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8238, complete]!
06:50:39.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1420, 127.0.0.1:8238, complete] completed ACK-2.04   MID=38078, Token=1C6BEF26168D7F28, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
06:50:39.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 29 bytes to 127.0.0.1:8238
06:50:39.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,439,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.04   MID=38078, Token=1C6BEF26168D7F28, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
06:50:39.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 29 bytes from 127.0.0.1:8237
06:50:39.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419, 127.0.0.1:8237, complete]!
06:50:39.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, 127.0.0.1:8237, complete] for token KeyToken[127.0.0.1:8237-1C6BEF26168D7F28]
06:50:39.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, 127.0.0.1:8237, complete] for MID KeyMID[127.0.0.1:8237-38078]
06:50:39.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1419, 127.0.0.1:8237, complete] completed CON-POST   MID=38078, Token=1C6BEF26168D7F28, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
06:50:39.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1418, 127.0.0.1:8240] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C
06:50:39.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, 127.0.0.1:8240, complete]!
06:50:39.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1418, 127.0.0.1:8240, complete] completed ACK-2.04   MID=61155, Token=34E7C4D481E5655B, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
06:50:39.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 29 bytes to 127.0.0.1:8240
06:50:39.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,440,T223) 127.0.0.1:8,239 ==> :8,240 [ACK-2.04   MID=61155, Token=34E7C4D481E5655B, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
06:50:39.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8240) received 29 bytes from 127.0.0.1:8239
06:50:39.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8239, complete]!
06:50:39.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, 127.0.0.1:8239, complete] for token KeyToken[127.0.0.1:8239-34E7C4D481E5655B]
06:50:39.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, 127.0.0.1:8239, complete] for MID KeyMID[127.0.0.1:8239-61155]
06:50:39.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1417, 127.0.0.1:8239, complete] completed CON-GET    MID=61155, Token=34E7C4D481E5655B, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, <empty data> -/- CON-POST   MID=61155, Token=34E7C4D481E5655B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
==[ CoAP Response ]============================================
MID    : 61155
Token  : 34E7C4D481E5655B
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 2 ms
Payload: 4 Bytes
---------------------------------------------------------------
test
===============================================================
06:50:39.156 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.156 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.156 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8237
06:50:39.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8237
06:50:39.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8237] stopping ...
06:50:39.156 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8237, address /127.0.0.1
06:50:39.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8237] has stopped.
06:50:39.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8237
06:50:39.156 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.156 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.156 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8238
06:50:39.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8238
06:50:39.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8238] stopping ...
06:50:39.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8238, address /0.0.0.0
06:50:39.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8238] has stopped.
06:50:39.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8238
06:50:39.157 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.157 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8239
06:50:39.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8239
06:50:39.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] stopping ...
06:50:39.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8239, address /127.0.0.1
06:50:39.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] has stopped.
06:50:39.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8239
06:50:39.157 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.157 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8240
06:50:39.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8240
06:50:39.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8240] stopping ...
06:50:39.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8240, address /0.0.0.0
06:50:39.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8240] has stopped.
06:50:39.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8240
06:50:39.157 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
06:50:39.158 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
06:50:39.158 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.158 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.158 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.158 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.158 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.159 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.159 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.159 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.159 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.159 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8241
06:50:39.159 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.159 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8241, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.159 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8241
06:50:39.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.159 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.159 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.159 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.159 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.159 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.159 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.159 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.159 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.160 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.160 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8242
06:50:39.160 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.160 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8242, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.160 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8242
06:50:39.160 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8242
06:50:39.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.160 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.160 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.160 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.160 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.160 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.160 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.160 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.160 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.160 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.160 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8243
06:50:39.160 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.161 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8243, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.161 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8243
06:50:39.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.161 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.161 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.161 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.161 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.161 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.161 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.161 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.161 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.161 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.161 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8244
06:50:39.161 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.162 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8244, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.162 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8244
06:50:39.162 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8244
06:50:39.162 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request
06:50:39.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-41253], CON-POST   MID=41253, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-ACB5504FD9F135BE], CON-POST   MID=41253, Token=ACB5504FD9F135BE, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-41253], KeyToken[127.0.0.1:8243-ACB5504FD9F135BE]]
06:50:39.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 189 bytes to 127.0.0.1:8243
06:50:39.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,441,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=41253, Token=ACB5504FD9F135BE, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
06:50:39.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 189 bytes from 127.0.0.1:8244
06:50:39.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-41253]
06:50:39.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8241
==[ CoAP Request ]=============================================
MID    : 41253
Token  : ACB5504FD9F135BE
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
06:50:39.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423, 127.0.0.1:8241] send request
06:50:39.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423, 127.0.0.1:8241] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423, 127.0.0.1:8241] added with generated mid KeyMID[127.0.0.1:8241-28925], CON-POST   MID=28925, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423, 127.0.0.1:8241] added with generated token KeyToken[127.0.0.1:8241-CCBCDF1FF0CE5415], CON-POST   MID=28925, Token=CCBCDF1FF0CE5415, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8241-28925], KeyToken[127.0.0.1:8241-CCBCDF1FF0CE5415]]
06:50:39.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 165 bytes to 127.0.0.1:8241
06:50:39.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,442,T228) 127.0.0.1:8,242 ==> :8,241 [CON-POST   MID=28925, Token=CCBCDF1FF0CE5415, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
06:50:39.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8241) received 165 bytes from 127.0.0.1:8242
06:50:39.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8242-28925]
06:50:39.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8242] replace CON-POST   MID=28925, Token=CCBCDF1FF0CE5415, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=28925, Token=CCBCDF1FF0CE5415, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1424, 127.0.0.1:8242] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 256 bytes
06:50:39.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8242, complete]!
06:50:39.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1424, 127.0.0.1:8242, complete] completed ACK-2.04   MID=28925, Token=CCBCDF1FF0CE5415, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes!
06:50:39.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 281 bytes to 127.0.0.1:8242
06:50:39.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,443,T231) 127.0.0.1:8,241 ==> :8,242 [ACK-2.04   MID=28925, Token=CCBCDF1FF0CE5415, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes]
06:50:39.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8242) received 281 bytes from 127.0.0.1:8241
06:50:39.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, 127.0.0.1:8241, complete]!
06:50:39.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, 127.0.0.1:8241, complete] for token KeyToken[127.0.0.1:8241-CCBCDF1FF0CE5415]
06:50:39.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, 127.0.0.1:8241, complete] for MID KeyMID[127.0.0.1:8241-28925]
06:50:39.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1423, 127.0.0.1:8241, complete] completed CON-POST   MID=28925, Token=CCBCDF1FF0CE5415, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes!
06:50:39.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer
06:50:39.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8244]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1
06:50:39.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1422, 127.0.0.1:8244] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06
06:50:39.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, 127.0.0.1:8244, complete]!
06:50:39.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1422, 127.0.0.1:8244, complete] completed null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes -/- ACK-2.04   MID=41253, Token=ACB5504FD9F135BE, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06!
06:50:39.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 52 bytes to 127.0.0.1:8244
06:50:39.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,444,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=41253, Token=ACB5504FD9F135BE, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06]
06:50:39.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 52 bytes from 127.0.0.1:8243
06:50:39.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8243]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1, ACK-2.04   MID=41253, Token=ACB5504FD9F135BE, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06
06:50:39.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST   MID=41253, Token=ACB5504FD9F135BE, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request
06:50:39.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-41254], CON-POST   MID=41254, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-41253]
06:50:39.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-40A8A35284D7D217], CON-POST   MID=41254, Token=40A8A35284D7D217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-ACB5504FD9F135BE]
06:50:39.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-41254], KeyToken[127.0.0.1:8243-40A8A35284D7D217]]
06:50:39.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 49 bytes to 127.0.0.1:8243
06:50:39.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,445,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=41254, Token=40A8A35284D7D217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>]
06:50:39.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244
06:50:39.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-41254]
06:50:39.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8244]: currentNum=1, currentSzx=1, bufferSize=267, complete=false]
06:50:39.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1425, 127.0.0.1:8244] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40
06:50:39.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1425, 127.0.0.1:8244, complete]!
06:50:39.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1425, 127.0.0.1:8244, complete] completed ACK-2.04   MID=41254, Token=40A8A35284D7D217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40!
06:50:39.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 49 bytes to 127.0.0.1:8244
06:50:39.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,446,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=41254, Token=40A8A35284D7D217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40]
06:50:39.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST   MID=41254, Token=40A8A35284D7D217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, acked <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:8241/resource"}, <empty data>
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-41255], CON-POST   MID=41255, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-41254]
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-04B8E8B10BA5D64D], CON-POST   MID=41255, Token=04B8E8B10BA5D64D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-40A8A35284D7D217]
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-41255], KeyToken[127.0.0.1:8243-04B8E8B10BA5D64D]]
06:50:39.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 49 bytes to 127.0.0.1:8243
06:50:39.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,447,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=41255, Token=04B8E8B10BA5D64D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>]
06:50:39.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244
06:50:39.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-41255]
06:50:39.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8244]: currentNum=2, currentSzx=1, bufferSize=267, complete=false]
06:50:39.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1426, 127.0.0.1:8244] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3
06:50:39.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426, 127.0.0.1:8244, complete]!
06:50:39.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1426, 127.0.0.1:8244, complete] completed ACK-2.04   MID=41255, Token=04B8E8B10BA5D64D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3!
06:50:39.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 49 bytes to 127.0.0.1:8244
06:50:39.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,448,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=41255, Token=04B8E8B10BA5D64D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3]
06:50:39.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST   MID=41255, Token=04B8E8B10BA5D64D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, acked <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:8241/resource"}, <empty data>
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-41256], CON-POST   MID=41256, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-41255]
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-9C9652AD94B25FFA], CON-POST   MID=41256, Token=9C9652AD94B25FFA, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-04B8E8B10BA5D64D]
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-41256], KeyToken[127.0.0.1:8243-9C9652AD94B25FFA]]
06:50:39.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 49 bytes to 127.0.0.1:8243
06:50:39.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,449,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=41256, Token=9C9652AD94B25FFA, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>]
06:50:39.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244
06:50:39.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-41256]
06:50:39.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8244]: currentNum=3, currentSzx=1, bufferSize=267, complete=false]
06:50:39.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1427, 127.0.0.1:8244] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06
06:50:39.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1427, 127.0.0.1:8244, complete]!
06:50:39.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1427, 127.0.0.1:8244, complete] completed ACK-2.04   MID=41256, Token=9C9652AD94B25FFA, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06!
06:50:39.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 49 bytes to 127.0.0.1:8244
06:50:39.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,450,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=41256, Token=9C9652AD94B25FFA, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06]
06:50:39.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST   MID=41256, Token=9C9652AD94B25FFA, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, acked <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:8241/resource"}, <empty data>
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-41257], CON-POST   MID=41257, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-41256]
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-F0CFD31A266B9AAF], CON-POST   MID=41257, Token=F0CFD31A266B9AAF, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-9C9652AD94B25FFA]
06:50:39.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-41257], KeyToken[127.0.0.1:8243-F0CFD31A266B9AAF]]
06:50:39.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 49 bytes to 127.0.0.1:8243
06:50:39.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,451,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=41257, Token=F0CFD31A266B9AAF, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>]
06:50:39.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244
06:50:39.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-41257]
06:50:39.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8244]: currentNum=4, currentSzx=1, bufferSize=267, complete=false]
06:50:39.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1428, 127.0.0.1:8244] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2
06:50:39.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428, 127.0.0.1:8244, complete]!
06:50:39.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1428, 127.0.0.1:8244, complete] completed ACK-2.04   MID=41257, Token=F0CFD31A266B9AAF, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2!
06:50:39.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8244
06:50:39.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,452,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=41257, Token=F0CFD31A266B9AAF, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2]
06:50:39.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243
06:50:39.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST   MID=41257, Token=F0CFD31A266B9AAF, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, acked <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:8241/resource"}, <empty data>
06:50:39.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request
06:50:39.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-41258], CON-POST   MID=41258, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-41257]
06:50:39.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-74F48B44DB5DD0B1], CON-POST   MID=41258, Token=74F48B44DB5DD0B1, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-F0CFD31A266B9AAF]
06:50:39.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-41258], KeyToken[127.0.0.1:8243-74F48B44DB5DD0B1]]
06:50:39.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 49 bytes to 127.0.0.1:8243
06:50:39.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,453,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=41258, Token=74F48B44DB5DD0B1, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>]
06:50:39.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244
06:50:39.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-41258]
06:50:39.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8244]: currentNum=5, currentSzx=1, bufferSize=267, complete=false]
06:50:39.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1429, 127.0.0.1:8244] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5
06:50:39.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1429, 127.0.0.1:8244, complete]!
06:50:39.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1429, 127.0.0.1:8244, complete] completed ACK-2.04   MID=41258, Token=74F48B44DB5DD0B1, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5!
06:50:39.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 49 bytes to 127.0.0.1:8244
06:50:39.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,454,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=41258, Token=74F48B44DB5DD0B1, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5]
06:50:39.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243
06:50:39.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST   MID=41258, Token=74F48B44DB5DD0B1, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, acked <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:8241/resource"}, <empty data>
06:50:39.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request
06:50:39.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-41259], CON-POST   MID=41259, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-41258]
06:50:39.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-E87CAADDADE8D283], CON-POST   MID=41259, Token=E87CAADDADE8D283, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-74F48B44DB5DD0B1]
06:50:39.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-41259], KeyToken[127.0.0.1:8243-E87CAADDADE8D283]]
06:50:39.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 49 bytes to 127.0.0.1:8243
06:50:39.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,455,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=41259, Token=E87CAADDADE8D283, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>]
06:50:39.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244
06:50:39.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-41259]
06:50:39.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8244]: currentNum=6, currentSzx=1, bufferSize=267, complete=false]
06:50:39.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1430, 127.0.0.1:8244] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C
06:50:39.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430, 127.0.0.1:8244, complete]!
06:50:39.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1430, 127.0.0.1:8244, complete] completed ACK-2.04   MID=41259, Token=E87CAADDADE8D283, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C!
06:50:39.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 49 bytes to 127.0.0.1:8244
06:50:39.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,456,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=41259, Token=E87CAADDADE8D283, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C]
06:50:39.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243
06:50:39.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST   MID=41259, Token=E87CAADDADE8D283, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, acked <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:8241/resource"}, <empty data>
06:50:39.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request
06:50:39.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-41260], CON-POST   MID=41260, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-41259]
06:50:39.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-B0690FDD5ED71FE7], CON-POST   MID=41260, Token=B0690FDD5ED71FE7, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-E87CAADDADE8D283]
06:50:39.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-41260], KeyToken[127.0.0.1:8243-B0690FDD5ED71FE7]]
06:50:39.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 49 bytes to 127.0.0.1:8243
06:50:39.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,457,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=41260, Token=B0690FDD5ED71FE7, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>]
06:50:39.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244
06:50:39.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-41260]
06:50:39.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8244]: currentNum=7, currentSzx=1, bufferSize=267, complete=false]
06:50:39.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1431, 127.0.0.1:8244] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C
06:50:39.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1431, 127.0.0.1:8244, complete]!
06:50:39.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1431, 127.0.0.1:8244, complete] completed ACK-2.04   MID=41260, Token=B0690FDD5ED71FE7, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C!
06:50: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 49 bytes to 127.0.0.1:8244
06:50:39.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,458,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=41260, Token=B0690FDD5ED71FE7, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C]
06:50:39.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243
06:50:39.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=8]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST   MID=41260, Token=B0690FDD5ED71FE7, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, acked <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:8241/resource"}, <empty data>
06:50:39.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request
06:50:39.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-41261], CON-POST   MID=41261, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-41260]
06:50:39.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-70F1CCACBADFE701], CON-POST   MID=41261, Token=70F1CCACBADFE701, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
06:50:39.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-B0690FDD5ED71FE7]
06:50:39.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-41261], KeyToken[127.0.0.1:8243-70F1CCACBADFE701]]
06:50:39.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 49 bytes to 127.0.0.1:8243
06:50:39.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,459,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=41261, Token=70F1CCACBADFE701, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>]
06:50:39.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244
06:50:39.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-41261]
06:50:39.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8244]: currentNum=8, currentSzx=1, bufferSize=267, complete=true]
06:50:39.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1432, 127.0.0.1:8244] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6
06:50:39.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, 127.0.0.1:8244, complete]!
06:50:39.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1432, 127.0.0.1:8244, complete] completed ACK-2.04   MID=41261, Token=70F1CCACBADFE701, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6!
06:50:39.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8244
06:50:39.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,460,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=41261, Token=70F1CCACBADFE701, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6]
06:50: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:8244) received 28 bytes from 127.0.0.1:8243
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/, 127.0.0.1:8243]], block2 transfers still in progress: 0
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04   MID=41253, Token=ACB5504FD9F135BE, OptionSet={"Object-Security":0x, "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST   MID=41261, Token=70F1CCACBADFE701, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, acked <empty data> by CON-POST   MID=41253, Token=ACB5504FD9F135BE, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243, complete]!
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243, complete] for token KeyToken[127.0.0.1:8243-70F1CCACBADFE701]
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243, complete] for MID KeyMID[127.0.0.1:8243-41261]
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1421, 127.0.0.1:8243, complete] completed CON-POST   MID=41253, Token=ACB5504FD9F135BE, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, "98257387005764743526667350535128".. 128 bytes!
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise
06:50:39.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
==[ CoAP Response ]============================================
MID    : 41253
Token  : ACB5504FD9F135BE
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 10 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
06:50:39.173 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.173 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8241
06:50:39.173 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8241
06:50:39.173 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] stopping ...
06:50:39.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8241, address /127.0.0.1
06:50:39.173 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] has stopped.
06:50:39.173 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8241
06:50:39.173 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.173 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8242
06:50:39.173 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8242
06:50:39.173 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8242] stopping ...
06:50:39.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8242, address /0.0.0.0
06:50:39.173 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8242] has stopped.
06:50:39.173 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8242
06:50:39.173 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.173 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.174 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8243
06:50:39.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8243
06:50:39.174 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] stopping ...
06:50:39.174 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8243, address /127.0.0.1
06:50:39.174 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] has stopped.
06:50:39.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8243
06:50:39.174 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.174 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.174 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8244
06:50:39.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8244
06:50:39.174 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8244] stopping ...
06:50:39.174 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8244, address /0.0.0.0
06:50:39.174 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8244] has stopped.
06:50:39.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8244
06:50:39.174 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
06:50:39.176 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
06:50:39.176 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.176 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.176 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.176 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.176 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.177 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.177 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.177 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.177 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.177 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8245
06:50:39.177 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.177 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8245, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.177 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8245
06:50:39.177 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.177 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.177 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.177 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.178 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.178 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.178 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.178 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.178 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.178 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.178 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8246
06:50:39.178 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.178 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8246, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.178 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8246
06:50:39.178 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8246
06:50:39.178 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.178 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.178 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.178 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.178 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.178 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.179 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.179 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.179 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.179 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.179 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8247
06:50:39.179 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.179 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8247, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8247
06:50:39.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.179 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.179 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.179 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.180 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.180 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.180 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.180 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.180 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.180 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8248
06:50:39.180 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.180 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8248, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.180 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8248
06:50:39.180 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8248
06:50:39.180 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1433, 127.0.0.1:8247] send request
06:50:39.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1433, 127.0.0.1:8247] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8245/resource"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433, 127.0.0.1:8247] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8245/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1433, 127.0.0.1:8247] added with generated mid KeyMID[127.0.0.1:8247-19376], CON-POST   MID=19376, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1433, 127.0.0.1:8247] added with generated token KeyToken[127.0.0.1:8247-F82831B4D162DBAE], CON-POST   MID=19376, Token=F82831B4D162DBAE, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8247-19376], KeyToken[127.0.0.1:8247-F82831B4D162DBAE]]
06:50:39.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8247
06:50:39.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,461,T252) 127.0.0.1:8,248 ==> :8,247 [CON-POST   MID=19376, Token=F82831B4D162DBAE, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
06:50:39.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8247) received 189 bytes from 127.0.0.1:8248
06:50:39.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8248-19376]
06:50:39.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8245
==[ CoAP Request ]=============================================
MID    : 19376
Token  : F82831B4D162DBAE
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
06:50:39.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
06:50:39.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8245]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
06:50:39.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] send request
06:50:39.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-40284], CON-POST   MID=40284, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-84C4547AA4D85327], CON-POST   MID=40284, Token=84C4547AA4D85327, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-40284], KeyToken[127.0.0.1:8245-84C4547AA4D85327]]
06:50:39.182 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8245
06:50:39.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,462,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID=40284, Token=84C4547AA4D85327, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9]
06:50:39.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 54 bytes from 127.0.0.1:8246
06:50:39.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-40284]
06:50:39.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
06:50:39.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8246]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
06:50:39.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
06:50:39.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1436, 127.0.0.1:8246] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>
06:50:39.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436, 127.0.0.1:8246, complete]!
06:50:39.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1436, 127.0.0.1:8246, complete] completed ACK-2.31   MID=40284, Token=84C4547AA4D85327, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
06:50:39.182 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8246
06:50:39.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,463,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31   MID=40284, Token=84C4547AA4D85327, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
06:50:39.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 15 bytes from 127.0.0.1:8245
06:50:39.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0)
06:50:39.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245] replace CON-POST   MID=40284, Token=84C4547AA4D85327, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] send request
06:50:39.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-40285], CON-POST   MID=40285, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for MID KeyMID[127.0.0.1:8245-40284]
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-B82CD2A6101C5A53], CON-POST   MID=40285, Token=B82CD2A6101C5A53, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for token KeyToken[127.0.0.1:8245-84C4547AA4D85327]
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-40285], KeyToken[127.0.0.1:8245-B82CD2A6101C5A53]]
06:50:39.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8245
06:50:39.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,464,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID=40285, Token=B82CD2A6101C5A53, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37]
06:50:39.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 51 bytes from 127.0.0.1:8246
06:50:39.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-40285]
06:50:39.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
06:50:39.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8246] for CON-POST   MID=40285, Token=B82CD2A6101C5A53, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
06:50:39.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1437, 127.0.0.1:8246] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>
06:50:39.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1437, 127.0.0.1:8246, complete]!
06:50:39.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1437, 127.0.0.1:8246, complete] completed ACK-2.31   MID=40285, Token=B82CD2A6101C5A53, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
06:50:39.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8246
06:50:39.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,465,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31   MID=40285, Token=B82CD2A6101C5A53, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
06:50:39.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 15 bytes from 127.0.0.1:8245
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1)
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245] replace CON-POST   MID=40285, Token=B82CD2A6101C5A53, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] send request
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-40286], CON-POST   MID=40286, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for MID KeyMID[127.0.0.1:8245-40285]
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-00401341F0A7F7F5], CON-POST   MID=40286, Token=00401341F0A7F7F5, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for token KeyToken[127.0.0.1:8245-B82CD2A6101C5A53]
06:50:39.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-40286], KeyToken[127.0.0.1:8245-00401341F0A7F7F5]]
06:50:39.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8245
06:50:39.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,466,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID=40286, Token=00401341F0A7F7F5, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B]
06:50:39.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 51 bytes from 127.0.0.1:8246
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-40286]
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8246] for CON-POST   MID=40286, Token=00401341F0A7F7F5, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1438, 127.0.0.1:8246] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1438, 127.0.0.1:8246, complete]!
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1438, 127.0.0.1:8246, complete] completed ACK-2.31   MID=40286, Token=00401341F0A7F7F5, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
06:50:39.184 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8246
06:50:39.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,467,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31   MID=40286, Token=00401341F0A7F7F5, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
06:50:39.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 15 bytes from 127.0.0.1:8245
06:50:39.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2)
06:50:39.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245] replace CON-POST   MID=40286, Token=00401341F0A7F7F5, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] send request
06:50:39.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-40287], CON-POST   MID=40287, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for MID KeyMID[127.0.0.1:8245-40286]
06:50:39.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-EC67A3A846D30EA4], CON-POST   MID=40287, Token=EC67A3A846D30EA4, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for token KeyToken[127.0.0.1:8245-00401341F0A7F7F5]
06:50:39.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-40287], KeyToken[127.0.0.1:8245-EC67A3A846D30EA4]]
06:50:39.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8245
06:50:39.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,468,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID=40287, Token=EC67A3A846D30EA4, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB]
06:50:39.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 51 bytes from 127.0.0.1:8246
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-40287]
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8246] for CON-POST   MID=40287, Token=EC67A3A846D30EA4, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1439, 127.0.0.1:8246] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1439, 127.0.0.1:8246, complete]!
06:50:39.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1439, 127.0.0.1:8246, complete] completed ACK-2.31   MID=40287, Token=EC67A3A846D30EA4, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
06:50:39.184 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8246
06:50:39.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,469,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31   MID=40287, Token=EC67A3A846D30EA4, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
06:50:39.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 15 bytes from 127.0.0.1:8245
06:50:39.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3)
06:50:39.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245] replace CON-POST   MID=40287, Token=EC67A3A846D30EA4, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] send request
06:50:39.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-40288], CON-POST   MID=40288, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for MID KeyMID[127.0.0.1:8245-40287]
06:50:39.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-CC0791F8F0A8D33C], CON-POST   MID=40288, Token=CC0791F8F0A8D33C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for token KeyToken[127.0.0.1:8245-EC67A3A846D30EA4]
06:50:39.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-40288], KeyToken[127.0.0.1:8245-CC0791F8F0A8D33C]]
06:50:39.185 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245
06:50:39.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,470,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID=40288, Token=CC0791F8F0A8D33C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00]
06:50:39.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246
06:50:39.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-40288]
06:50:39.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
06:50:39.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8246] for CON-POST   MID=40288, Token=CC0791F8F0A8D33C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
06:50:39.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8246]], block1 transfers still in progress: 0
06:50:39.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
06:50:39.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1440, 127.0.0.1:8246] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain", "Block1":"(szx=1/32, m=false, num=4)"}, "98257387005764743526667350535128".. 256 bytes
06:50:39.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440, 127.0.0.1:8246, complete]!
06:50:39.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1440, 127.0.0.1:8246, complete] completed ACK-2.04   MID=40288, Token=CC0791F8F0A8D33C, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes!
06:50:39.186 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8246
06:50:39.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,471,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.04   MID=40288, Token=CC0791F8F0A8D33C, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes]
06:50:39.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 284 bytes from 127.0.0.1:8245
06:50:39.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4)
06:50:39.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245, complete]!
06:50:39.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245, complete] for token KeyToken[127.0.0.1:8245-CC0791F8F0A8D33C]
06:50:39.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245, complete] for MID KeyMID[127.0.0.1:8245-40288]
06:50:39.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1435, 127.0.0.1:8245, complete] completed CON-POST   MID=40284, Token=84C4547AA4D85327, 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=40288, Token=CC0791F8F0A8D33C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00!
06:50:39.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1434, 127.0.0.1:8248] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes
06:50:39.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, 127.0.0.1:8248, complete]!
06:50:39.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1434, 127.0.0.1:8248, complete] completed ACK-2.04   MID=19376, Token=F82831B4D162DBAE, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes!
06:50:39.186 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8248
06:50:39.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,472,T255) 127.0.0.1:8,247 ==> :8,248 [ACK-2.04   MID=19376, Token=F82831B4D162DBAE, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes]
06:50:39.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8248) received 284 bytes from 127.0.0.1:8247
06:50:39.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433, 127.0.0.1:8247, complete]!
06:50:39.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1433, 127.0.0.1:8247, complete] for token KeyToken[127.0.0.1:8247-F82831B4D162DBAE]
06:50:39.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1433, 127.0.0.1:8247, complete] for MID KeyMID[127.0.0.1:8247-19376]
06:50:39.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1433, 127.0.0.1:8247, complete] completed CON-POST   MID=19376, Token=F82831B4D162DBAE, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8245/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST   MID=19376, Token=F82831B4D162DBAE, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes!
==[ CoAP Response ]============================================
MID    : 19376
Token  : F82831B4D162DBAE
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 6 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
06:50:39.187 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.187 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.187 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8245
06:50:39.187 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8245
06:50:39.187 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] stopping ...
06:50:39.187 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8245, address /127.0.0.1
06:50:39.187 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] has stopped.
06:50:39.187 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8245
06:50:39.187 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.187 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.187 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8246
06:50:39.187 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8246
06:50:39.187 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] stopping ...
06:50:39.188 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8246, address /0.0.0.0
06:50:39.188 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] has stopped.
06:50:39.188 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8246
06:50:39.188 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.188 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8247
06:50:39.188 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8247
06:50:39.188 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] stopping ...
06:50:39.188 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8247, address /127.0.0.1
06:50:39.188 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] has stopped.
06:50:39.188 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8247
06:50:39.188 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.188 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8248
06:50:39.188 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8248
06:50:39.188 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8248] stopping ...
06:50:39.188 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8248, address /0.0.0.0
06:50:39.188 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8248] has stopped.
06:50:39.188 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8248
06:50:39.188 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
06:50:39.189 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:39.189 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.14 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
06:50:39.189 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
06:50:39.190 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.190 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.190 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.190 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.190 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.191 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.191 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.191 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.191 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.191 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8249
06:50:39.191 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.191 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8249, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.191 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8249
06:50:39.191 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.191 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.191 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.191 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.191 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.191 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.192 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.192 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.192 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.192 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.192 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8250
06:50:39.192 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.192 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8250, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.192 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8250
06:50:39.192 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
06:50:39.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8249]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
06:50:39.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:39.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:39.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:39.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38104], CON-POST   MID=38104, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:39.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-50315A8156FE4A45], CON-POST   MID=38104, Token=50315A8156FE4A45, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:39.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38104], KeyToken[127.0.0.1:8249-50315A8156FE4A45]]
06:50:39.193 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8249
06:50:39.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,473,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38104, Token=50315A8156FE4A45, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes]
06:50:39.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 107 bytes from 127.0.0.1:8250
06:50:39.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38104]
06:50:39.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, 127.0.0.1:8250] replace CON-POST   MID=38104, Token=50315A8156FE4A45, 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=38104, Token=50315A8156FE4A45, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:39.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
06:50:39.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8250]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
06:50:39.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
06:50:39.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1442, 127.0.0.1:8250] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, <empty data>
06:50:39.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, 127.0.0.1:8250, complete]!
06:50:39.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1442, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38104, Token=50315A8156FE4A45, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
06:50:39.194 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8250
06:50:39.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,474,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38104, Token=50315A8156FE4A45, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
06:50:39.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 26 bytes from 127.0.0.1:8249
06:50:39.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0)
06:50:39.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38104, Token=50315A8156FE4A45, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:39.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38105], CON-POST   MID=38105, Token=null, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:39.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-38104]
06:50:39.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-7C00FBFDAFA1E12D], CON-POST   MID=38105, Token=7C00FBFDAFA1E12D, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:39.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-50315A8156FE4A45]
06:50:39.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38105], KeyToken[127.0.0.1:8249-7C00FBFDAFA1E12D]]
06:50:39.195 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8249
06:50:39.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,475,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38105, Token=7C00FBFDAFA1E12D, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes]
06:50:39.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 103 bytes from 127.0.0.1:8250
06:50:39.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38105]
06:50:39.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1443, 127.0.0.1:8250] replace CON-POST   MID=38105, Token=7C00FBFDAFA1E12D, 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=38105, Token=7C00FBFDAFA1E12D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
06:50:39.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8250] for CON-POST   MID=38105, Token=7C00FBFDAFA1E12D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
06:50:39.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1443, 127.0.0.1:8250] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, <empty data>
06:50:39.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1443, 127.0.0.1:8250, complete]!
06:50:39.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1443, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38105, Token=7C00FBFDAFA1E12D, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
06:50:39.195 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8250
06:50:39.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,476,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38105, Token=7C00FBFDAFA1E12D, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
06:50:39.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 26 bytes from 127.0.0.1:8249
06:50:39.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1)
06:50:39.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38105, Token=7C00FBFDAFA1E12D, OptionSet={"Object-Security":0x0901}, acked 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:39.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38106], CON-POST   MID=38106, Token=null, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:39.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-38105]
06:50:39.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-28EDA2C6748DA1D8], CON-POST   MID=38106, Token=28EDA2C6748DA1D8, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:39.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-7C00FBFDAFA1E12D]
06:50:39.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38106], KeyToken[127.0.0.1:8249-28EDA2C6748DA1D8]]
06:50:39.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 103 bytes to 127.0.0.1:8249
06:50:39.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,477,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38106, Token=28EDA2C6748DA1D8, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes]
06:50:39.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 103 bytes from 127.0.0.1:8250
06:50:39.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38106]
06:50:39.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, 127.0.0.1:8250] replace CON-POST   MID=38106, Token=28EDA2C6748DA1D8, 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=38106, Token=28EDA2C6748DA1D8, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
06:50:39.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8250] for CON-POST   MID=38106, Token=28EDA2C6748DA1D8, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
06:50:39.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1444, 127.0.0.1:8250] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, <empty data>
06:50:39.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, 127.0.0.1:8250, complete]!
06:50:39.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1444, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38106, Token=28EDA2C6748DA1D8, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
06:50:39.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 26 bytes to 127.0.0.1:8250
06:50:39.247 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,478,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38106, Token=28EDA2C6748DA1D8, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
06:50:39.248 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 26 bytes from 127.0.0.1:8249
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2)
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38106, Token=28EDA2C6748DA1D8, OptionSet={"Object-Security":0x0902}, acked 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38107], CON-POST   MID=38107, Token=null, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-38106]
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-B414BDF42051A5E4], CON-POST   MID=38107, Token=B414BDF42051A5E4, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-28EDA2C6748DA1D8]
06:50:39.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38107], KeyToken[127.0.0.1:8249-B414BDF42051A5E4]]
06:50:39.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 103 bytes to 127.0.0.1:8249
06:50:39.248 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,479,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38107, Token=B414BDF42051A5E4, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes]
06:50:39.248 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 103 bytes from 127.0.0.1:8250
06:50:39.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38107]
06:50:39.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1445, 127.0.0.1:8250] replace CON-POST   MID=38107, Token=B414BDF42051A5E4, 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=38107, Token=B414BDF42051A5E4, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
06:50:39.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8250] for CON-POST   MID=38107, Token=B414BDF42051A5E4, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
06:50:39.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8250]], block1 transfers still in progress: 0
06:50:39.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer
06:50:39.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8250]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1
06:50:39.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1445, 127.0.0.1:8250] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes
06:50:39.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1445, 127.0.0.1:8250, complete]!
06:50:39.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1445, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38107, Token=B414BDF42051A5E4, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes!
06:50:39.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 96 bytes to 127.0.0.1:8250
06:50:39.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,480,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38107, Token=B414BDF42051A5E4, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes]
06:50:39.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 96 bytes from 127.0.0.1:8249
06:50:39.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3)
06:50:39.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer
06:50:39.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8249]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05   MID=38107, Token=B414BDF42051A5E4, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes
06:50:39.250 [: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>
06:50:39.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38107, Token=B414BDF42051A5E4, 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>
06:50:39.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
06:50:39.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <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
06:50:39.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38108], CON-POST   MID=38108, Token=null, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B
06:50:39.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-38107]
06:50:39.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-0CCA77918F5F9C6B], CON-POST   MID=38108, Token=0CCA77918F5F9C6B, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B
06:50:39.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-B414BDF42051A5E4]
06:50:39.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38108], KeyToken[127.0.0.1:8249-0CCA77918F5F9C6B]]
06:50:39.250 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8249
06:50:39.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,481,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38108, Token=0CCA77918F5F9C6B, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B]
06:50:39.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250
06:50:39.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38108]
06:50:39.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, 127.0.0.1:8250] replace CON-POST   MID=38108, Token=0CCA77918F5F9C6B, 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=38108, Token=0CCA77918F5F9C6B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
06:50:39.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8250]: currentNum=1, currentSzx=2, bufferSize=512, complete=false]
06:50:39.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1446, 127.0.0.1:8250] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, 127.0.0.1:8250, complete]!
06:50:39.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1446, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38108, Token=0CCA77918F5F9C6B, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes!
06:50:39.251 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250
06:50:39.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,482,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38108, Token=0CCA77918F5F9C6B, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes]
06:50:39.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.251 [: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>
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38108, Token=0CCA77918F5F9C6B, 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>
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <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
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38109], CON-POST   MID=38109, Token=null, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-38108]
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-681D292E285EC650], CON-POST   MID=38109, Token=681D292E285EC650, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-0CCA77918F5F9C6B]
06:50:39.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38109], KeyToken[127.0.0.1:8249-681D292E285EC650]]
06:50:39.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 38 bytes to 127.0.0.1:8249
06:50:39.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,483,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38109, Token=681D292E285EC650, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F]
06:50:39.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250
06:50:39.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38109]
06:50:39.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1447, 127.0.0.1:8250] replace CON-POST   MID=38109, Token=681D292E285EC650, 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=38109, Token=681D292E285EC650, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
06:50:39.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8250]: currentNum=2, currentSzx=2, bufferSize=512, complete=false]
06:50:39.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1447, 127.0.0.1:8250] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1447, 127.0.0.1:8250, complete]!
06:50:39.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1447, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38109, Token=681D292E285EC650, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes!
06:50:39.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 91 bytes to 127.0.0.1:8250
06:50:39.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,484,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38109, Token=681D292E285EC650, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes]
06:50:39.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.252 [: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>
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38109, Token=681D292E285EC650, 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>
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <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
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38110], CON-POST   MID=38110, Token=null, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-38109]
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-44A9F34CE092B2B7], CON-POST   MID=38110, Token=44A9F34CE092B2B7, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-681D292E285EC650]
06:50:39.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38110], KeyToken[127.0.0.1:8249-44A9F34CE092B2B7]]
06:50:39.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 38 bytes to 127.0.0.1:8249
06:50:39.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,485,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38110, Token=44A9F34CE092B2B7, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2]
06:50:39.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250
06:50:39.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38110]
06:50:39.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8250] replace CON-POST   MID=38110, Token=44A9F34CE092B2B7, 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=38110, Token=44A9F34CE092B2B7, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
06:50:39.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8250]: currentNum=3, currentSzx=2, bufferSize=512, complete=false]
06:50:39.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1448, 127.0.0.1:8250] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8250, complete]!
06:50:39.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1448, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38110, Token=44A9F34CE092B2B7, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes!
06:50:39.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250
06:50:39.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,486,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38110, Token=44A9F34CE092B2B7, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes]
06:50:39.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249
06:50:39.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.253 [: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>
06:50:39.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38110, Token=44A9F34CE092B2B7, 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>
06:50:39.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data>
06:50:39.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <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
06:50:39.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38111], CON-POST   MID=38111, Token=null, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20
06:50:39.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-38110]
06:50:39.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-4066C74FF93B1130], CON-POST   MID=38111, Token=4066C74FF93B1130, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20
06:50:39.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-44A9F34CE092B2B7]
06:50:39.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38111], KeyToken[127.0.0.1:8249-4066C74FF93B1130]]
06:50:39.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8249
06:50:39.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,487,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38111, Token=4066C74FF93B1130, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20]
06:50:39.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250
06:50:39.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38111]
06:50:39.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1449, 127.0.0.1:8250] replace CON-POST   MID=38111, Token=4066C74FF93B1130, 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=38111, Token=4066C74FF93B1130, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data>
06:50:39.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8250]: currentNum=4, currentSzx=2, bufferSize=512, complete=false]
06:50:39.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1449, 127.0.0.1:8250] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes
06:50:39.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1449, 127.0.0.1:8250, complete]!
06:50:39.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1449, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38111, Token=4066C74FF93B1130, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes!
06:50:39.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 91 bytes to 127.0.0.1:8250
06:50:39.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,488,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38111, Token=4066C74FF93B1130, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes]
06:50:39.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.255 [: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>
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38111, Token=4066C74FF93B1130, 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>
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data>
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <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
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38112], CON-POST   MID=38112, Token=null, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-38111]
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-38882852AE4FE08E], CON-POST   MID=38112, Token=38882852AE4FE08E, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-4066C74FF93B1130]
06:50:39.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38112], KeyToken[127.0.0.1:8249-38882852AE4FE08E]]
06:50:39.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 38 bytes to 127.0.0.1:8249
06:50:39.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,489,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38112, Token=38882852AE4FE08E, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82]
06:50:39.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250
06:50:39.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38112]
06:50:39.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8250] replace CON-POST   MID=38112, Token=38882852AE4FE08E, 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=38112, Token=38882852AE4FE08E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data>
06:50:39.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8250]: currentNum=5, currentSzx=2, bufferSize=512, complete=false]
06:50:39.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1450, 127.0.0.1:8250] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8250, complete]!
06:50:39.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1450, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38112, Token=38882852AE4FE08E, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes!
06:50:39.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 91 bytes to 127.0.0.1:8250
06:50:39.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,490,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38112, Token=38882852AE4FE08E, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes]
06:50:39.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.256 [: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>
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38112, Token=38882852AE4FE08E, 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>
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data>
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <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
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38113], CON-POST   MID=38113, Token=null, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-38112]
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-50F6125277C0CE86], CON-POST   MID=38113, Token=50F6125277C0CE86, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-38882852AE4FE08E]
06:50:39.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38113], KeyToken[127.0.0.1:8249-50F6125277C0CE86]]
06:50:39.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 38 bytes to 127.0.0.1:8249
06:50:39.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,491,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38113, Token=50F6125277C0CE86, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C]
06:50:39.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250
06:50:39.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38113]
06:50:39.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1451, 127.0.0.1:8250] replace CON-POST   MID=38113, Token=50F6125277C0CE86, 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=38113, Token=50F6125277C0CE86, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data>
06:50:39.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8250]: currentNum=6, currentSzx=2, bufferSize=512, complete=false]
06:50:39.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1451, 127.0.0.1:8250] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1451, 127.0.0.1:8250, complete]!
06:50:39.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1451, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38113, Token=50F6125277C0CE86, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes!
06:50:39.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250
06:50:39.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,492,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38113, Token=50F6125277C0CE86, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes]
06:50:39.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249
06:50:39.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.257 [: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>
06:50:39.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38113, Token=50F6125277C0CE86, 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>
06:50:39.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request
06:50:39.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data>
06:50:39.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <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
06:50:39.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-38114], CON-POST   MID=38114, Token=null, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42
06:50:39.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-38113]
06:50:39.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-40722195BBAD49D0], CON-POST   MID=38114, Token=40722195BBAD49D0, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42
06:50:39.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-50F6125277C0CE86]
06:50:39.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-38114], KeyToken[127.0.0.1:8249-40722195BBAD49D0]]
06:50:39.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 38 bytes to 127.0.0.1:8249
06:50:39.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,493,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=38114, Token=40722195BBAD49D0, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42]
06:50:39.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250
06:50:39.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-38114]
06:50:39.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8250] replace CON-POST   MID=38114, Token=40722195BBAD49D0, 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=38114, Token=40722195BBAD49D0, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data>
06:50:39.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8250]: currentNum=7, currentSzx=2, bufferSize=512, complete=true]
06:50:39.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1452, 127.0.0.1:8250] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8250, complete]!
06:50:39.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1452, 127.0.0.1:8250, complete] completed ACK-2.04   MID=38114, Token=40722195BBAD49D0, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes!
06:50:39.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 91 bytes to 127.0.0.1:8250
06:50:39.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,494,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=38114, Token=40722195BBAD49D0, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes]
06:50:39.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249
06:50:39.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer
06:50:39.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8249]], block2 transfers still in progress: 0
06:50:39.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID=38107, Token=B414BDF42051A5E4, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes
06:50:39.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST   MID=38114, Token=40722195BBAD49D0, 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=38104, Token=50315A8156FE4A45, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes
06:50:39.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249, complete]!
06:50:39.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249, complete] for token KeyToken[127.0.0.1:8249-40722195BBAD49D0]
06:50:39.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249, complete] for MID KeyMID[127.0.0.1:8249-38114]
06:50:39.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1441, 127.0.0.1:8249, complete] completed CON-POST   MID=38104, Token=50315A8156FE4A45, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes!
06:50:39.259 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.259 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8249
06:50:39.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8249
06:50:39.259 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] stopping ...
06:50:39.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8249, address /127.0.0.1
06:50:39.259 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] has stopped.
06:50:39.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8249
06:50:39.259 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8250
06:50:39.260 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8250
06:50:39.260 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8250] stopping ...
06:50:39.260 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8250, address /0.0.0.0
06:50:39.260 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8250] has stopped.
06:50:39.260 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8250
06:50:39.260 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
06:50:39.260 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
06:50:39.261 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.261 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.261 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.261 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.261 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.262 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.262 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.262 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8251
06:50:39.262 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.262 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8251, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.262 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8251
06:50:39.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.262 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.262 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.262 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.262 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.262 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.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
06:50:39.262 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.262 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.262 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8252
06:50:39.262 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.262 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8252, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.262 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8252
06:50:39.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] send request
06:50:39.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:39.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <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
06:50:39.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-47434], CON-POST   MID=47434, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-24D66099B3B22BC8], CON-POST   MID=47434, Token=24D66099B3B22BC8, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-47434], KeyToken[127.0.0.1:8251-24D66099B3B22BC8]]
06:50:39.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 34 bytes to 127.0.0.1:8251
06:50:39.264 [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=47434, Token=24D66099B3B22BC8, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 34 bytes from 127.0.0.1:8252
06:50:39.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-47434]
06:50:39.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8252] replace CON-POST   MID=47434, Token=24D66099B3B22BC8, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=47434, Token=24D66099B3B22BC8, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:39.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer
06:50:39.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8252]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
06:50:39.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1454, 127.0.0.1:8252] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes
06:50:39.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8252, complete]!
06:50:39.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1454, 127.0.0.1:8252, complete] completed ACK-2.04   MID=47434, Token=24D66099B3B22BC8, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes!
06:50:39.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 94 bytes to 127.0.0.1:8252
06:50:39.264 [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=47434, Token=24D66099B3B22BC8, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes]
06:50:39.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 94 bytes from 127.0.0.1:8251
06:50:39.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8251]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05   MID=47434, Token=24D66099B3B22BC8, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes
06:50:39.265 [: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>
06:50:39.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-POST   MID=47434, Token=24D66099B3B22BC8, 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>
06:50:39.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] send request
06:50:39.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
06:50:39.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <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
06:50:39.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-47435], CON-POST   MID=47435, Token=null, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13
06:50:39.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-47434]
06:50:39.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-CCBD2339F3C547B4], CON-POST   MID=47435, Token=CCBD2339F3C547B4, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13
06:50:39.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-24D66099B3B22BC8]
06:50:39.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-47435], KeyToken[127.0.0.1:8251-CCBD2339F3C547B4]]
06:50:39.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 36 bytes to 127.0.0.1:8251
06:50:39.265 [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=47435, Token=CCBD2339F3C547B4, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13]
06:50:39.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 36 bytes from 127.0.0.1:8252
06:50:39.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-47435]
06:50:39.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1455, 127.0.0.1:8252] replace CON-POST   MID=47435, Token=CCBD2339F3C547B4, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> by CON-GET    MID=47435, Token=CCBD2339F3C547B4, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
06:50:39.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8252]: currentNum=1, currentSzx=2, bufferSize=256, complete=false]
06:50:39.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1455, 127.0.0.1:8252] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1455, 127.0.0.1:8252, complete]!
06:50:39.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1455, 127.0.0.1:8252, complete] completed ACK-2.04   MID=47435, Token=CCBD2339F3C547B4, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes!
06:50:39.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 91 bytes to 127.0.0.1:8252
06:50:39.265 [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=47435, Token=CCBD2339F3C547B4, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes]
06:50:39.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 91 bytes from 127.0.0.1:8251
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.266 [: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>
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-POST   MID=47435, Token=CCBD2339F3C547B4, 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>
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] send request
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <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
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-47436], CON-POST   MID=47436, Token=null, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-47435]
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-B85934E40E6E701E], CON-POST   MID=47436, Token=B85934E40E6E701E, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-CCBD2339F3C547B4]
06:50:39.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-47436], KeyToken[127.0.0.1:8251-B85934E40E6E701E]]
06:50:39.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 36 bytes to 127.0.0.1:8251
06:50:39.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,499,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID=47436, Token=B85934E40E6E701E, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2]
06:50:39.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 36 bytes from 127.0.0.1:8252
06:50:39.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-47436]
06:50:39.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, 127.0.0.1:8252] replace CON-POST   MID=47436, Token=B85934E40E6E701E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> by CON-GET    MID=47436, Token=B85934E40E6E701E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
06:50:39.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8252]: currentNum=2, currentSzx=2, bufferSize=256, complete=false]
06:50:39.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1456, 127.0.0.1:8252] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, 127.0.0.1:8252, complete]!
06:50:39.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1456, 127.0.0.1:8252, complete] completed ACK-2.04   MID=47436, Token=B85934E40E6E701E, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes!
06:50:39.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 91 bytes to 127.0.0.1:8252
06:50:39.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,500,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID=47436, Token=B85934E40E6E701E, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes]
06:50:39.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 91 bytes from 127.0.0.1:8251
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.267 [: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>
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-POST   MID=47436, Token=B85934E40E6E701E, 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>
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] send request
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <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
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-47437], CON-POST   MID=47437, Token=null, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-47436]
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-48C8F4E02803A1E7], CON-POST   MID=47437, Token=48C8F4E02803A1E7, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-B85934E40E6E701E]
06:50:39.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-47437], KeyToken[127.0.0.1:8251-48C8F4E02803A1E7]]
06:50:39.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 36 bytes to 127.0.0.1:8251
06:50:39.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,501,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID=47437, Token=48C8F4E02803A1E7, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9]
06:50:39.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 36 bytes from 127.0.0.1:8252
06:50:39.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-47437]
06:50:39.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457, 127.0.0.1:8252] replace CON-POST   MID=47437, Token=48C8F4E02803A1E7, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> by CON-GET    MID=47437, Token=48C8F4E02803A1E7, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
06:50:39.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8252]: currentNum=3, currentSzx=2, bufferSize=256, complete=true]
06:50:39.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1457, 127.0.0.1:8252] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457, 127.0.0.1:8252, complete]!
06:50:39.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1457, 127.0.0.1:8252, complete] completed ACK-2.04   MID=47437, Token=48C8F4E02803A1E7, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes!
06:50:39.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 91 bytes to 127.0.0.1:8252
06:50:39.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,502,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID=47437, Token=48C8F4E02803A1E7, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes]
06:50:39.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 91 bytes from 127.0.0.1:8251
06:50:39.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer
06:50:39.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[GET, coap:/resource, 127.0.0.1:8251]], block2 transfers still in progress: 0
06:50:39.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID=47434, Token=24D66099B3B22BC8, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes
06:50:39.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-POST   MID=47437, Token=48C8F4E02803A1E7, 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=47434, Token=24D66099B3B22BC8, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:39.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251, complete]!
06:50:39.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251, complete] for token KeyToken[127.0.0.1:8251-48C8F4E02803A1E7]
06:50:39.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251, complete] for MID KeyMID[127.0.0.1:8251-47437]
06:50:39.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1453, 127.0.0.1:8251, complete] completed CON-GET    MID=47434, Token=24D66099B3B22BC8, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>!
06:50:39.269 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.269 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.269 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8251
06:50:39.269 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8251
06:50:39.269 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] stopping ...
06:50:39.269 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8251, address /127.0.0.1
06:50:39.269 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] has stopped.
06:50:39.269 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8251
06:50:39.269 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.269 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8252
06:50:39.269 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8252
06:50:39.269 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8252] stopping ...
06:50:39.269 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8252, address /0.0.0.0
06:50:39.269 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8252] has stopped.
06:50:39.269 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8252
06:50:39.269 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
06:50:39.270 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
06:50:39.270 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.270 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.270 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.270 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.270 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.271 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.271 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.271 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.271 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.271 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8253
06:50:39.271 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.271 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8253, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.271 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8253
06:50:39.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.271 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.271 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.271 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.271 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.271 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.271 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.272 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.272 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.272 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.272 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8254
06:50:39.272 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.272 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8254, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.272 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8254
06:50:39.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
06:50:39.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8253]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
06:50:39.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:39.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request
06:50:39.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:39.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:39.273 [: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-35907], CON-POST   MID=35907, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:39.273 [: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-60CD32F8F6B179C6], CON-POST   MID=35907, Token=60CD32F8F6B179C6, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
06:50:39.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-35907], KeyToken[127.0.0.1:8253-60CD32F8F6B179C6]]
06:50:39.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 107 bytes to 127.0.0.1:8253
06:50:39.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,503,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID=35907, Token=60CD32F8F6B179C6, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes]
06:50:39.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 107 bytes from 127.0.0.1:8254
06:50:39.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-35907]
06:50:39.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459, 127.0.0.1:8254] replace CON-POST   MID=35907, Token=60CD32F8F6B179C6, 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=35907, Token=60CD32F8F6B179C6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
06:50:39.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
06:50:39.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8254]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
06:50:39.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
06:50:39.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1459, 127.0.0.1:8254] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, <empty data>
06:50:39.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459, 127.0.0.1:8254, complete]!
06:50:39.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1459, 127.0.0.1:8254, complete] completed ACK-2.04   MID=35907, Token=60CD32F8F6B179C6, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
06:50:39.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 26 bytes to 127.0.0.1:8254
06:50:39.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,504,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04   MID=35907, Token=60CD32F8F6B179C6, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
06:50:39.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 26 bytes from 127.0.0.1:8253
06:50:39.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0)
06:50:39.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.274 [: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=35907, Token=60CD32F8F6B179C6, OptionSet={"Object-Security":0x0900}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request
06:50:39.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:39.274 [: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-35908], CON-POST   MID=35908, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:39.274 [: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-35907]
06:50:39.274 [: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-F0077D7515C98F99], CON-POST   MID=35908, Token=F0077D7515C98F99, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
06:50:39.274 [: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-60CD32F8F6B179C6]
06:50:39.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-35908], KeyToken[127.0.0.1:8253-F0077D7515C98F99]]
06:50:39.274 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8253
06:50:39.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,505,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID=35908, Token=F0077D7515C98F99, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes]
06:50:39.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 103 bytes from 127.0.0.1:8254
06:50:39.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-35908]
06:50:39.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8254] replace CON-POST   MID=35908, Token=F0077D7515C98F99, 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=35908, Token=F0077D7515C98F99, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
06:50:39.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8254] for CON-PUT    MID=35908, Token=F0077D7515C98F99, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
06:50:39.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
06:50:39.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1460, 127.0.0.1:8254] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, <empty data>
06:50:39.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8254, complete]!
06:50:39.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1460, 127.0.0.1:8254, complete] completed ACK-2.04   MID=35908, Token=F0077D7515C98F99, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
06:50:39.275 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8254
06:50:39.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,506,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04   MID=35908, Token=F0077D7515C98F99, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
06:50:39.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 26 bytes from 127.0.0.1:8253
06:50:39.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1)
06:50:39.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.275 [: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=35908, Token=F0077D7515C98F99, OptionSet={"Object-Security":0x0901}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request
06:50:39.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:39.276 [: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-35909], CON-POST   MID=35909, Token=null, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:39.276 [: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-35908]
06:50:39.276 [: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-0CAA39A108D21D87], CON-POST   MID=35909, Token=0CAA39A108D21D87, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
06:50:39.276 [: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-F0077D7515C98F99]
06:50:39.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-35909], KeyToken[127.0.0.1:8253-0CAA39A108D21D87]]
06:50:39.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 103 bytes to 127.0.0.1:8253
06:50:39.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,507,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID=35909, Token=0CAA39A108D21D87, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes]
06:50:39.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 103 bytes from 127.0.0.1:8254
06:50:39.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-35909]
06:50:39.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461, 127.0.0.1:8254] replace CON-POST   MID=35909, Token=0CAA39A108D21D87, 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=35909, Token=0CAA39A108D21D87, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
06:50:39.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8254] for CON-PUT    MID=35909, Token=0CAA39A108D21D87, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
06:50:39.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
06:50:39.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1461, 127.0.0.1:8254] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, <empty data>
06:50:39.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461, 127.0.0.1:8254, complete]!
06:50:39.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1461, 127.0.0.1:8254, complete] completed ACK-2.04   MID=35909, Token=0CAA39A108D21D87, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
06:50:39.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 26 bytes to 127.0.0.1:8254
06:50:39.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,508,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04   MID=35909, Token=0CAA39A108D21D87, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
06:50:39.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 26 bytes from 127.0.0.1:8253
06:50:39.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2)
06:50:39.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.277 [: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=35909, Token=0CAA39A108D21D87, OptionSet={"Object-Security":0x0902}, acked 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request
06:50:39.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:39.277 [: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-35910], CON-POST   MID=35910, Token=null, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:39.277 [: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-35909]
06:50:39.277 [: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-6CAEA7CCD836512B], CON-POST   MID=35910, Token=6CAEA7CCD836512B, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
06:50:39.277 [: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-0CAA39A108D21D87]
06:50:39.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-35910], KeyToken[127.0.0.1:8253-6CAEA7CCD836512B]]
06:50:39.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8253
06:50:39.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,509,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID=35910, Token=6CAEA7CCD836512B, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes]
06:50:39.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 103 bytes from 127.0.0.1:8254
06:50:39.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-35910]
06:50:39.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8254] replace CON-POST   MID=35910, Token=6CAEA7CCD836512B, 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=35910, Token=6CAEA7CCD836512B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
06:50:39.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8254] for CON-PUT    MID=35910, Token=6CAEA7CCD836512B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
06:50:39.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
06:50:39.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/resource, 127.0.0.1:8254]], block1 transfers still in progress: 0
06:50:39.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1462, 127.0.0.1:8254] send response null-2.04   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, <empty data>
06:50:39.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8254, complete]!
06:50:39.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1462, 127.0.0.1:8254, complete] completed ACK-2.04   MID=35910, Token=6CAEA7CCD836512B, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF!
06:50:39.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 26 bytes to 127.0.0.1:8254
06:50:39.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,510,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04   MID=35910, Token=6CAEA7CCD836512B, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF]
06:50:39.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 26 bytes from 127.0.0.1:8253
06:50:39.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3)
06:50:39.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253, complete]!
06:50:39.278 [: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-6CAEA7CCD836512B]
06:50:39.278 [: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-35910]
06:50:39.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1458, 127.0.0.1:8253, complete] completed CON-PUT    MID=35907, Token=60CD32F8F6B179C6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST   MID=35910, Token=6CAEA7CCD836512B, OptionSet={"Object-Security":0x0903}, acked 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes!
06:50:39.278 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.278 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.278 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8253
06:50:39.278 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8253
06:50:39.278 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] stopping ...
06:50:39.278 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8253, address /127.0.0.1
06:50:39.278 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] has stopped.
06:50:39.278 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8253
06:50:39.278 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.278 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8254
06:50:39.278 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8254
06:50:39.279 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8254] stopping ...
06:50:39.279 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8254, address /0.0.0.0
06:50:39.279 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8254] has stopped.
06:50:39.279 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8254
06:50:39.279 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
06:50:39.279 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
06:50:39.279 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.280 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.280 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.280 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.280 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.280 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.280 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.280 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.280 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8255
06:50:39.280 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.280 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8255, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8255
06:50:39.280 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.281 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.281 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.281 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.281 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.281 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.281 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.281 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.281 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.281 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8256
06:50:39.281 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.281 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8256, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.281 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.281 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8256
06:50:39.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1463, 127.0.0.1:8255] send request
06:50:39.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1463, 127.0.0.1:8255] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes
06:50:39.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1463, 127.0.0.1:8255, complete]!
06:50:39.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1463, 127.0.0.1:8255, complete] request [MID=-1, null]
06:50:39.282 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.282 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.282 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8255
06:50:39.282 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8255
06:50:39.282 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8255] stopping ...
06:50:39.282 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8255, address /127.0.0.1
06:50:39.282 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8255] has stopped.
06:50:39.282 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8255
06:50:39.282 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.282 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8256
06:50:39.282 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8256
06:50:39.282 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8256] stopping ...
06:50:39.282 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8256, address /0.0.0.0
06:50:39.282 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8256] has stopped.
06:50:39.282 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8256
06:50:39.283 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
06:50:39.283 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:39.283 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest
06:50:39.283 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
06:50:39.284 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.284 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.284 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.284 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.284 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.284 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.284 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.284 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.284 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.284 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8257
06:50:39.284 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.284 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8257, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.284 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8257
06:50:39.284 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.284 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.284 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.284 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.284 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.285 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.285 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.285 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.285 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.285 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.285 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8258
06:50:39.285 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.285 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8258, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.285 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8258
06:50:39.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.285 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8258
06:50:39.285 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.285 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.285 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.285 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.285 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.285 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.285 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.285 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.285 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.285 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.285 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8259
06:50:39.285 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.286 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8259, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8259
06:50:39.286 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.286 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.286 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.286 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.286 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.286 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.286 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.286 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.286 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8260
06:50:39.286 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.286 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8260, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8260
06:50:39.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.286 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8260
06:50:39.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1464, 127.0.0.1:8259] send request
06:50:39.287 [: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
06:50:39.287 [: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-41562], NON-POST   MID=41562, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.287 [: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-74F4F8AE808BF193], NON-POST   MID=41562, Token=74F4F8AE808BF193, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-41562], KeyToken[127.0.0.1:8259-74F4F8AE808BF193]]
06:50:39.287 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8259
06:50:39.287 [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=41562, Token=74F4F8AE808BF193, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 58 bytes from 127.0.0.1:8260
06:50:39.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-41562]
06:50:39.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8257
==[ CoAP Request ]=============================================
MID    : 41562
Token  : 74F4F8AE808BF193
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}
Payload: 18 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 18 Bytes
===============================================================
06:50:39.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1466, 127.0.0.1:8257] send request
06:50:39.287 [: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-34595], NON-POST   MID=34595, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.287 [: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-1C8B32FF1BE1F8B6], NON-POST   MID=34595, Token=1C8B32FF1BE1F8B6, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-34595], KeyToken[127.0.0.1:8257-1C8B32FF1BE1F8B6]]
06:50:39.287 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8257
06:50:39.287 [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=34595, Token=1C8B32FF1BE1F8B6, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 34 bytes from 127.0.0.1:8258
06:50:39.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-34595]
06:50:39.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1467, 127.0.0.1:8258] replace NON-POST   MID=34595, Token=1C8B32FF1BE1F8B6, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by NON-GET    MID=34595, Token=1C8B32FF1BE1F8B6, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:39.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1467, 127.0.0.1:8258] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1467, 127.0.0.1:8258, complete]!
06:50:39.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1467, 127.0.0.1:8258, complete] completed NON-2.04   MID= 1883, Token=1C8B32FF1BE1F8B6, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes!
06:50:39.288 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8258
06:50:39.288 [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= 1883, Token=1C8B32FF1BE1F8B6, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes]
06:50:39.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 153 bytes from 127.0.0.1:8257
06:50:39.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-1883]
06:50:39.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1466, 127.0.0.1:8257, complete]!
06:50:39.288 [: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-1C8B32FF1BE1F8B6]
06:50:39.288 [: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-34595]
06:50:39.288 [: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=34595, Token=1C8B32FF1BE1F8B6, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
06:50:39.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer
06:50:39.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8260]: currentNum=0, currentSzx=0, bufferSize=139, complete=false], transfers in progress: 1
06:50:39.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1465, 127.0.0.1:8260] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06
06:50:39.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1465, 127.0.0.1:8260, complete]!
06:50:39.289 [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=22394, Token=74F4F8AE808BF193, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06!
06:50:39.289 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8260
06:50:39.289 [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=22394, Token=74F4F8AE808BF193, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06]
06:50:39.289 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 51 bytes from 127.0.0.1:8259
06:50:39.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8259-22394]
06:50:39.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requested resource body [139 bytes] exceeds max buffer size [64 bytes], aborting request
06:50:39.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1464, 127.0.0.1:8259, complete]!
06:50:39.289 [: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-74F4F8AE808BF193]
06:50:39.289 [: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-41562]
06:50:39.289 [: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=41562, Token=74F4F8AE808BF193, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8257/resource"}, <empty data> -/- NON-POST   MID=41562, Token=74F4F8AE808BF193, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
06:50:39.289 [: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=41562, Token=74F4F8AE808BF193]
06:50:39.289 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.289 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.289 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8257
06:50:39.289 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8257
06:50:39.289 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] stopping ...
06:50:39.289 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8257, address /127.0.0.1
06:50:39.289 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] has stopped.
06:50:39.289 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8257
06:50:39.289 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.289 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.289 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8258
06:50:39.289 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8258
06:50:39.289 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] stopping ...
06:50:39.289 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8258, address /0.0.0.0
06:50:39.289 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] has stopped.
06:50:39.289 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8258
06:50:39.290 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.290 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.290 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8259
06:50:39.290 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8259
06:50:39.290 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] stopping ...
06:50:39.290 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8259, address /127.0.0.1
06:50:39.290 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] has stopped.
06:50:39.290 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8259
06:50:39.290 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.290 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.290 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8260
06:50:39.290 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8260
06:50:39.290 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] stopping ...
06:50:39.290 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8260, address /0.0.0.0
06:50:39.290 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] has stopped.
06:50:39.290 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8260
06:50:39.290 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
06:50:39.290 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
06:50:39.291 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.291 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.291 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.291 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.291 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.291 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.291 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.291 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.291 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.291 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8261
06:50:39.291 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.291 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8261, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.291 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8261
06:50:39.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.291 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.292 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.292 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.292 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.292 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.292 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.292 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.292 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.292 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.292 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.292 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8262
06:50:39.292 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.292 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8262, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.292 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8262
06:50:39.292 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8262
06:50:39.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.292 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.292 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.292 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.292 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.292 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.292 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.293 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.293 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.293 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.293 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.293 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8263
06:50:39.293 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.293 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8263, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.293 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.293 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8263
06:50:39.293 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.293 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.293 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.293 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.293 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.293 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.294 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.294 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.294 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.294 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.294 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8264
06:50:39.294 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.294 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8264, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.294 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.294 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8264
06:50:39.294 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8264
06:50:39.294 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1468, 127.0.0.1:8263] send request
06:50:39.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263] replace NON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8261/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.347 [: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-44913], NON-POST   MID=44913, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.347 [: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-2883C19D30E0E424], NON-POST   MID=44913, Token=2883C19D30E0E424, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8263-44913], KeyToken[127.0.0.1:8263-2883C19D30E0E424]]
06:50:39.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 189 bytes to 127.0.0.1:8263
06:50:39.347 [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=44913, Token=2883C19D30E0E424, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
06:50:39.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8263) received 189 bytes from 127.0.0.1:8264
06:50:39.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8264-44913]
06:50:39.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8261
==[ CoAP Request ]=============================================
MID    : 44913
Token  : 2883C19D30E0E424
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
06:50:39.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
06:50:39.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8261]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
06:50:39.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1470, 127.0.0.1:8261] replace NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1470, 127.0.0.1:8261] send request
06:50:39.348 [: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-29482], NON-POST   MID=29482, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.348 [: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-AC2A1BEFC71742E1], NON-POST   MID=29482, Token=AC2A1BEFC71742E1, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-29482], KeyToken[127.0.0.1:8261-AC2A1BEFC71742E1]]
06:50:39.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 54 bytes to 127.0.0.1:8261
06:50:39.348 [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=29482, Token=AC2A1BEFC71742E1, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9]
06:50:39.348 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 54 bytes from 127.0.0.1:8262
06:50:39.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-29482]
06:50:39.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1471, 127.0.0.1:8262] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
06:50:39.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1471, 127.0.0.1:8262, complete]!
06:50:39.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1471, 127.0.0.1:8262, complete] completed NON-4.13   MID=52557, Token=AC2A1BEFC71742E1, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
06:50:39.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 45 bytes to 127.0.0.1:8262
06:50:39.348 [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=52557, Token=AC2A1BEFC71742E1, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
06:50:39.348 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 45 bytes from 127.0.0.1:8261
06:50:39.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:8261-52557]
06:50:39.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=52557, Token=AC2A1BEFC71742E1, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
06:50:39.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8261]], block1 transfers still in progress: 0
06:50:39.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1470, 127.0.0.1:8261, complete]!
06:50:39.348 [: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-AC2A1BEFC71742E1]
06:50:39.349 [: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-29482]
06:50:39.349 [: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=29482, Token=AC2A1BEFC71742E1, 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=29482, Token=AC2A1BEFC71742E1, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9!
06:50:39.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1469, 127.0.0.1:8264] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
06:50:39.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1469, 127.0.0.1:8264, complete]!
06:50:39.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1469, 127.0.0.1:8264, complete] completed NON-4.13   MID=26808, Token=2883C19D30E0E424, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
06:50:39.349 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8264
06:50:39.349 [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=26808, Token=2883C19D30E0E424, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
06:50:39.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8264) received 45 bytes from 127.0.0.1:8263
06:50:39.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:8263-26808]
06:50:39.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:39.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=26808, Token=2883C19D30E0E424, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
06:50:39.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/, 127.0.0.1:8263]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1
06:50:39.349 [: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=44913, Token=2883C19D30E0E424, 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=2883C19D30E0E424, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8261/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes
06:50:39.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1468, 127.0.0.1:8263] send request
06:50:39.349 [: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=2883C19D30E0E424, 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=2883C19D30E0E424, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes
06:50:39.349 [: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-44914], NON-POST   MID=44914, Token=2883C19D30E0E424, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes
06:50:39.350 [: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-44913]
06:50:39.350 [: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-2883C19D30E0E424], NON-POST   MID=44914, Token=2883C19D30E0E424, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes
06:50:39.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8263-44914], KeyToken[127.0.0.1:8263-2883C19D30E0E424]]
06:50:39.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 130 bytes to 127.0.0.1:8263
06:50:39.350 [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=44914, Token=2883C19D30E0E424, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes]
06:50:39.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8263) received 130 bytes from 127.0.0.1:8264
06:50:39.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8264-44914]
06:50:39.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8261
==[ CoAP Request ]=============================================
MID    : 44914
Token  : 2883C19D30E0E424
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}
Payload: 90 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0901}
Payload: 90 Bytes
===============================================================
06:50:39.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer
06:50:39.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8261]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1
06:50:39.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8261] replace NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B
06:50:39.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1473, 127.0.0.1:8261] send request
06:50:39.350 [: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-29483], NON-POST   MID=29483, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B
06:50:39.350 [: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-A89D31846A784F5D], NON-POST   MID=29483, Token=A89D31846A784F5D, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B
06:50:39.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-29483], KeyToken[127.0.0.1:8261-A89D31846A784F5D]]
06:50:39.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 54 bytes to 127.0.0.1:8261
06:50:39.350 [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=29483, Token=A89D31846A784F5D, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B]
06:50:39.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 54 bytes from 127.0.0.1:8262
06:50:39.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-29483]
06:50:39.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1474, 127.0.0.1:8262] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
06:50:39.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, 127.0.0.1:8262, complete]!
06:50:39.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1474, 127.0.0.1:8262, complete] completed NON-4.13   MID=52558, Token=A89D31846A784F5D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
06:50:39.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 45 bytes to 127.0.0.1:8262
06:50:39.351 [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=52558, Token=A89D31846A784F5D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
06:50:39.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 45 bytes from 127.0.0.1:8261
06:50:39.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:8261-52558]
06:50:39.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=52558, Token=A89D31846A784F5D, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
06:50:39.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8261]], block1 transfers still in progress: 0
06:50:39.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8261, complete]!
06:50:39.351 [: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-A89D31846A784F5D]
06:50:39.351 [: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-29483]
06:50:39.351 [: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=29483, Token=A89D31846A784F5D, 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=29483, Token=A89D31846A784F5D, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B!
06:50:39.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1472, 127.0.0.1:8264] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
06:50:39.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1472, 127.0.0.1:8264, complete]!
06:50:39.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1472, 127.0.0.1:8264, complete] completed NON-4.13   MID=26809, Token=2883C19D30E0E424, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
06:50:39.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 45 bytes to 127.0.0.1:8264
06:50:39.351 [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=26809, Token=2883C19D30E0E424, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
06:50:39.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8264) received 45 bytes from 127.0.0.1:8263
06:50:39.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:8263-26809]
06:50:39.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be!
06:50:39.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=26809, Token=2883C19D30E0E424, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
06:50:39.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/, 127.0.0.1:8263]], block1 transfers still in progress: 0
06:50:39.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263, complete]!
06:50:39.351 [: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-2883C19D30E0E424]
06:50:39.351 [: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-44914]
06:50:39.351 [: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=44913, Token=2883C19D30E0E424, 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=44914, Token=2883C19D30E0E424, 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  : 2883C19D30E0E424
Type   : NON
Status : 4.13 - REQUEST_ENTITY_TOO_LARGE
Options: {"Size1":64}
RTT    : 57 ms
Payload: 29 Bytes
===============================================================
06:50:39.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.352 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8261
06:50:39.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8261
06:50:39.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] stopping ...
06:50:39.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8261, address /127.0.0.1
06:50:39.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] has stopped.
06:50:39.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8261
06:50:39.352 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8262
06:50:39.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8262
06:50:39.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] stopping ...
06:50:39.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8262, address /0.0.0.0
06:50:39.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] has stopped.
06:50:39.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8262
06:50:39.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.352 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8263
06:50:39.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8263
06:50:39.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] stopping ...
06:50:39.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8263, address /127.0.0.1
06:50:39.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] has stopped.
06:50:39.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8263
06:50:39.352 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8264
06:50:39.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8264
06:50:39.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] stopping ...
06:50:39.353 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8264, address /0.0.0.0
06:50:39.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] has stopped.
06:50:39.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8264
06:50:39.353 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
06:50:39.353 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
06:50:39.353 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.353 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.353 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.353 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.354 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.354 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8265
06:50:39.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8265, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8265
06:50:39.354 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.354 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.354 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.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
06:50:39.355 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.355 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8266
06:50:39.355 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.355 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8266, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8266
06:50:39.355 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8266
06:50:39.355 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.355 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.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
06:50:39.355 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.356 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.356 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.356 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.356 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.356 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8267
06:50:39.356 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.356 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8267, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8267
06:50:39.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.356 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.356 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.356 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.356 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.356 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.357 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8268
06:50:39.357 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.357 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8268, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.357 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8268
06:50:39.357 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8268
06:50:39.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1475, 127.0.0.1:8267] send request
06:50:39.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1475, 127.0.0.1:8267] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8267] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.358 [: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-34189], CON-POST   MID=34189, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.358 [: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-50824D11E3F31765], CON-POST   MID=34189, Token=50824D11E3F31765, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8267-34189], KeyToken[127.0.0.1:8267-50824D11E3F31765]]
06:50:39.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 189 bytes to 127.0.0.1:8267
06:50:39.358 [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=34189, Token=50824D11E3F31765, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
06:50:39.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8267) received 189 bytes from 127.0.0.1:8268
06:50:39.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8268-34189]
06:50:39.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8265
==[ CoAP Request ]=============================================
MID    : 34189
Token  : 50824D11E3F31765
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
06:50:39.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
06:50:39.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8265]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
06:50:39.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request
06:50:39.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.359 [: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-33600], CON-POST   MID=33600, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.359 [: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-BC1188A097B78694], CON-POST   MID=33600, Token=BC1188A097B78694, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-33600], KeyToken[127.0.0.1:8265-BC1188A097B78694]]
06:50:39.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 54 bytes to 127.0.0.1:8265
06:50:39.359 [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=33600, Token=BC1188A097B78694, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9]
06:50:39.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 54 bytes from 127.0.0.1:8266
06:50:39.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-33600]
06:50:39.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
06:50:39.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8266]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
06:50:39.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
06:50:39.359 [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>
06:50:39.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1478, 127.0.0.1:8266, complete]!
06:50:39.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1478, 127.0.0.1:8266, complete] completed ACK-2.31   MID=33600, Token=BC1188A097B78694, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
06:50:39.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
06:50:39.359 [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=33600, Token=BC1188A097B78694, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
06:50:39.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265
06:50:39.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0)
06:50:39.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.359 [: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=33600, Token=BC1188A097B78694, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request
06:50:39.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.360 [: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-33601], CON-POST   MID=33601, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.360 [: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-33600]
06:50:39.360 [: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-FC7D65C6EBCE41D6], CON-POST   MID=33601, Token=FC7D65C6EBCE41D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.360 [: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-BC1188A097B78694]
06:50:39.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-33601], KeyToken[127.0.0.1:8265-FC7D65C6EBCE41D6]]
06:50:39.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 51 bytes to 127.0.0.1:8265
06:50:39.360 [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=33601, Token=FC7D65C6EBCE41D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37]
06:50:39.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 51 bytes from 127.0.0.1:8266
06:50:39.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-33601]
06:50:39.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
06:50:39.360 [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=33601, Token=FC7D65C6EBCE41D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
06:50:39.360 [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>
06:50:39.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1479, 127.0.0.1:8266, complete]!
06:50:39.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1479, 127.0.0.1:8266, complete] completed ACK-2.31   MID=33601, Token=FC7D65C6EBCE41D6, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
06:50:39.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 15 bytes to 127.0.0.1:8266
06:50:39.360 [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=33601, Token=FC7D65C6EBCE41D6, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
06:50:39.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265
06:50:39.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1)
06:50:39.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.360 [: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=33601, Token=FC7D65C6EBCE41D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request
06:50:39.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.361 [: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-33602], CON-POST   MID=33602, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.361 [: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-33601]
06:50:39.361 [: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-94D9BFBAE110DD53], CON-POST   MID=33602, Token=94D9BFBAE110DD53, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.361 [: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-FC7D65C6EBCE41D6]
06:50:39.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-33602], KeyToken[127.0.0.1:8265-94D9BFBAE110DD53]]
06:50:39.361 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8265
06:50:39.361 [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=33602, Token=94D9BFBAE110DD53, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B]
06:50:39.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 51 bytes from 127.0.0.1:8266
06:50:39.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-33602]
06:50:39.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
06:50:39.361 [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=33602, Token=94D9BFBAE110DD53, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
06:50:39.361 [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>
06:50:39.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1480, 127.0.0.1:8266, complete]!
06:50:39.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1480, 127.0.0.1:8266, complete] completed ACK-2.31   MID=33602, Token=94D9BFBAE110DD53, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
06:50:39.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
06:50:39.361 [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=33602, Token=94D9BFBAE110DD53, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
06:50:39.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265
06:50:39.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2)
06:50:39.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.361 [: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=33602, Token=94D9BFBAE110DD53, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request
06:50:39.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.362 [: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-33603], CON-POST   MID=33603, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.362 [: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-33602]
06:50:39.362 [: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-B0A2D0FEA28ADBD1], CON-POST   MID=33603, Token=B0A2D0FEA28ADBD1, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.362 [: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-94D9BFBAE110DD53]
06:50:39.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-33603], KeyToken[127.0.0.1:8265-B0A2D0FEA28ADBD1]]
06:50:39.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8265
06:50:39.362 [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=33603, Token=B0A2D0FEA28ADBD1, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB]
06:50:39.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 51 bytes from 127.0.0.1:8266
06:50:39.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-33603]
06:50:39.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
06:50:39.362 [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=33603, Token=B0A2D0FEA28ADBD1, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
06:50:39.362 [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>
06:50:39.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1481, 127.0.0.1:8266, complete]!
06:50:39.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1481, 127.0.0.1:8266, complete] completed ACK-2.31   MID=33603, Token=B0A2D0FEA28ADBD1, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
06:50:39.362 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
06:50:39.362 [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=33603, Token=B0A2D0FEA28ADBD1, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
06:50:39.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265
06:50:39.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3)
06:50:39.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.362 [: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=33603, Token=B0A2D0FEA28ADBD1, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request
06:50:39.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.362 [: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-33604], CON-POST   MID=33604, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.363 [: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-33603]
06:50:39.363 [: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-B0EC58F1A20782AB], CON-POST   MID=33604, Token=B0EC58F1A20782AB, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.363 [: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-B0A2D0FEA28ADBD1]
06:50:39.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-33604], KeyToken[127.0.0.1:8265-B0EC58F1A20782AB]]
06:50:39.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:8265
06:50:39.363 [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=33604, Token=B0EC58F1A20782AB, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38]
06:50:39.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 40 bytes from 127.0.0.1:8266
06:50:39.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-33604]
06:50:39.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
06:50:39.363 [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=33604, Token=B0EC58F1A20782AB, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
06:50:39.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
06:50:39.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8266]], block1 transfers still in progress: 0
06:50:39.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
06:50:39.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.363 [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>
06:50:39.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1482, 127.0.0.1:8266, complete]!
06:50:39.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1482, 127.0.0.1:8266, complete] completed ACK-2.04   MID=33604, Token=B0EC58F1A20782AB, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
06:50:39.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 26 bytes to 127.0.0.1:8266
06:50:39.364 [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=33604, Token=B0EC58F1A20782AB, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
06:50:39.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 26 bytes from 127.0.0.1:8265
06:50:39.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4)
06:50:39.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265, complete]!
06:50:39.364 [: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-B0EC58F1A20782AB]
06:50:39.364 [: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-33604]
06:50:39.364 [: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=33600, Token=BC1188A097B78694, 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=33604, Token=B0EC58F1A20782AB, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38!
06:50:39.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1476, 127.0.0.1:8268] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB
06:50:39.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, 127.0.0.1:8268, complete]!
06:50:39.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1476, 127.0.0.1:8268, complete] completed ACK-2.04   MID=34189, Token=50824D11E3F31765, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
06:50:39.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 26 bytes to 127.0.0.1:8268
06:50:39.364 [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=34189, Token=50824D11E3F31765, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
06:50:39.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8268) received 26 bytes from 127.0.0.1:8267
06:50:39.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8267, complete]!
06:50:39.365 [: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-50824D11E3F31765]
06:50:39.365 [: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-34189]
06:50:39.365 [: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=34189, Token=50824D11E3F31765, 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=34189, Token=50824D11E3F31765, 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    : 34189
Token  : 50824D11E3F31765
Type   : ACK
Status : 2.04 - CHANGED
Options: {"Object-Security":0x}
RTT    : 7 ms
Payload: 0 Bytes
===============================================================
06:50:39.365 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.365 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.365 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8265
06:50:39.365 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8265
06:50:39.365 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] stopping ...
06:50:39.365 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8265, address /127.0.0.1
06:50:39.365 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] has stopped.
06:50:39.365 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8265
06:50:39.365 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.365 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.365 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8266
06:50:39.365 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8266
06:50:39.365 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8266] stopping ...
06:50:39.365 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8266, address /0.0.0.0
06:50:39.365 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8266] has stopped.
06:50:39.365 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8266
06:50:39.365 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.365 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.365 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8267
06:50:39.365 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8267
06:50:39.366 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8267] stopping ...
06:50:39.366 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8267, address /127.0.0.1
06:50:39.366 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8267] has stopped.
06:50:39.366 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8267
06:50:39.366 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.366 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8268
06:50:39.366 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8268
06:50:39.366 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] stopping ...
06:50:39.366 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8268, address /0.0.0.0
06:50:39.366 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] has stopped.
06:50:39.366 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8268
06:50:39.366 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
06:50:39.366 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
06:50:39.367 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.367 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.367 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.367 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.367 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.367 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.367 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8269
06:50:39.367 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.367 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8269, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8269
06:50:39.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.368 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.368 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.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
06:50:39.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.368 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.368 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.368 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.368 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.368 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8270
06:50:39.368 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.368 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8270, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8270
06:50:39.368 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8270
06:50:39.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.368 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.368 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.368 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.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
06:50:39.369 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.369 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.369 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.369 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.369 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.369 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8271
06:50:39.369 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.369 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8271, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8271
06:50:39.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.369 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.369 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.369 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.370 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.370 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.370 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8272
06:50:39.370 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.370 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8272, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8272
06:50:39.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.370 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8272
06:50:39.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1483, 127.0.0.1:8271] send request
06:50:39.370 [: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>
06:50:39.371 [: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
06:50:39.371 [: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-21477], CON-POST   MID=21477, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.371 [: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-FC9A1188B906B9EB], CON-POST   MID=21477, Token=FC9A1188B906B9EB, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8271-21477], KeyToken[127.0.0.1:8271-FC9A1188B906B9EB]]
06:50:39.371 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8271
06:50:39.371 [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=21477, Token=FC9A1188B906B9EB, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8271) received 58 bytes from 127.0.0.1:8272
06:50:39.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8272-21477]
06:50:39.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8269
==[ CoAP Request ]=============================================
MID    : 21477
Token  : FC9A1188B906B9EB
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}
Payload: 18 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 18 Bytes
===============================================================
06:50:39.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1485, 127.0.0.1:8269] send request
06:50:39.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1485, 127.0.0.1:8269] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.371 [: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-18818], CON-POST   MID=18818, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.371 [: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-F8D9A3F79E2422CD], CON-POST   MID=18818, Token=F8D9A3F79E2422CD, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8269-18818], KeyToken[127.0.0.1:8269-F8D9A3F79E2422CD]]
06:50:39.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 34 bytes to 127.0.0.1:8269
06:50:39.372 [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=18818, Token=F8D9A3F79E2422CD, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8269) received 34 bytes from 127.0.0.1:8270
06:50:39.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8270-18818]
06:50:39.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8270] replace CON-POST   MID=18818, Token=F8D9A3F79E2422CD, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=18818, Token=F8D9A3F79E2422CD, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:39.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1486, 127.0.0.1:8270] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8270, complete]!
06:50:39.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1486, 127.0.0.1:8270, complete] completed ACK-2.04   MID=18818, Token=F8D9A3F79E2422CD, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes!
06:50:39.372 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8270
06:50:39.372 [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=18818, Token=F8D9A3F79E2422CD, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes]
06:50:39.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8270) received 153 bytes from 127.0.0.1:8269
06:50:39.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1485, 127.0.0.1:8269, complete]!
06:50:39.373 [: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-F8D9A3F79E2422CD]
06:50:39.373 [: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-18818]
06:50:39.373 [: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=18818, Token=F8D9A3F79E2422CD, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
06:50:39.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1484, 127.0.0.1:8272] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes
06:50:39.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1484, 127.0.0.1:8272, complete]!
06:50:39.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1484, 127.0.0.1:8272, complete] completed ACK-2.04   MID=21477, Token=FC9A1188B906B9EB, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes!
06:50:39.373 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8272
06:50:39.373 [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=21477, Token=FC9A1188B906B9EB, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes]
06:50:39.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8272) received 153 bytes from 127.0.0.1:8271
06:50:39.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1483, 127.0.0.1:8271, complete]!
06:50:39.373 [: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-FC9A1188B906B9EB]
06:50:39.373 [: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-21477]
06:50:39.373 [: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=21477, Token=FC9A1188B906B9EB, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, <empty data> -/- CON-POST   MID=21477, Token=FC9A1188B906B9EB, 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    : 21477
Token  : FC9A1188B906B9EB
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 2 ms
Payload: 128 Bytes
---------------------------------------------------------------
98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
06:50:39.373 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.373 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.373 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8269
06:50:39.373 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8269
06:50:39.373 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] stopping ...
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8269, address /127.0.0.1
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] has stopped.
06:50:39.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8269
06:50:39.374 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.374 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.374 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8270
06:50:39.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8270
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8270] stopping ...
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8270, address /0.0.0.0
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8270] has stopped.
06:50:39.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8270
06:50:39.374 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.374 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.374 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8271
06:50:39.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8271
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8271] stopping ...
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8271, address /127.0.0.1
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8271] has stopped.
06:50:39.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8271
06:50:39.374 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.374 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.374 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8272
06:50:39.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8272
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] stopping ...
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8272, address /0.0.0.0
06:50:39.374 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] has stopped.
06:50:39.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8272
06:50:39.374 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
06:50:39.375 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
06:50:39.375 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.375 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.375 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.375 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.375 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.376 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.376 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.376 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.376 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.376 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8273
06:50:39.376 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.376 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8273, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.376 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8273
06:50:39.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.376 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.376 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.376 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.376 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.376 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.376 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.376 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.376 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.376 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.376 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8274
06:50:39.376 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.376 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8274, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.377 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8274
06:50:39.377 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8274
06:50:39.377 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.377 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.377 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.377 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.377 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.377 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.377 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.377 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.377 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.377 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.377 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8275
06:50:39.377 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.377 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8275, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.377 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8275
06:50:39.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.378 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.378 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.378 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.378 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.378 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.378 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.378 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.378 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.378 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.378 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8276
06:50:39.378 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.378 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8276, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.378 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8276
06:50:39.378 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8276
06:50:39.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1487, 127.0.0.1:8275] send request
06:50:39.378 [: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>
06:50:39.379 [: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
06:50:39.379 [: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-40378], CON-POST   MID=40378, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.379 [: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-90529051FAC1AF10], CON-POST   MID=40378, Token=90529051FAC1AF10, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8275-40378], KeyToken[127.0.0.1:8275-90529051FAC1AF10]]
06:50:39.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 58 bytes to 127.0.0.1:8275
06:50:39.379 [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=40378, Token=90529051FAC1AF10, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8275) received 58 bytes from 127.0.0.1:8276
06:50:39.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8276-40378]
06:50:39.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8273
==[ CoAP Request ]=============================================
MID    : 40378
Token  : 90529051FAC1AF10
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}
Payload: 18 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 18 Bytes
===============================================================
06:50:39.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489, 127.0.0.1:8273] send request
06:50:39.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489, 127.0.0.1:8273] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.379 [: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-35803], CON-POST   MID=35803, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.379 [: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-3C6DFFF87FAD2551], CON-POST   MID=35803, Token=3C6DFFF87FAD2551, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
06:50:39.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8273-35803], KeyToken[127.0.0.1:8273-3C6DFFF87FAD2551]]
06:50:39.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 34 bytes to 127.0.0.1:8273
06:50:39.380 [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=35803, Token=3C6DFFF87FAD2551, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
06:50:39.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8273) received 34 bytes from 127.0.0.1:8274
06:50:39.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8274-35803]
06:50:39.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8274] replace CON-POST   MID=35803, Token=3C6DFFF87FAD2551, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=35803, Token=3C6DFFF87FAD2551, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
06:50:39.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1490, 127.0.0.1:8274] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "test"
06:50:39.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8274, complete]!
06:50:39.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1490, 127.0.0.1:8274, complete] completed ACK-2.04   MID=35803, Token=3C6DFFF87FAD2551, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
06:50:39.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 29 bytes to 127.0.0.1:8274
06:50:39.380 [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=35803, Token=3C6DFFF87FAD2551, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
06:50:39.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8274) received 29 bytes from 127.0.0.1:8273
06:50:39.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489, 127.0.0.1:8273, complete]!
06:50:39.380 [: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-3C6DFFF87FAD2551]
06:50:39.380 [: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-35803]
06:50:39.380 [: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=35803, Token=3C6DFFF87FAD2551, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
06:50:39.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1488, 127.0.0.1:8276] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C
06:50:39.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, 127.0.0.1:8276, complete]!
06:50:39.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1488, 127.0.0.1:8276, complete] completed ACK-2.04   MID=40378, Token=90529051FAC1AF10, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
06:50:39.381 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8276
06:50:39.381 [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=40378, Token=90529051FAC1AF10, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
06:50:39.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8276) received 29 bytes from 127.0.0.1:8275
06:50:39.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, 127.0.0.1:8275, complete]!
06:50:39.381 [: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-90529051FAC1AF10]
06:50:39.381 [: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-40378]
06:50:39.381 [: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=40378, Token=90529051FAC1AF10, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8273/resource"}, <empty data> -/- CON-POST   MID=40378, Token=90529051FAC1AF10, 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    : 40378
Token  : 90529051FAC1AF10
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 2 ms
Payload: 4 Bytes
---------------------------------------------------------------
test
===============================================================
06:50:39.381 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.381 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.381 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8273
06:50:39.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8273
06:50:39.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8273] stopping ...
06:50:39.381 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8273, address /127.0.0.1
06:50:39.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8273] has stopped.
06:50:39.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8273
06:50:39.381 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.381 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.381 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8274
06:50:39.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8274
06:50:39.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8274] stopping ...
06:50:39.381 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8274, address /0.0.0.0
06:50:39.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8274] has stopped.
06:50:39.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8274
06:50:39.381 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.381 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8275
06:50:39.382 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8275
06:50:39.382 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] stopping ...
06:50:39.382 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8275, address /127.0.0.1
06:50:39.382 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] has stopped.
06:50:39.382 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8275
06:50:39.382 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.382 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8276
06:50:39.382 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8276
06:50:39.382 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] stopping ...
06:50:39.382 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8276, address /0.0.0.0
06:50:39.382 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] has stopped.
06:50:39.382 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8276
06:50:39.386 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
06:50:39.386 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
06:50:39.386 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.386 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.386 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.386 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.386 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.386 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.387 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.387 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.387 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.387 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8277
06:50:39.387 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.387 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8277, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.387 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8277
06:50:39.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.387 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.387 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.387 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.387 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.387 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.387 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.387 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.387 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.387 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.387 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.387 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8278
06:50:39.387 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.387 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8278, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.387 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8278
06:50:39.387 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8278
06:50:39.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.387 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.387 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.387 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.387 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.387 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.388 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.388 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.388 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.388 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8279
06:50:39.388 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.388 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8279, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8279
06:50:39.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.388 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.388 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.388 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.389 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.389 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.389 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.389 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.389 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8280
06:50:39.389 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.389 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8280, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.389 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8280
06:50:39.389 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8280
06:50:39.389 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.389 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request
06:50:39.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.389 [: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-24412], CON-POST   MID=24412, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.389 [: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-58E0BB44E728CFC7], CON-POST   MID=24412, Token=58E0BB44E728CFC7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-24412], KeyToken[127.0.0.1:8279-58E0BB44E728CFC7]]
06:50:39.389 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8279
06:50:39.390 [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=24412, Token=58E0BB44E728CFC7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
06:50:39.390 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 189 bytes from 127.0.0.1:8280
06:50:39.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-24412]
06:50:39.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8277
==[ CoAP Request ]=============================================
MID    : 24412
Token  : 58E0BB44E728CFC7
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
06:50:39.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1493, 127.0.0.1:8277] send request
06:50:39.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1493, 127.0.0.1:8277] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.390 [: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-37511], CON-POST   MID=37511, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.390 [: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-ACAA8D3645712289], CON-POST   MID=37511, Token=ACAA8D3645712289, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8277-37511], KeyToken[127.0.0.1:8277-ACAA8D3645712289]]
06:50:39.390 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8277
06:50:39.390 [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=37511, Token=ACAA8D3645712289, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
06:50:39.390 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8277) received 165 bytes from 127.0.0.1:8278
06:50:39.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8278-37511]
06:50:39.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8278] replace CON-POST   MID=37511, Token=ACAA8D3645712289, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=37511, Token=ACAA8D3645712289, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1494, 127.0.0.1:8278] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 256 bytes
06:50:39.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8278, complete]!
06:50:39.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1494, 127.0.0.1:8278, complete] completed ACK-2.04   MID=37511, Token=ACAA8D3645712289, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes!
06:50:39.391 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 281 bytes to 127.0.0.1:8278
06:50:39.391 [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=37511, Token=ACAA8D3645712289, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes]
06:50:39.391 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8278) received 281 bytes from 127.0.0.1:8277
06:50:39.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1493, 127.0.0.1:8277, complete]!
06:50:39.391 [: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-ACAA8D3645712289]
06:50:39.391 [: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-37511]
06:50:39.391 [: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=37511, Token=ACAA8D3645712289, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes!
06:50:39.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer
06:50:39.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1
06:50:39.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1492, 127.0.0.1:8280] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06
06:50:39.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, 127.0.0.1:8280, complete]!
06:50:39.391 [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=24412, Token=58E0BB44E728CFC7, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06!
06:50:39.391 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8280
06:50:39.391 [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=24412, Token=58E0BB44E728CFC7, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06]
06:50:39.391 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 52 bytes from 127.0.0.1:8279
06:50:39.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.392 [: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=24412, Token=58E0BB44E728CFC7, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06
06:50:39.392 [: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>
06:50:39.392 [: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=24412, Token=58E0BB44E728CFC7, 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>
06:50:39.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request
06:50:39.392 [: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>
06:50:39.392 [: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-24413], CON-POST   MID=24413, 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>
06:50:39.392 [: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-24412]
06:50:39.392 [: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-E47A60905D1E2AC1], CON-POST   MID=24413, Token=E47A60905D1E2AC1, 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>
06:50:39.392 [: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-58E0BB44E728CFC7]
06:50:39.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-24413], KeyToken[127.0.0.1:8279-E47A60905D1E2AC1]]
06:50:39.392 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
06:50:39.392 [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=24413, Token=E47A60905D1E2AC1, 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>]
06:50:39.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280
06:50:39.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-24413]
06:50:39.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=1, currentSzx=1, bufferSize=267, complete=false]
06:50:39.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1495, 127.0.0.1:8280] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40
06:50:39.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1495, 127.0.0.1:8280, complete]!
06:50:39.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1495, 127.0.0.1:8280, complete] completed ACK-2.04   MID=24413, Token=E47A60905D1E2AC1, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40!
06:50:39.392 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
06:50:39.393 [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=24413, Token=E47A60905D1E2AC1, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40]
06:50:39.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
06:50:39.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.393 [: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>
06:50:39.393 [: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=24413, Token=E47A60905D1E2AC1, 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>
06:50:39.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request
06:50:39.393 [: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>
06:50:39.393 [: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-24414], CON-POST   MID=24414, 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>
06:50:39.393 [: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-24413]
06:50:39.393 [: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-8CEF0BC515285081], CON-POST   MID=24414, Token=8CEF0BC515285081, 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>
06:50:39.393 [: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-E47A60905D1E2AC1]
06:50:39.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-24414], KeyToken[127.0.0.1:8279-8CEF0BC515285081]]
06:50:39.393 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
06:50:39.393 [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=24414, Token=8CEF0BC515285081, 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>]
06:50:39.393 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280
06:50:39.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-24414]
06:50:39.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=2, currentSzx=1, bufferSize=267, complete=false]
06:50:39.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1496, 127.0.0.1:8280] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3
06:50:39.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, 127.0.0.1:8280, complete]!
06:50:39.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1496, 127.0.0.1:8280, complete] completed ACK-2.04   MID=24414, Token=8CEF0BC515285081, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3!
06:50:39.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 49 bytes to 127.0.0.1:8280
06:50:39.446 [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=24414, Token=8CEF0BC515285081, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3]
06:50:39.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
06:50:39.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.447 [: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>
06:50:39.447 [: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=24414, Token=8CEF0BC515285081, 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>
06:50:39.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request
06:50:39.447 [: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>
06:50:39.447 [: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-24415], CON-POST   MID=24415, 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>
06:50:39.447 [: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-24414]
06:50:39.447 [: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-6C5DFBCEE0A939F9], CON-POST   MID=24415, Token=6C5DFBCEE0A939F9, 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>
06:50:39.447 [: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-8CEF0BC515285081]
06:50:39.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-24415], KeyToken[127.0.0.1:8279-6C5DFBCEE0A939F9]]
06:50:39.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 49 bytes to 127.0.0.1:8279
06:50:39.447 [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=24415, Token=6C5DFBCEE0A939F9, 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>]
06:50:39.447 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280
06:50:39.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-24415]
06:50:39.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=3, currentSzx=1, bufferSize=267, complete=false]
06:50:39.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1497, 127.0.0.1:8280] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06
06:50:39.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1497, 127.0.0.1:8280, complete]!
06:50:39.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1497, 127.0.0.1:8280, complete] completed ACK-2.04   MID=24415, Token=6C5DFBCEE0A939F9, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06!
06:50:39.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 49 bytes to 127.0.0.1:8280
06:50:39.448 [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=24415, Token=6C5DFBCEE0A939F9, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06]
06:50:39.448 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
06:50:39.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.448 [: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>
06:50:39.448 [: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=24415, Token=6C5DFBCEE0A939F9, 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>
06:50:39.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request
06:50:39.448 [: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>
06:50:39.448 [: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-24416], CON-POST   MID=24416, 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>
06:50:39.448 [: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-24415]
06:50:39.448 [: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-E08F222680997D29], CON-POST   MID=24416, Token=E08F222680997D29, 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>
06:50:39.448 [: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-6C5DFBCEE0A939F9]
06:50:39.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-24416], KeyToken[127.0.0.1:8279-E08F222680997D29]]
06:50:39.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 49 bytes to 127.0.0.1:8279
06:50:39.448 [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=24416, Token=E08F222680997D29, 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>]
06:50:39.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280
06:50:39.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-24416]
06:50:39.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=4, currentSzx=1, bufferSize=267, complete=false]
06:50:39.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1498, 127.0.0.1:8280] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2
06:50:39.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, 127.0.0.1:8280, complete]!
06:50:39.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1498, 127.0.0.1:8280, complete] completed ACK-2.04   MID=24416, Token=E08F222680997D29, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2!
06:50:39.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 49 bytes to 127.0.0.1:8280
06:50:39.449 [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=24416, Token=E08F222680997D29, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2]
06:50:39.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
06:50:39.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.449 [: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>
06:50:39.449 [: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=24416, Token=E08F222680997D29, 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>
06:50:39.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request
06:50:39.449 [: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>
06:50:39.449 [: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-24417], CON-POST   MID=24417, 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>
06:50:39.449 [: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-24416]
06:50:39.449 [: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-4C389BEB72A992E5], CON-POST   MID=24417, Token=4C389BEB72A992E5, 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>
06:50:39.449 [: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-E08F222680997D29]
06:50:39.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-24417], KeyToken[127.0.0.1:8279-4C389BEB72A992E5]]
06:50:39.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 49 bytes to 127.0.0.1:8279
06:50:39.449 [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=24417, Token=4C389BEB72A992E5, 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>]
06:50:39.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280
06:50:39.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-24417]
06:50:39.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=5, currentSzx=1, bufferSize=267, complete=false]
06:50:39.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1499, 127.0.0.1:8280] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5
06:50:39.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1499, 127.0.0.1:8280, complete]!
06:50:39.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1499, 127.0.0.1:8280, complete] completed ACK-2.04   MID=24417, Token=4C389BEB72A992E5, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5!
06:50:39.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 49 bytes to 127.0.0.1:8280
06:50:39.450 [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=24417, Token=4C389BEB72A992E5, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5]
06:50:39.450 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
06:50:39.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.450 [: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>
06:50:39.450 [: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=24417, Token=4C389BEB72A992E5, 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>
06:50:39.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request
06:50:39.450 [: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>
06:50:39.450 [: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-24418], CON-POST   MID=24418, 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>
06:50:39.450 [: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-24417]
06:50:39.450 [: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-4016994AC1307E48], CON-POST   MID=24418, Token=4016994AC1307E48, 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>
06:50:39.450 [: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-4C389BEB72A992E5]
06:50:39.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-24418], KeyToken[127.0.0.1:8279-4016994AC1307E48]]
06:50:39.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 49 bytes to 127.0.0.1:8279
06:50:39.450 [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=24418, Token=4016994AC1307E48, 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>]
06:50:39.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280
06:50:39.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-24418]
06:50:39.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=6, currentSzx=1, bufferSize=267, complete=false]
06:50:39.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1500, 127.0.0.1:8280] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C
06:50:39.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, 127.0.0.1:8280, complete]!
06:50:39.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1500, 127.0.0.1:8280, complete] completed ACK-2.04   MID=24418, Token=4016994AC1307E48, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C!
06:50:39.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 49 bytes to 127.0.0.1:8280
06:50:39.450 [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=24418, Token=4016994AC1307E48, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C]
06:50:39.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
06:50:39.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.451 [: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>
06:50:39.451 [: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=24418, Token=4016994AC1307E48, 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>
06:50:39.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request
06:50:39.451 [: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>
06:50:39.451 [: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-24419], CON-POST   MID=24419, 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>
06:50:39.451 [: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-24418]
06:50:39.451 [: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-00E5CA86E744F821], CON-POST   MID=24419, Token=00E5CA86E744F821, 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>
06:50:39.451 [: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-4016994AC1307E48]
06:50:39.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-24419], KeyToken[127.0.0.1:8279-00E5CA86E744F821]]
06:50:39.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 49 bytes to 127.0.0.1:8279
06:50:39.451 [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=24419, Token=00E5CA86E744F821, 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>]
06:50:39.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280
06:50:39.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-24419]
06:50:39.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=7, currentSzx=1, bufferSize=267, complete=false]
06:50:39.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1501, 127.0.0.1:8280] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C
06:50:39.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1501, 127.0.0.1:8280, complete]!
06:50:39.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1501, 127.0.0.1:8280, complete] completed ACK-2.04   MID=24419, Token=00E5CA86E744F821, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C!
06:50:39.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 49 bytes to 127.0.0.1:8280
06:50:39.451 [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=24419, Token=00E5CA86E744F821, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C]
06:50:39.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
06:50:39.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.451 [: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>
06:50:39.451 [: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=24419, Token=00E5CA86E744F821, 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>
06:50:39.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request
06:50:39.451 [: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>
06:50:39.451 [: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-24420], CON-POST   MID=24420, 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>
06:50:39.451 [: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-24419]
06:50:39.452 [: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-F009DF157B138771], CON-POST   MID=24420, Token=F009DF157B138771, 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>
06:50:39.452 [: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-00E5CA86E744F821]
06:50:39.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-24420], KeyToken[127.0.0.1:8279-F009DF157B138771]]
06:50:39.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 49 bytes to 127.0.0.1:8279
06:50:39.452 [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=24420, Token=F009DF157B138771, 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>]
06:50:39.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280
06:50:39.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-24420]
06:50:39.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=8, currentSzx=1, bufferSize=267, complete=true]
06:50:39.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1502, 127.0.0.1:8280] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6
06:50:39.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, 127.0.0.1:8280, complete]!
06:50:39.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1502, 127.0.0.1:8280, complete] completed ACK-2.04   MID=24420, Token=F009DF157B138771, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6!
06:50:39.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 28 bytes to 127.0.0.1:8280
06:50:39.452 [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=24420, Token=F009DF157B138771, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6]
06:50:39.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 28 bytes from 127.0.0.1:8279
06:50:39.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.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
06:50:39.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/, 127.0.0.1:8279]], block2 transfers still in progress: 0
06:50:39.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04   MID=24412, Token=58E0BB44E728CFC7, OptionSet={"Object-Security":0x, "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes
06:50:39.452 [: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=24420, Token=F009DF157B138771, 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=24412, Token=58E0BB44E728CFC7, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279, complete]!
06:50:39.452 [: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-F009DF157B138771]
06:50:39.452 [: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-24420]
06:50:39.452 [: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=24412, Token=58E0BB44E728CFC7, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes!
06:50:39.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise
06:50:39.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
==[ CoAP Response ]============================================
MID    : 24412
Token  : 58E0BB44E728CFC7
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 63 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
06:50:39.453 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.453 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.453 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8277
06:50:39.453 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8277
06:50:39.453 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8277] stopping ...
06:50:39.453 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8277, address /127.0.0.1
06:50:39.453 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8277] has stopped.
06:50:39.453 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8277
06:50:39.453 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.453 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.453 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8278
06:50:39.453 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8278
06:50:39.453 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8278] stopping ...
06:50:39.453 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8278, address /0.0.0.0
06:50:39.453 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8278] has stopped.
06:50:39.453 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8278
06:50:39.453 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.453 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.453 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8279
06:50:39.454 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8279
06:50:39.454 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] stopping ...
06:50:39.454 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8279, address /127.0.0.1
06:50:39.454 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] has stopped.
06:50:39.454 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8279
06:50:39.454 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.454 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.454 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8280
06:50:39.454 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8280
06:50:39.454 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] stopping ...
06:50:39.454 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8280, address /0.0.0.0
06:50:39.454 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] has stopped.
06:50:39.454 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8280
06:50:39.454 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
06:50:39.454 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
06:50:39.455 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.455 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.455 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.455 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.455 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.455 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.455 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.455 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.455 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.455 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8281
06:50:39.455 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.456 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8281, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8281
06:50:39.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.456 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.456 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.456 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.456 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.456 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.456 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8282
06:50:39.456 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.456 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8282, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8282
06:50:39.456 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8282
06:50:39.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.456 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.456 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.456 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.456 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.456 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.457 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.457 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.457 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.457 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.457 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8283
06:50:39.457 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.457 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8283, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8283
06:50:39.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.457 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:39.457 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.457 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.457 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.458 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.458 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.458 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.458 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.458 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8284
06:50:39.458 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.458 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8284, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.458 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8284
06:50:39.458 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8284
06:50:39.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:39.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503, 127.0.0.1:8283] send request
06:50:39.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503, 127.0.0.1:8283] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8281/resource"}, "98257387005764743526667350535128".. 128 bytes
06:50:39.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8283] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8281/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.459 [: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-13602], CON-POST   MID=13602, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.459 [: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-64B83546DDF15E23], CON-POST   MID=13602, Token=64B83546DDF15E23, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
06:50:39.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-13602], KeyToken[127.0.0.1:8283-64B83546DDF15E23]]
06:50:39.459 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8283
06:50:39.459 [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=13602, Token=64B83546DDF15E23, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
06:50:39.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 189 bytes from 127.0.0.1:8284
06:50:39.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8284-13602]
06:50:39.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8281
==[ CoAP Request ]=============================================
MID    : 13602
Token  : 64B83546DDF15E23
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
06:50:39.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
06:50:39.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8281]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
06:50:39.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request
06:50:39.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.459 [: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-19012], CON-POST   MID=19012, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.460 [: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-70E567890DA9B75E], CON-POST   MID=19012, Token=70E567890DA9B75E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
06:50:39.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-19012], KeyToken[127.0.0.1:8281-70E567890DA9B75E]]
06:50:39.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 54 bytes to 127.0.0.1:8281
06:50:39.460 [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=19012, Token=70E567890DA9B75E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9]
06:50:39.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 54 bytes from 127.0.0.1:8282
06:50:39.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-19012]
06:50:39.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
06:50:39.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8282]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
06:50:39.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
06:50:39.460 [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>
06:50:39.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1506, 127.0.0.1:8282, complete]!
06:50:39.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1506, 127.0.0.1:8282, complete] completed ACK-2.31   MID=19012, Token=70E567890DA9B75E, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
06:50:39.460 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282
06:50:39.460 [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=19012, Token=70E567890DA9B75E, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
06:50:39.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281
06:50:39.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0)
06:50:39.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.460 [: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=19012, Token=70E567890DA9B75E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request
06:50:39.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.461 [: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-19013], CON-POST   MID=19013, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.461 [: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-19012]
06:50:39.461 [: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-3C001378F1499018], CON-POST   MID=19013, Token=3C001378F1499018, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.461 [: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-70E567890DA9B75E]
06:50:39.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-19013], KeyToken[127.0.0.1:8281-3C001378F1499018]]
06:50:39.461 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8281
06:50:39.461 [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=19013, Token=3C001378F1499018, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37]
06:50:39.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 51 bytes from 127.0.0.1:8282
06:50:39.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-19013]
06:50:39.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
06:50:39.461 [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=19013, Token=3C001378F1499018, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
06:50:39.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
06:50:39.461 [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>
06:50:39.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1507, 127.0.0.1:8282, complete]!
06:50:39.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1507, 127.0.0.1:8282, complete] completed ACK-2.31   MID=19013, Token=3C001378F1499018, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
06:50:39.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 15 bytes to 127.0.0.1:8282
06:50:39.461 [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=19013, Token=3C001378F1499018, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
06:50:39.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281
06:50:39.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1)
06:50:39.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.461 [: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=19013, Token=3C001378F1499018, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request
06:50:39.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.462 [: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-19014], CON-POST   MID=19014, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.462 [: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-19013]
06:50:39.462 [: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-9C200EDADD09B11F], CON-POST   MID=19014, Token=9C200EDADD09B11F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.462 [: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-3C001378F1499018]
06:50:39.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-19014], KeyToken[127.0.0.1:8281-9C200EDADD09B11F]]
06:50:39.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 51 bytes to 127.0.0.1:8281
06:50:39.462 [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=19014, Token=9C200EDADD09B11F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B]
06:50:39.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 51 bytes from 127.0.0.1:8282
06:50:39.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-19014]
06:50:39.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
06:50:39.462 [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=19014, Token=9C200EDADD09B11F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
06:50:39.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
06:50:39.462 [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>
06:50:39.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, 127.0.0.1:8282, complete]!
06:50:39.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1508, 127.0.0.1:8282, complete] completed ACK-2.31   MID=19014, Token=9C200EDADD09B11F, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
06:50:39.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282
06:50:39.462 [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=19014, Token=9C200EDADD09B11F, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
06:50:39.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281
06:50:39.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2)
06:50:39.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.462 [: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=19014, Token=9C200EDADD09B11F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request
06:50:39.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.463 [: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-19015], CON-POST   MID=19015, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.463 [: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-19014]
06:50:39.463 [: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-F0995E426013CC1B], CON-POST   MID=19015, Token=F0995E426013CC1B, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.463 [: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-9C200EDADD09B11F]
06:50:39.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-19015], KeyToken[127.0.0.1:8281-F0995E426013CC1B]]
06:50:39.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 51 bytes to 127.0.0.1:8281
06:50:39.463 [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=19015, Token=F0995E426013CC1B, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB]
06:50:39.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 51 bytes from 127.0.0.1:8282
06:50:39.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-19015]
06:50:39.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
06:50:39.463 [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=19015, Token=F0995E426013CC1B, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
06:50:39.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
06:50:39.463 [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>
06:50:39.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1509, 127.0.0.1:8282, complete]!
06:50:39.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1509, 127.0.0.1:8282, complete] completed ACK-2.31   MID=19015, Token=F0995E426013CC1B, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
06:50:39.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 15 bytes to 127.0.0.1:8282
06:50:39.463 [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=19015, Token=F0995E426013CC1B, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
06:50:39.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281
06:50:39.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3)
06:50:39.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.463 [: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=19015, Token=F0995E426013CC1B, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request
06:50:39.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.464 [: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-19016], CON-POST   MID=19016, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.464 [: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-19015]
06:50:39.464 [: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-54B2626B89C07A04], CON-POST   MID=19016, Token=54B2626B89C07A04, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.464 [: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-F0995E426013CC1B]
06:50:39.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-19016], KeyToken[127.0.0.1:8281-54B2626B89C07A04]]
06:50:39.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:8281
06:50:39.464 [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=19016, Token=54B2626B89C07A04, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00]
06:50:39.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 40 bytes from 127.0.0.1:8282
06:50:39.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-19016]
06:50:39.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
06:50:39.464 [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=19016, Token=54B2626B89C07A04, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
06:50:39.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
06:50:39.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8282]], block1 transfers still in progress: 0
06:50:39.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
06:50:39.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1510, 127.0.0.1:8282] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain", "Block1":"(szx=1/32, m=false, num=4)"}, "98257387005764743526667350535128".. 256 bytes
06:50:39.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, 127.0.0.1:8282, complete]!
06:50:39.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1510, 127.0.0.1:8282, complete] completed ACK-2.04   MID=19016, Token=54B2626B89C07A04, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes!
06:50:39.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 284 bytes to 127.0.0.1:8282
06:50:39.465 [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=19016, Token=54B2626B89C07A04, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes]
06:50:39.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 284 bytes from 127.0.0.1:8281
06:50:39.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4)
06:50:39.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281, complete]!
06:50:39.465 [: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-54B2626B89C07A04]
06:50:39.465 [: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-19016]
06:50:39.465 [: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=19012, Token=70E567890DA9B75E, 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=19016, Token=54B2626B89C07A04, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00!
06:50:39.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
06:50:39.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1504, 127.0.0.1:8284] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes
06:50:39.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, 127.0.0.1:8284, complete]!
06:50:39.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1504, 127.0.0.1:8284, complete] completed ACK-2.04   MID=13602, Token=64B83546DDF15E23, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes!
06:50:39.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 284 bytes to 127.0.0.1:8284
06:50:39.465 [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=13602, Token=64B83546DDF15E23, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes]
06:50:39.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8284) received 284 bytes from 127.0.0.1:8283
06:50:39.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8283, complete]!
06:50:39.466 [: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-64B83546DDF15E23]
06:50:39.466 [: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-13602]
06:50:39.466 [: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=13602, Token=64B83546DDF15E23, 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=13602, Token=64B83546DDF15E23, 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    : 13602
Token  : 64B83546DDF15E23
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 7 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
06:50:39.466 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.466 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.466 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8281
06:50:39.466 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8281
06:50:39.466 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] stopping ...
06:50:39.466 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8281, address /127.0.0.1
06:50:39.466 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] has stopped.
06:50:39.466 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8281
06:50:39.466 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.466 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.466 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8282
06:50:39.466 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8282
06:50:39.466 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8282] stopping ...
06:50:39.466 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8282, address /0.0.0.0
06:50:39.466 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8282] has stopped.
06:50:39.466 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8282
06:50:39.467 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.467 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.467 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8283
06:50:39.467 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8283
06:50:39.467 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] stopping ...
06:50:39.467 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8283, address /127.0.0.1
06:50:39.467 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] has stopped.
06:50:39.467 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8283
06:50:39.467 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:39.467 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:39.467 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8284
06:50:39.467 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8284
06:50:39.467 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] stopping ...
06:50:39.467 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8284, address /0.0.0.0
06:50:39.467 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] has stopped.
06:50:39.467 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8284
06:50:39.467 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
06:50:39.467 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:39.468 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.179 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest

Start EndpointContextInfoTest
06:50:39.469 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.469 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.469 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.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
06:50:39.469 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.469 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.469 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.469 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.470 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.470 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8285
06:50:39.470 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.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]]
06:50:39.470 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8285, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.470 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8285
06:50:39.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]]
06:50:39.470 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.470 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.470 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.470 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.471 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:39.471 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:39.471 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.471 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.471 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:39.471 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8286
06:50:39.471 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.471 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8286, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.471 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8286
06:50:39.471 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8286 for coap
06:50:39.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:39.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
client sent request
06:50:39.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1511, 127.0.0.1:8285] send request
06:50:39.471 [: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>
06:50:39.472 [: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
06:50:39.472 [: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-21100], CON-POST   MID=21100, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
06:50:39.472 [: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-C0C2BE4C858A16B6], CON-POST   MID=21100, Token=C0C2BE4C858A16B6, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
06:50:39.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8285-21100], KeyToken[127.0.0.1:8285-C0C2BE4C858A16B6]]
Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:39.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8285
06:50:39.472 [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=21100, Token=C0C2BE4C858A16B6, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
06:50:39.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8285) received 29 bytes from 127.0.0.1:8286
06:50:39.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-21100]
06:50:39.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, 127.0.0.1:8286] replace CON-POST   MID=21100, Token=C0C2BE4C858A16B6, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=21100, Token=C0C2BE4C858A16B6, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:39.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1512, 127.0.0.1:8286] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "server responds hi"
06:50:39.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, 127.0.0.1:8286, complete]!
06:50:39.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1512, 127.0.0.1:8286, complete] completed ACK-2.04   MID=21100, Token=C0C2BE4C858A16B6, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA!
Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:39.473 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8286
06:50:39.473 [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=21100, Token=C0C2BE4C858A16B6, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA]
06:50:39.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8286) received 42 bytes from 127.0.0.1:8285
06:50:39.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1511, 127.0.0.1:8285, complete]!
06:50:39.473 [: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-C0C2BE4C858A16B6]
06:50:39.473 [: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-21100]
06:50:39.473 [: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=21100, Token=C0C2BE4C858A16B6, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=21100, Token=C0C2BE4C858A16B6, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79!
client received response
06:50:39.473 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.473 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8285
06:50:39.473 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8285
06:50:39.473 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] stopping ...
06:50:39.473 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8285, address /127.0.0.1
06:50:39.473 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] has stopped.
06:50:39.473 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8285
06:50:39.473 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest

Start EndpointContextInfoTest
06:50:39.474 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:39.474 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:39.474 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:39.474 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:39.474 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:39.474 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:39.474 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:39.475 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:39.475 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:39.475 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8287
06:50:39.475 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:39.475 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8287, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:39.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:39.475 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8287
06:50:39.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
client sent request
Client: Request destination context type: class org.eclipse.californium.elements.AddressEndpointContext
06:50:39.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1513, 127.0.0.1:8287] send request
06:50:39.475 [: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>
06:50:39.476 [: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
06:50:39.476 [: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-41701], CON-POST   MID=41701, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
06:50:39.476 [: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-E0A4AE1E324E6602], CON-POST   MID=41701, Token=E0A4AE1E324E6602, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
06:50:39.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-41701], KeyToken[127.0.0.1:8287-E0A4AE1E324E6602]]
06:50:39.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 29 bytes to 127.0.0.1:8287
06:50:39.476 [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=41701, Token=E0A4AE1E324E6602, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
06:50:39.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 29 bytes from 127.0.0.1:8286
06:50:39.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-41701]
06:50:39.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8286] replace CON-POST   MID=41701, Token=E0A4AE1E324E6602, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=41701, Token=E0A4AE1E324E6602, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:39.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1514, 127.0.0.1:8286] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "server responds hi"
06:50:39.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8286, complete]!
06:50:39.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1514, 127.0.0.1:8286, complete] completed ACK-2.04   MID=41701, Token=E0A4AE1E324E6602, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA!
Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:39.476 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8286
06:50:39.477 [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=41701, Token=E0A4AE1E324E6602, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA]
06:50:39.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8286) received 42 bytes from 127.0.0.1:8287
06:50:39.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1513, 127.0.0.1:8287, complete]!
06:50:39.477 [: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-E0A4AE1E324E6602]
06:50:39.477 [: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-41701]
06:50:39.477 [: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=41701, Token=E0A4AE1E324E6602, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=41701, Token=E0A4AE1E324E6602, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79!
client received response
Client: Response source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
client sent second request
06:50:39.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1515, 127.0.0.1:8287] send request
06:50:39.477 [: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>
06:50:39.477 [: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
06:50:39.477 [: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-41702], CON-POST   MID=41702, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
06:50:39.477 [: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-341D0E4941873D31], CON-POST   MID=41702, Token=341D0E4941873D31, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
06:50:39.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-41702], KeyToken[127.0.0.1:8287-341D0E4941873D31]]
06:50:39.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 29 bytes to 127.0.0.1:8287
06:50:39.477 [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=41702, Token=341D0E4941873D31, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24]
06:50:39.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 29 bytes from 127.0.0.1:8286
06:50:39.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-41702]
06:50:39.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8286] replace CON-POST   MID=41702, Token=341D0E4941873D31, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=41702, Token=341D0E4941873D31, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:39.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1516, 127.0.0.1:8286] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "server responds hi"
06:50:39.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8286, complete]!
06:50:39.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1516, 127.0.0.1:8286, complete] completed ACK-2.04   MID=41702, Token=341D0E4941873D31, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50!
Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext
06:50:39.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:8286
06:50:39.478 [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=41702, Token=341D0E4941873D31, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50]
06:50:39.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8286) received 42 bytes from 127.0.0.1:8287
06:50:39.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:39.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:39.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1515, 127.0.0.1:8287, complete]!
06:50:39.478 [: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-341D0E4941873D31]
06:50:39.478 [: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-41702]
06:50:39.478 [: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=41702, Token=341D0E4941873D31, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=41702, Token=341D0E4941873D31, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24!
client received response
06:50:39.478 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:39.478 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8287
06:50:39.478 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8287
06:50:39.478 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] stopping ...
06:50:39.479 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8287, address /127.0.0.1
06:50:39.479 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] has stopped.
06:50:39.479 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8287
06:50:39.479 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest
06:50:39.479 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:39.479 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8286
06:50:39.479 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8286
06:50:39.479 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8286] stopping ...
06:50:39.479 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8286, address /0.0.0.0
06:50:39.479 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8286] has stopped.
06:50:39.479 [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.01 s - in org.eclipse.californium.oscore.EndpointContextInfoTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 43, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-oscore ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-oscore ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-oscore ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
06:50:40.461 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:40.470 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP.
06:50:40.471 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS.
06:50:40.472 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP.
[INFO] Running org.eclipse.californium.oscore.OSCoreObserveTest
06:50:40.481 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
06:50:40.513 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup
06:50:40.521 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted
06:50:40.522 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true
06:50:40.522 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true
06:50:40.563 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable.
06:50:40.569 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true
06:50:40.569 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17.
06:50:40.570 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17.
06:50:40.580 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:40.585 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:40.585 [main] INFO org.eclipse.californium.ban - Started.
06:50:40.586 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:40.595 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:40.605 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:40.607 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:40.609 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:40.611 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:40.611 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:40.611 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192
06:50:40.611 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:40.613 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:40.613 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:40.617 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:40.618 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192
06:50:40.625 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.35.255 - eth0.
06:50:40.626 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:40.626 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:40.626 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:40.626 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:40.626 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:40.627 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:40.627 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:40.628 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:40.628 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:40.628 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193
06:50:40.628 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:40.647 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:40.647 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:40.647 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:40.647 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193
06:50:40.647 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap
06:50:40.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request
06:50:40.653 [: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=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
06:50:40.658 [: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=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:40.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH  MID=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:40.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=24D903B37252AA06
06:50:40.660 [: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-61377], CON-FETCH  MID=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:40.661 [: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[127.0.0.1:8192-24D903B37252AA06], CON-FETCH  MID=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:40.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-61377], KeyToken[127.0.0.1:8192-24D903B37252AA06]]
06:50:40.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 43 bytes to 127.0.0.1:8192
06:50:40.666 [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=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8]
06:50:40.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 43 bytes from 127.0.0.1:8193
06:50:40.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-61377]
06:50:40.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:40.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-FETCH  MID=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
06:50:40.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - initiating an observe relation between 127.0.0.1:8193 and resource /oscore/observe2, Exchange[R2, 127.0.0.1:8193]
06:50:40.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications.
06:50:40.673 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8193-24D903B37252AA06] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 1)
06:50:40.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2, 127.0.0.1:8193] send response ACK-2.05   MID=   -1, Token=null, OptionSet={"Observe":0, "Content-Format":"text/plain"}, "one"
06:50:40.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]!
06:50:40.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04   MID=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96!
06:50:40.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8193
06:50:40.677 [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=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96]
06:50:40.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 32 bytes from 127.0.0.1:8192
06:50:40.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:40.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:40.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]!
06:50:40.678 [: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-24D903B37252AA06]
06:50:40.679 [: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-61377]
06:50:40.679 [: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=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8!
06:50:40.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05   MID=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
06:50:40.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: one
06:50:40.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05   MID=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
06:50:41.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2, 127.0.0.1:8193] send response NON-2.05   MID=   -1, Token=null, OptionSet={"Observe":1, "Content-Format":"text/plain"}, "two"
06:50:41.358 [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-36477], NON-2.04   MID=36477, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E
06:50:41.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8193
06:50:41.359 [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=36477, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E]
06:50:41.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 34 bytes from 127.0.0.1:8192
06:50:41.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=24D903B37252AA06: CON-FETCH  MID=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:41.361 [: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=61377, Token=24D903B37252AA06, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:41.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:8192-36477]
06:50:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:41.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192, complete]!
06:50:41.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05   MID=36477, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
06:50:41.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: two
06:50:41.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05   MID=36477, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
06:50:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L4, 127.0.0.1:8192] send request
06:50:41.363 [: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=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
06:50:41.364 [: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=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A
06:50:41.364 [: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-61378], CON-FETCH  MID=61378, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A
06:50:41.364 [: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[127.0.0.1:8192-24D903B37252AA06], CON-FETCH  MID=61378, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A
06:50:41.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-61378], KeyToken[127.0.0.1:8192-24D903B37252AA06]]
06:50:41.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 45 bytes to 127.0.0.1:8192
06:50:41.365 [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=61378, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A]
06:50:41.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 45 bytes from 127.0.0.1:8193
06:50:41.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-61378]
06:50:41.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:41.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-FETCH  MID=61378, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID=61378, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
06:50:41.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - cancel an observe relation between 127.0.0.1:8193 and resource /oscore/observe2, Exchange[R5, 127.0.0.1:8193]
06:50:41.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8193-24D903B37252AA06] with /oscore/observe2 (Exchange[R2, 127.0.0.1:8193])
06:50:41.367 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8193-24D903B37252AA06] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 0)
06:50:41.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R5, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "two"
06:50:41.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]!
06:50:41.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04   MID=61378, Token=24D903B37252AA06, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E!
06:50:41.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]!
06:50:41.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 30 bytes to 127.0.0.1:8193
06:50:41.369 [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-36477]
06:50:41.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed NON-2.04   MID=36477, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E!
06:50:41.369 [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=61378, Token=24D903B37252AA06, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E]
06:50:41.369 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 30 bytes from 127.0.0.1:8192
06:50:41.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:41.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:41.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4, 127.0.0.1:8192, complete]!
06:50:41.370 [: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[127.0.0.1:8192-24D903B37252AA06]
06:50:41.370 [: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-61378]
06:50:41.370 [: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=61378, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID=61378, Token=24D903B37252AA06, OptionSet={"Observe":1, "Object-Security":0x0901}, acked 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A!
06:50:41.372 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:41.372 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:41.372 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192
06:50:41.372 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192
06:50:41.373 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ...
06:50:41.373 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1
06:50:41.373 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped.
06:50:41.373 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192
06:50:41.373 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:41.373 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193
06:50:41.373 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193
06:50:41.373 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ...
06:50:41.373 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0
06:50:41.374 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped.
06:50:41.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193
06:50:41.374 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
06:50:41.375 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
06:50:41.375 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:41.376 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
06:50:41.378 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:41.378 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:41.378 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:41.378 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:41.379 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
06:50:41.379 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
06:50:41.379 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:41.379 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:41.380 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
06:50:41.380 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194
06:50:41.380 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:41.380 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:41.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
06:50:41.380 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194
06:50:41.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
06:50:41.381 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
06:50:41.381 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
06:50:41.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
06:50:41.382 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
06:50:41.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
06:50:41.382 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
06:50:41.382 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
06:50:41.382 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
06:50:41.382 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
06:50:41.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195
06:50:41.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
06:50:41.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
06:50:41.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8195, recv buf = 0, send buf = 0, recv packet size = 2048
06:50:41.383 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
06:50:41.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195
06:50:41.383 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap
06:50:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L6, 127.0.0.1:8194] send request
06:50:41.384 [: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=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
06:50:41.385 [: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=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:41.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH  MID=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:41.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=54527EDA2F16C8F2
06:50:41.385 [: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-17434], CON-FETCH  MID=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:41.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L6, 127.0.0.1:8194] added with token KeyToken[127.0.0.1:8194-54527EDA2F16C8F2], CON-FETCH  MID=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:41.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-17434], KeyToken[127.0.0.1:8194-54527EDA2F16C8F2]]
06:50:41.386 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8194
06:50:41.387 [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=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8]
06:50:41.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 43 bytes from 127.0.0.1:8195
06:50:41.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-17434]
06:50:41.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:41.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195] replace CON-FETCH  MID=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
06:50:41.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - initiating an observe relation between 127.0.0.1:8195 and resource /oscore/observe2, Exchange[R7, 127.0.0.1:8195]
06:50:41.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications.
06:50:41.388 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8195-54527EDA2F16C8F2] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 1)
06:50:41.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7, 127.0.0.1:8195] send response ACK-2.05   MID=   -1, Token=null, OptionSet={"Observe":0, "Content-Format":"text/plain"}, "one"
06:50:41.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]!
06:50:41.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed ACK-2.04   MID=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96!
06:50:41.389 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8195
06:50:41.390 [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=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96]
06:50:41.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 32 bytes from 127.0.0.1:8194
06:50:41.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:41.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:41.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6, 127.0.0.1:8194, complete]!
06:50:41.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L6, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-54527EDA2F16C8F2]
06:50:41.391 [: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-17434]
06:50:41.391 [: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=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8!
06:50:41.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05   MID=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
06:50:41.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: one
06:50:41.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05   MID=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
06:50:42.129 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7, 127.0.0.1:8195] send response NON-2.05   MID=   -1, Token=null, OptionSet={"Observe":1, "Content-Format":"text/plain"}, "two"
06:50:42.131 [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-24085], NON-2.04   MID=24085, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E
06:50:42.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 34 bytes to 127.0.0.1:8195
06:50:42.132 [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=24085, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E]
06:50:42.133 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 34 bytes from 127.0.0.1:8194
06:50:42.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=54527EDA2F16C8F2: CON-FETCH  MID=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:42.133 [: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=17434, Token=54527EDA2F16C8F2, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8
06:50:42.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8194-24085]
06:50:42.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:42.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:42.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L8, 127.0.0.1:8194, complete]!
06:50:42.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05   MID=24085, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
06:50:42.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: two
06:50:42.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05   MID=24085, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
06:50:42.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9, 127.0.0.1:8194] send request
06:50:42.135 [: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=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
06:50:42.136 [: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=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A
06:50:42.136 [: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-17435], CON-FETCH  MID=17435, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A
06:50:42.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9, 127.0.0.1:8194] added with token KeyToken[127.0.0.1:8194-54527EDA2F16C8F2], CON-FETCH  MID=17435, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A
06:50:42.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-17435], KeyToken[127.0.0.1:8194-54527EDA2F16C8F2]]
06:50:42.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 45 bytes to 127.0.0.1:8194
06:50:42.137 [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=17435, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A]
06:50:42.137 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 45 bytes from 127.0.0.1:8195
06:50:42.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-17435]
06:50:42.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:42.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195] replace CON-FETCH  MID=17435, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID=17435, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
06:50:42.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - cancel an observe relation between 127.0.0.1:8195 and resource /oscore/observe2, Exchange[R10, 127.0.0.1:8195]
06:50:42.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8195-54527EDA2F16C8F2] with /oscore/observe2 (Exchange[R7, 127.0.0.1:8195])
06:50:42.139 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8195-54527EDA2F16C8F2] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 0)
06:50:42.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10, 127.0.0.1:8195] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "two"
06:50:42.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195, complete]!
06:50:42.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8195, complete] completed ACK-2.04   MID=17435, Token=54527EDA2F16C8F2, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E!
06:50:42.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]!
06:50:42.141 [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-24085]
06:50:42.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 30 bytes to 127.0.0.1:8195
06:50:42.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed NON-2.04   MID=24085, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E!
06:50:42.142 [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=17435, Token=54527EDA2F16C8F2, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E]
06:50:42.142 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 30 bytes from 127.0.0.1:8194
06:50:42.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
06:50:42.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
06:50:42.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]!
06:50:42.143 [: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-54527EDA2F16C8F2]
06:50:42.143 [: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-17435]
06:50:42.143 [: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=17435, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID=17435, Token=54527EDA2F16C8F2, OptionSet={"Observe":1, "Object-Security":0x0901}, acked 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A!
06:50:42.143 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
06:50:42.143 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
06:50:42.143 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194
06:50:42.144 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194
06:50:42.144 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ...
06:50:42.144 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1
06:50:42.144 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped.
06:50:42.144 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194
06:50:42.144 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
06:50:42.144 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195
06:50:42.144 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195
06:50:42.144 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ...
06:50:42.144 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0
06:50:42.144 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped.
06:50:42.145 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195
06:50:42.145 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
06:50:42.145 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.668 s - in org.eclipse.californium.oscore.OSCoreObserveTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-oscore ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-oscore ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-oscore ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-oscore ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-oscore ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-oscore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0-RRC-0/cf-oscore-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0-RRC-0/cf-oscore-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0-RRC-0/cf-oscore-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-oscore ---
[INFO] Installing org/eclipse/californium/cf-oscore/3.11.0-RRC-0/cf-oscore-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-pubsub >------------------
[INFO] Building Cf-PubSub 3.11.0-RRC-0                                  [21/39]
[INFO]   from cf-pubsub/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-pubsub ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-pubsub ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-pubsub ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-pubsub ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-pubsub ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-pubsub/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-pubsub ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-pubsub ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/cf-pubsub/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-pubsub ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-pubsub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-pubsub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-pubsub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-pubsub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-pubsub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-pubsub ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-pubsub ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-pubsub ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.11.0-RRC-0/cf-pubsub-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.11.0-RRC-0/cf-pubsub-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.11.0-RRC-0/cf-pubsub-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.californium:californium-osgi >--------------
[INFO] Building Californium (Cf) OSGi 3.11.0-RRC-0                      [22/39]
[INFO]   from californium-osgi/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ californium-osgi ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-osgi ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-osgi ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-osgi ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-osgi ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/californium-osgi/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-osgi ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-osgi ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-osgi ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-osgi ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-osgi ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-osgi ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-osgi ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.osgi.ManagedServerTest
06:50:49.589 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168)
06:50:49.598 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168)
06:50:49.614 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168)
06:50:49.619 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168)
06:50:49.621 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168)
06:50:49.623 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.652 s - in org.eclipse.californium.osgi.ManagedServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-osgi ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-osgi ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.11.0-RRC-0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ californium-osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-osgi ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-osgi ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-osgi ---
[INFO] Comparing [org.eclipse.californium:californium-osgi:jar:3.10.0] against [org.eclipse.californium:californium-osgi:jar:3.11.0-RRC-0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-osgi ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-osgi ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0-RRC-0/californium-osgi-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0-RRC-0/californium-osgi-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0-RRC-0/californium-osgi-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-osgi ---
[INFO] Installing org/eclipse/californium/californium-osgi/3.11.0-RRC-0/californium-osgi-3.11.0-RRC-0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:demo-apps >------------------
[INFO] Building Californium (Cf) Demo Applications 3.11.0-RRC-0         [23/39]
[INFO]   from demo-apps/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ demo-apps ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ demo-apps ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ demo-apps ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ demo-apps ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ demo-apps ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ demo-apps ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ demo-apps ---
[INFO] No tests to run.
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ demo-apps ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/target/demo-apps-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ demo-apps ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ demo-apps ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ demo-apps ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ demo-apps ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ demo-apps ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ demo-apps ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/3.11.0-RRC-0/demo-apps-3.11.0-RRC-0.pom
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ demo-apps ---
[INFO] Configured Artifact: org.eclipse.californium:demo-apps:3.11.0-RRC-0:pom
[INFO] Copying pom.xml to /home/jenkins/agent/workspace/californium-release/run/demo-apps-3.11.0-RRC-0.pom
[INFO] 
[INFO] ----------------< org.eclipse.californium:cf-benchmark >----------------
[INFO] Building Cf-BenchmarkServer 3.11.0-RRC-0                         [24/39]
[INFO]   from demo-apps/cf-benchmark/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-benchmark ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-benchmark ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-benchmark ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-benchmark ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-benchmark ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-benchmark ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-benchmark ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-benchmark ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-benchmark ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-benchmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-benchmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-benchmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-benchmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-benchmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-benchmark ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-benchmark ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-benchmark ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.11.0-RRC-0/cf-benchmark-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.11.0-RRC-0/cf-benchmark-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.11.0-RRC-0/cf-benchmark-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-benchmark ---
[INFO] Configured Artifact: org.eclipse.californium:cf-benchmark:3.11.0-RRC-0:jar
[INFO] Copying cf-benchmark-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-benchmark-3.11.0-RRC-0.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-benchmark-observe >------------
[INFO] Building Cf-ObserveBenchmarkClient 3.11.0-RRC-0                  [25/39]
[INFO]   from demo-apps/cf-benchmark-observe/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-benchmark-observe ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-benchmark-observe ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-benchmark-observe ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-benchmark-observe ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-benchmark-observe ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-benchmark-observe ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-benchmark-observe ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-benchmark-observe ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-benchmark-observe ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-benchmark-observe ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-benchmark-observe ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-benchmark-observe ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-benchmark-observe ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-benchmark-observe ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-benchmark-observe ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-benchmark-observe ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-benchmark-observe ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-benchmark-observe ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-benchmark-observe ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-benchmark-observe ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.11.0-RRC-0/cf-benchmark-observe-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.11.0-RRC-0/cf-benchmark-observe-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.11.0-RRC-0/cf-benchmark-observe-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-benchmark-observe ---
[INFO] Configured Artifact: org.eclipse.californium:cf-benchmark-observe:3.11.0-RRC-0:jar
[INFO] Copying cf-benchmark-observe-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-benchmark-observe-3.11.0-RRC-0.jar
[INFO] 
[INFO] ------------------< org.eclipse.californium:cf-cocoa >------------------
[INFO] Building Cf-CoCoAClient 3.11.0-RRC-0                             [26/39]
[INFO]   from demo-apps/cf-cocoa/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-cocoa ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cocoa ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cocoa ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cocoa ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-cocoa ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cocoa ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-cocoa ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cocoa ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cocoa ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cocoa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cocoa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cocoa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-cocoa ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cocoa ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cocoa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cocoa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cocoa ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-cocoa ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cocoa ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-cocoa ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.11.0-RRC-0/cf-cocoa-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.11.0-RRC-0/cf-cocoa-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.11.0-RRC-0/cf-cocoa-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-cocoa ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cocoa:3.11.0-RRC-0:jar
[INFO] Copying cf-cocoa-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-cocoa-3.11.0-RRC-0.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:cf-extplugtest-client >------------
[INFO] Building Cf-ExtendedPlugtestClient 3.11.0-RRC-0                  [27/39]
[INFO]   from demo-apps/cf-extplugtest-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-extplugtest-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-extplugtest-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-extplugtest-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-extplugtest-client ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-extplugtest-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-extplugtest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-extplugtest-client ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-extplugtest-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-extplugtest-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-extplugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-extplugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-extplugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-extplugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-extplugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-extplugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-extplugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-extplugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-extplugtest-client ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-extplugtest-client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-extplugtest-client ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.11.0-RRC-0/cf-extplugtest-client-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.11.0-RRC-0/cf-extplugtest-client-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.11.0-RRC-0/cf-extplugtest-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-extplugtest-client ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.11.0-RRC-0:jar
[INFO] Copying cf-cli-tcp-netty-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-cli-tcp-netty-3.11.0-RRC-0.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:cf-plugtest-server >-------------
[INFO] Building Cf-PlugtestServer 3.11.0-RRC-0                          [28/39]
[INFO]   from demo-apps/cf-plugtest-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-plugtest-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 33 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/src/main/java/org/eclipse/californium/plugtests/PlugtestServer.java:[48,43] org.eclipse.californium.core.server.EncryptedServersSerializationUtil in org.eclipse.californium.core.server has been deprecated
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0-RRC-0/cf-plugtest-server-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0-RRC-0/cf-plugtest-server-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0-RRC-0/cf-plugtest-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-server ---
[INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-server:3.11.0-RRC-0:jar
[INFO] Copying cf-plugtest-server-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-plugtest-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:cf-extplugtest-server >------------
[INFO] Building Cf-ExtendedPlugtestServer 3.11.0-RRC-0                  [29/39]
[INFO]   from demo-apps/cf-extplugtest-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-extplugtest-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-extplugtest-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-extplugtest-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-extplugtest-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-extplugtest-server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-extplugtest-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-extplugtest-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-extplugtest-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-extplugtest-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-extplugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-extplugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-extplugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-extplugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-extplugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-extplugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-extplugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-extplugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-extplugtest-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-extplugtest-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-extplugtest-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.11.0-RRC-0/cf-extplugtest-server-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.11.0-RRC-0/cf-extplugtest-server-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.11.0-RRC-0/cf-extplugtest-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-extplugtest-server ---
[INFO] Configured Artifact: org.eclipse.californium:cf-extplugtest-server:3.11.0-RRC-0:jar
[INFO] Copying cf-extplugtest-server-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-extplugtest-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-helloworld-client >------------
[INFO] Building Cf-HelloWorldClient 3.11.0-RRC-0                        [30/39]
[INFO]   from demo-apps/cf-helloworld-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-helloworld-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-helloworld-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-helloworld-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-helloworld-client ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-helloworld-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-helloworld-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-helloworld-client ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-helloworld-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-helloworld-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-helloworld-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-helloworld-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-helloworld-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-helloworld-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-helloworld-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-helloworld-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-helloworld-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-helloworld-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-helloworld-client ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-helloworld-client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-helloworld-client ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.11.0-RRC-0/cf-helloworld-client-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.11.0-RRC-0/cf-helloworld-client-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.11.0-RRC-0/cf-helloworld-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-helloworld-client ---
[INFO] Configured Artifact: org.eclipse.californium:cf-helloworld-client:3.11.0-RRC-0:jar
[INFO] Copying cf-helloworld-client-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-helloworld-client-3.11.0-RRC-0.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-helloworld-server >------------
[INFO] Building Cf-HelloWorldServer 3.11.0-RRC-0                        [31/39]
[INFO]   from demo-apps/cf-helloworld-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-helloworld-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-helloworld-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-helloworld-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-helloworld-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-helloworld-server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-helloworld-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-helloworld-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-helloworld-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-helloworld-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-helloworld-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-helloworld-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-helloworld-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-helloworld-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-helloworld-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-helloworld-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-helloworld-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-helloworld-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-helloworld-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-helloworld-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-helloworld-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.11.0-RRC-0/cf-helloworld-server-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.11.0-RRC-0/cf-helloworld-server-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.11.0-RRC-0/cf-helloworld-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-helloworld-server ---
[INFO] Configured Artifact: org.eclipse.californium:cf-helloworld-server:3.11.0-RRC-0:jar
[INFO] Copying cf-helloworld-server-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-helloworld-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-plugtest-checker >-------------
[INFO] Building Cf-PlugtestChecker 3.11.0-RRC-0                         [32/39]
[INFO]   from demo-apps/cf-plugtest-checker/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-plugtest-checker ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-checker ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-checker ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-checker ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-checker ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-checker ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 54 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-checker ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-checker ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-checker ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-checker ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-checker ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-checker ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-checker ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-checker ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-checker ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0-RRC-0/cf-plugtest-checker-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0-RRC-0/cf-plugtest-checker-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0-RRC-0/cf-plugtest-checker-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-checker ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.11.0-RRC-0:jar
[INFO] Copying cf-cli-tcp-netty-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-cli-tcp-netty-3.11.0-RRC-0.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:cf-plugtest-client >-------------
[INFO] Building Cf-PlugtestClient 3.11.0-RRC-0                          [33/39]
[INFO]   from demo-apps/cf-plugtest-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-plugtest-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-client ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-client ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-client ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-client ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0-RRC-0/cf-plugtest-client-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0-RRC-0/cf-plugtest-client-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0-RRC-0/cf-plugtest-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-client ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.11.0-RRC-0:jar
[INFO] Copying cf-cli-tcp-netty-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-cli-tcp-netty-3.11.0-RRC-0.jar
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-proxy2 >------------------
[INFO] Building Cf-ExampleCrossProxy2 3.11.0-RRC-0                      [34/39]
[INFO]   from demo-apps/cf-proxy2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-proxy2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-proxy2 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-proxy2 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-proxy2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-proxy2 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-proxy2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-proxy2 ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-proxy2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-proxy2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-proxy2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-proxy2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-proxy2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-proxy2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-proxy2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-proxy2 ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-proxy2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-proxy2 ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.11.0-RRC-0/cf-proxy2-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.11.0-RRC-0/cf-proxy2-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.11.0-RRC-0/cf-proxy2-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-proxy2 ---
[INFO] Configured Artifact: org.eclipse.californium:cf-proxy2:3.11.0-RRC-0:jar
[INFO] Copying cf-proxy2-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-proxy2-3.11.0-RRC-0.jar
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-secure >------------------
[INFO] Building Cf-SecureServer 3.11.0-RRC-0                            [35/39]
[INFO]   from demo-apps/cf-secure/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-secure ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-secure ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-secure ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-secure ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-secure ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-secure ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-secure ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-secure ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-secure ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-secure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-secure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-secure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-secure ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-secure ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-secure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-secure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-secure ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-secure ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-secure ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-secure ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.11.0-RRC-0/cf-secure-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.11.0-RRC-0/cf-secure-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.11.0-RRC-0/cf-secure-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-secure ---
[INFO] Configured Artifact: org.eclipse.californium:cf-secure:3.11.0-RRC-0:jar
[INFO] Copying cf-secure-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-secure-3.11.0-RRC-0.jar
[INFO] 
[INFO] ---------------< org.eclipse.californium:cf-unix-setup >----------------
[INFO] Building Californium (Cf) Demo Setup for Unix 3.11.0-RRC-0       [36/39]
[INFO]   from demo-apps/cf-unix-setup/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-unix-setup ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-unix-setup ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-unix-setup ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-unix-setup ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-unix-setup ---
[INFO] Copying 14 resources from scripts to target/classes/unix-setup
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-unix-setup ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-unix-setup ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-unix-setup ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-unix-setup ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-unix-setup ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-unix-setup ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-unix-setup ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-unix-setup ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/target/cf-unix-setup-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-unix-setup ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/target/cf-unix-setup-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-unix-setup ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-unix-setup ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-unix-setup ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-unix-setup ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-unix-setup ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/target/cf-unix-setup-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-unix-setup ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.11.0-RRC-0/cf-unix-setup-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/target/cf-unix-setup-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.11.0-RRC-0/cf-unix-setup-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-unix-setup ---
[INFO] Configured Artifact: org.eclipse.californium:cf-unix-setup:3.11.0-RRC-0:jar
[INFO] Copying cf-unix-setup-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-unix-setup-3.11.0-RRC-0.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:sc-dtls-example-client >-----------
[INFO] Building Sc-DTLS-Example-Client 3.11.0-RRC-0                     [37/39]
[INFO]   from demo-apps/sc-dtls-example-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ sc-dtls-example-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ sc-dtls-example-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ sc-dtls-example-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sc-dtls-example-client ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ sc-dtls-example-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ sc-dtls-example-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ sc-dtls-example-client ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ sc-dtls-example-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sc-dtls-example-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ sc-dtls-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ sc-dtls-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ sc-dtls-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ sc-dtls-example-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ sc-dtls-example-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ sc-dtls-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ sc-dtls-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sc-dtls-example-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ sc-dtls-example-client ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ sc-dtls-example-client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ sc-dtls-example-client ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.11.0-RRC-0/sc-dtls-example-client-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.11.0-RRC-0/sc-dtls-example-client-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.11.0-RRC-0/sc-dtls-example-client-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ sc-dtls-example-client ---
[INFO] Configured Artifact: org.eclipse.californium:sc-dtls-example-client:3.11.0-RRC-0:jar
[INFO] Copying sc-dtls-example-client-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/sc-dtls-example-client-3.11.0-RRC-0.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:sc-dtls-example-server >-----------
[INFO] Building Sc-DTLS-Example-Server 3.11.0-RRC-0                     [38/39]
[INFO]   from demo-apps/sc-dtls-example-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ sc-dtls-example-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ sc-dtls-example-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ sc-dtls-example-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sc-dtls-example-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ sc-dtls-example-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ sc-dtls-example-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ sc-dtls-example-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ sc-dtls-example-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sc-dtls-example-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ sc-dtls-example-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ sc-dtls-example-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ sc-dtls-example-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ sc-dtls-example-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ sc-dtls-example-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ sc-dtls-example-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ sc-dtls-example-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sc-dtls-example-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ sc-dtls-example-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ sc-dtls-example-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ sc-dtls-example-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.11.0-RRC-0/sc-dtls-example-server-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.11.0-RRC-0/sc-dtls-example-server-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.11.0-RRC-0/sc-dtls-example-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ sc-dtls-example-server ---
[INFO] Configured Artifact: org.eclipse.californium:sc-dtls-example-server:3.11.0-RRC-0:jar
[INFO] Copying sc-dtls-example-server-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/sc-dtls-example-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-simplefile-server >------------
[INFO] Building Cf-SimpleFileServer 3.11.0-RRC-0                        [39/39]
[INFO]   from demo-apps/cf-simplefile-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ cf-simplefile-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-simplefile-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-simplefile-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-simplefile-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-simplefile-server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-simplefile-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-simplefile-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-simplefile-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-simplefile-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-simplefile-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-simplefile-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-simplefile-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-simplefile-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-simplefile-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-RRC-0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-simplefile-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-simplefile-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-simplefile-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-simplefile-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-simplefile-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-RRC-0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-simplefile-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0-RRC-0/cf-simplefile-server-3.11.0-RRC-0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-RRC-0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0-RRC-0/cf-simplefile-server-3.11.0-RRC-0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-RRC-0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0-RRC-0/cf-simplefile-server-3.11.0-RRC-0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-simplefile-server ---
[INFO] Configured Artifact: org.eclipse.californium:cf-simplefile-server:3.11.0-RRC-0:jar
[INFO] Copying cf-simplefile-server-3.11.0-RRC-0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-simplefile-server-3.11.0-RRC-0.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Californium (Cf) Parent 3.11.0-RRC-0:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [ 18.475 s]
[INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [  2.680 s]
[INFO] Californium (Cf) BOM ............................... SUCCESS [  0.028 s]
[INFO] Californium (Cf) Legal Documents ................... SUCCESS [  0.851 s]
[INFO] Californium (Cf) Demo Certificates ................. SUCCESS [  1.217 s]
[INFO] Californium (Cf) Element Connector ................. SUCCESS [ 23.586 s]
[INFO] Scandium (Sc) Core ................................. SUCCESS [02:35 min]
[INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 29.578 s]
[INFO] Californium (Cf) Core .............................. SUCCESS [01:58 min]
[INFO] Cf-NAT ............................................. SUCCESS [  3.522 s]
[INFO] Cf-Unix-Health ..................................... SUCCESS [  4.137 s]
[INFO] Cf-Cluster ......................................... SUCCESS [  3.293 s]
[INFO] Cf-command-line-interface .......................... SUCCESS [  2.768 s]
[INFO] Cf-cli-tcp-netty ................................... SUCCESS [  3.294 s]
[INFO] Cf-Encrypt ......................................... SUCCESS [  2.284 s]
[INFO] Californium (Cf) Tests ............................. SUCCESS [  0.017 s]
[INFO] Californium (Cf) Integration Tests ................. SUCCESS [ 53.946 s]
[INFO] Californium (Cf) Interoperability Tests ............ SUCCESS [ 18.069 s]
[INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 10.733 s]
[INFO] Cf-OSCORE .......................................... SUCCESS [ 13.060 s]
[INFO] Cf-PubSub .......................................... SUCCESS [  2.001 s]
[INFO] Californium (Cf) OSGi .............................. SUCCESS [  7.996 s]
[INFO] Californium (Cf) Demo Applications ................. SUCCESS [  2.193 s]
[INFO] Cf-BenchmarkServer ................................. SUCCESS [  6.570 s]
[INFO] Cf-ObserveBenchmarkClient .......................... SUCCESS [  3.911 s]
[INFO] Cf-CoCoAClient ..................................... SUCCESS [  4.212 s]
[INFO] Cf-ExtendedPlugtestClient .......................... SUCCESS [  5.322 s]
[INFO] Cf-PlugtestServer .................................. SUCCESS [  8.235 s]
[INFO] Cf-ExtendedPlugtestServer .......................... SUCCESS [  6.443 s]
[INFO] Cf-HelloWorldClient ................................ SUCCESS [  3.136 s]
[INFO] Cf-HelloWorldServer ................................ SUCCESS [  4.627 s]
[INFO] Cf-PlugtestChecker ................................. SUCCESS [  4.916 s]
[INFO] Cf-PlugtestClient .................................. SUCCESS [  4.510 s]
[INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [  9.861 s]
[INFO] Cf-SecureServer .................................... SUCCESS [  3.384 s]
[INFO] Californium (Cf) Demo Setup for Unix ............... SUCCESS [  1.008 s]
[INFO] Sc-DTLS-Example-Client ............................. SUCCESS [  3.565 s]
[INFO] Sc-DTLS-Example-Server ............................. SUCCESS [  4.743 s]
[INFO] Cf-SimpleFileServer ................................ SUCCESS [  6.390 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  09:19 min
[INFO] Finished at: 2024-03-12T06:52:18Z
[INFO] ------------------------------------------------------------------------
[californium-release] $ /bin/sh -xe /tmp/jenkins15221783751735330092.sh
+ git add pom.xml '*/pom.xml'
+ git commit -m 'Release 3.11.0-RRC-0'
[feature/rrc f79fa9f25] Release 3.11.0-RRC-0
 39 files changed, 39 insertions(+), 39 deletions(-)
+ git tag 3.11.0-RRC-0
[californium-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=feature/rrc -DNEXT_VERSION=3.11.0-SNAPSHOT -DRELEASE_VERSION=3.11.0-RRC-0 -DallowSnapshots=true -DgenerateBackupPoms=false -DnewVersion=3.11.0-SNAPSHOT versions:set -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 39 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 39 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Californium (Cf) Parent                                            [pom]
[INFO] Californium (Cf) Custom Assembly Descriptors                       [jar]
[INFO] Californium (Cf) BOM                                               [pom]
[INFO] Californium (Cf) Legal Documents                                   [jar]
[INFO] Californium (Cf) Demo Certificates                                 [jar]
[INFO] Californium (Cf) Element Connector                              [bundle]
[INFO] Scandium (Sc) Core                                              [bundle]
[INFO] Californium (Cf) Element Connector TCP netty                    [bundle]
[INFO] Californium (Cf) Core                                           [bundle]
[INFO] Cf-NAT                                                             [jar]
[INFO] Cf-Unix-Health                                                  [bundle]
[INFO] Cf-Cluster                                                      [bundle]
[INFO] Cf-command-line-interface                                       [bundle]
[INFO] Cf-cli-tcp-netty                                                [bundle]
[INFO] Cf-Encrypt                                                         [jar]
[INFO] Californium (Cf) Tests                                             [pom]
[INFO] Californium (Cf) Integration Tests                                 [jar]
[INFO] Californium (Cf) Interoperability Tests                            [jar]
[INFO] Californium (Cf) Proxy2                                         [bundle]
[INFO] Cf-OSCORE                                                       [bundle]
[INFO] Cf-PubSub                                                          [jar]
[INFO] Californium (Cf) OSGi                                           [bundle]
[INFO] Californium (Cf) Demo Applications                                 [pom]
[INFO] Cf-BenchmarkServer                                                 [jar]
[INFO] Cf-ObserveBenchmarkClient                                          [jar]
[INFO] Cf-CoCoAClient                                                     [jar]
[INFO] Cf-ExtendedPlugtestClient                                          [jar]
[INFO] Cf-PlugtestServer                                                  [jar]
[INFO] Cf-ExtendedPlugtestServer                                          [jar]
[INFO] Cf-HelloWorldClient                                                [jar]
[INFO] Cf-HelloWorldServer                                                [jar]
[INFO] Cf-PlugtestChecker                                                 [jar]
[INFO] Cf-PlugtestClient                                                  [jar]
[INFO] Cf-ExampleCrossProxy2                                              [jar]
[INFO] Cf-SecureServer                                                    [jar]
[INFO] Californium (Cf) Demo Setup for Unix                               [jar]
[INFO] Sc-DTLS-Example-Client                                             [jar]
[INFO] Sc-DTLS-Example-Server                                             [jar]
[INFO] Cf-SimpleFileServer                                                [jar]
[INFO] 
[INFO] -------------------< org.eclipse.californium:parent >-------------------
[INFO] Building Californium (Cf) Parent 3.11.0-RRC-0                     [1/39]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.16.2:set (default-cli) @ parent ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/californium-release
[INFO] Processing change of org.eclipse.californium:parent:3.11.0-RRC-0 -> 3.11.0-SNAPSHOT
[INFO] Processing org.eclipse.californium:parent
[INFO]     Updating project org.eclipse.californium:parent
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:californium-assembly
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:californium-legal
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-bom
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:demo-certs
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:californium-core
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:californium-osgi
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:californium-proxy2
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:californium-tests
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cli-tcp-netty
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cli
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cluster
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-encrypt
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-nat
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-oscore
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-pubsub
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-unix-health
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:demo-apps
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:element-connector-tcp-netty
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:element-connector
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:scandium
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:californium-integration-tests
[INFO]     Updating parent org.eclipse.californium:californium-tests
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:californium-interoperability-tests
[INFO]     Updating parent org.eclipse.californium:californium-tests
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-benchmark-observe
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-benchmark
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cocoa
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-extplugtest-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-extplugtest-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-helloworld-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-helloworld-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-plugtest-checker
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-plugtest-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-plugtest-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-proxy2
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-secure
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-simplefile-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:cf-unix-setup
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:sc-dtls-example-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] Processing org.eclipse.californium:sc-dtls-example-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.11.0-RRC-0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Californium (Cf) Parent 3.11.0-RRC-0:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [  1.591 s]
[INFO] Californium (Cf) Custom Assembly Descriptors ....... SKIPPED
[INFO] Californium (Cf) BOM ............................... SKIPPED
[INFO] Californium (Cf) Legal Documents ................... SKIPPED
[INFO] Californium (Cf) Demo Certificates ................. SKIPPED
[INFO] Californium (Cf) Element Connector ................. SKIPPED
[INFO] Scandium (Sc) Core ................................. SKIPPED
[INFO] Californium (Cf) Element Connector TCP netty ....... SKIPPED
[INFO] Californium (Cf) Core .............................. SKIPPED
[INFO] Cf-NAT ............................................. SKIPPED
[INFO] Cf-Unix-Health ..................................... SKIPPED
[INFO] Cf-Cluster ......................................... SKIPPED
[INFO] Cf-command-line-interface .......................... SKIPPED
[INFO] Cf-cli-tcp-netty ................................... SKIPPED
[INFO] Cf-Encrypt ......................................... SKIPPED
[INFO] Californium (Cf) Tests ............................. SKIPPED
[INFO] Californium (Cf) Integration Tests ................. SKIPPED
[INFO] Californium (Cf) Interoperability Tests ............ SKIPPED
[INFO] Californium (Cf) Proxy2 ............................ SKIPPED
[INFO] Cf-OSCORE .......................................... SKIPPED
[INFO] Cf-PubSub .......................................... SKIPPED
[INFO] Californium (Cf) OSGi .............................. SKIPPED
[INFO] Californium (Cf) Demo Applications ................. SKIPPED
[INFO] Cf-BenchmarkServer ................................. SKIPPED
[INFO] Cf-ObserveBenchmarkClient .......................... SKIPPED
[INFO] Cf-CoCoAClient ..................................... SKIPPED
[INFO] Cf-ExtendedPlugtestClient .......................... SKIPPED
[INFO] Cf-PlugtestServer .................................. SKIPPED
[INFO] Cf-ExtendedPlugtestServer .......................... SKIPPED
[INFO] Cf-HelloWorldClient ................................ SKIPPED
[INFO] Cf-HelloWorldServer ................................ SKIPPED
[INFO] Cf-PlugtestChecker ................................. SKIPPED
[INFO] Cf-PlugtestClient .................................. SKIPPED
[INFO] Cf-ExampleCrossProxy2 .............................. SKIPPED
[INFO] Cf-SecureServer .................................... SKIPPED
[INFO] Californium (Cf) Demo Setup for Unix ............... SKIPPED
[INFO] Sc-DTLS-Example-Client ............................. SKIPPED
[INFO] Sc-DTLS-Example-Server ............................. SKIPPED
[INFO] Cf-SimpleFileServer ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.540 s
[INFO] Finished at: 2024-03-12T06:52:23Z
[INFO] ------------------------------------------------------------------------
[californium-release] $ /bin/sh -xe /tmp/jenkins11122694188076531723.sh
+ git add pom.xml '*/pom.xml'
+ git commit -m '3.11.0-SNAPSHOT after release 3.11.0-RRC-0'
[feature/rrc 94bf9ad61] 3.11.0-SNAPSHOT after release 3.11.0-RRC-0
 39 files changed, 39 insertions(+), 39 deletions(-)
+ git push ssh://git@github.com/eclipse-californium/californium.git
To ssh://github.com/eclipse-californium/californium.git
   d8e4bc87b..94bf9ad61  feature/rrc -> feature/rrc
+ git push --tags ssh://git@github.com/eclipse-californium/californium.git
To ssh://github.com/eclipse-californium/californium.git
 * [new tag]             3.11.0-RRC-0 -> 3.11.0-RRC-0
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 51 killed;
[ssh-agent] Stopped.
Finished: SUCCESS